intel-xe.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
To: Suraj Kandpal <suraj.kandpal@intel.com>
Cc: freedreno@lists.freedesktop.org, dri-devel@lists.freedesktop.org,
	kernel-list@raspberrypi.com, amd-gfx@lists.freedesktop.org,
	linux-kernel@vger.kernel.org, intel-xe@lists.freedesktop.org,
	intel-gfx@lists.freedesktop.org, ankit.k.nautiyal@intel.com,
	uma.shankar@intel.com, arun.r.murthy@intel.com,
	jani.nikula@intel.com, harry.wentland@amd.com,
	siqueira@igalia.com, alexander.deucher@amd.com,
	christian.koenig@amd.com, airlied@gmail.com, simona@ffwll.ch,
	liviu.dudau@arm.com, maarten.lankhorst@linux.intel.com,
	mripard@kernel.org, robin.clark@oss.qualcomm.com,
	abhinav.kumar@linux.dev, tzimmermann@suse.de, sean@poorly.ru,
	marijn.suijten@somainline.org,
	laurent.pinchart+renesas@ideasonboard.com,
	dave.stevenson@raspberrypi.com,
	tomi.valkeinen+renesas@ideasonboard.com,
	kieran.bingham+renesas@ideasonboard.com
Subject: Re: [PATCH v3 7/7] drm/connector: Modify cleanup_writeback_job helper
Date: Tue, 5 May 2026 03:35:45 +0300	[thread overview]
Message-ID: <nfxifrthux5hej4foawtavpiaegtnorai5j5l5hljmrvxwi34s@nryizbirf3lv> (raw)
In-Reply-To: <20260316083008.87466-8-suraj.kandpal@intel.com>

On Mon, Mar 16, 2026 at 02:00:09PM +0530, Suraj Kandpal wrote:
> Pass drm_connector to prepare_writeback_job since

Typo: ... to cleanup_writeback_job callback ...

> drm_writeback_connector now resides within drm_connector.
> It also makes it uniform with params passed to other
> drm_connector_helper_funcs.
> 
> Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com>
> ---
>  drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_wb.c | 4 ++--
>  drivers/gpu/drm/drm_writeback.c                      | 2 +-
>  drivers/gpu/drm/msm/disp/dpu1/dpu_writeback.c        | 4 +---
>  drivers/gpu/drm/renesas/rcar-du/rcar_du_writeback.c  | 6 ++----
>  drivers/gpu/drm/vkms/vkms_writeback.c                | 5 +----
>  include/drm/drm_modeset_helper_vtables.h             | 2 +-
>  6 files changed, 8 insertions(+), 15 deletions(-)
> 

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>


-- 
With best wishes
Dmitry

      reply	other threads:[~2026-05-05  0:35 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-16  8:30 [PATCH v3 0/7] Refactor drm_writeback_connector structure Suraj Kandpal
2026-03-16  8:30 ` [PATCH v3 1/7] drm: writeback: " Suraj Kandpal
2026-04-30 23:33   ` [v3,1/7] " John Harrison
2026-05-21  3:05     ` Kandpal, Suraj
2026-03-16  8:30 ` [PATCH v3 2/7] drm: writeback: Modify writeback init helpers Suraj Kandpal
2026-05-04 17:44   ` [v3,2/7] " John Harrison
2026-05-21  3:25     ` Kandpal, Suraj
2026-05-21 20:22       ` John Harrison
2026-03-16  8:30 ` [PATCH v3 3/7] drm: writeback: Modify drm_writeback_queue_job params Suraj Kandpal
2026-05-04 17:48   ` [v3,3/7] " John Harrison
2026-05-05  0:31   ` [PATCH v3 3/7] " Dmitry Baryshkov
2026-03-16  8:30 ` [PATCH v3 4/7] drm: writeback: Modify drm_writeback_signal_completion param Suraj Kandpal
2026-05-05  0:33   ` Dmitry Baryshkov
2026-03-16  8:30 ` [PATCH v3 5/7] drm: writeback: Modify params for drm_writeback_get_out_fence Suraj Kandpal
2026-05-04 17:51   ` [v3,5/7] " John Harrison
2026-03-16  8:30 ` [PATCH v3 6/7] drm/connector: Modify prepare_writeback_job helper Suraj Kandpal
2026-05-05  0:35   ` Dmitry Baryshkov
2026-03-16  8:30 ` [PATCH v3 7/7] drm/connector: Modify cleanup_writeback_job helper Suraj Kandpal
2026-05-05  0:35   ` Dmitry Baryshkov [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=nfxifrthux5hej4foawtavpiaegtnorai5j5l5hljmrvxwi34s@nryizbirf3lv \
    --to=dmitry.baryshkov@oss.qualcomm.com \
    --cc=abhinav.kumar@linux.dev \
    --cc=airlied@gmail.com \
    --cc=alexander.deucher@amd.com \
    --cc=amd-gfx@lists.freedesktop.org \
    --cc=ankit.k.nautiyal@intel.com \
    --cc=arun.r.murthy@intel.com \
    --cc=christian.koenig@amd.com \
    --cc=dave.stevenson@raspberrypi.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=freedreno@lists.freedesktop.org \
    --cc=harry.wentland@amd.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=intel-xe@lists.freedesktop.org \
    --cc=jani.nikula@intel.com \
    --cc=kernel-list@raspberrypi.com \
    --cc=kieran.bingham+renesas@ideasonboard.com \
    --cc=laurent.pinchart+renesas@ideasonboard.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=liviu.dudau@arm.com \
    --cc=maarten.lankhorst@linux.intel.com \
    --cc=marijn.suijten@somainline.org \
    --cc=mripard@kernel.org \
    --cc=robin.clark@oss.qualcomm.com \
    --cc=sean@poorly.ru \
    --cc=simona@ffwll.ch \
    --cc=siqueira@igalia.com \
    --cc=suraj.kandpal@intel.com \
    --cc=tomi.valkeinen+renesas@ideasonboard.com \
    --cc=tzimmermann@suse.de \
    --cc=uma.shankar@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).