]> www.infradead.org Git - users/willy/xarray.git/commit
drm/i915/dsb: Pass DSB engine ID to intel_dsb_prepare()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 31 May 2024 11:41:00 +0000 (14:41 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 5 Jun 2024 09:45:34 +0000 (12:45 +0300)
commit81d604f44b1880a278197a4d076bddc83e763af5
tree07d737783468fb1ff5c41873114f365904c9e4ed
parent738f3d86182ed5f6d09205db6f0ba3c498c20d69
drm/i915/dsb: Pass DSB engine ID to intel_dsb_prepare()

Allow the caller of intel_dsb_prepare() to determine which DSB
engine (out of the three possible per pipe) to use. This will
let us utilize multiple DSB engines during the same commit.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240531114101.19994-4-ville.syrjala@linux.intel.com
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/i915/display/intel_color.c
drivers/gpu/drm/i915/display/intel_dsb.c
drivers/gpu/drm/i915/display/intel_dsb.h