On Fri, May 31, 2024 at 02:40:57PM +0300, Ville Syrjala wrote: > From: Ville Syrjälä <ville.syrjala@xxxxxxxxxxxxxxx> > > Apply a bit of polish to the DSB interface. Reviewed-by: Rodrigo Vivi <rodrigo.vivi@xxxxxxxxx> for the series > > Ville Syrjälä (4): > drm/i915/dsb: Polish the DSB ID enum > drm/i915/dsb: Move DSB ID definition to the header > drm/i915/dsb: Pass DSB engine ID to intel_dsb_prepare() > drm/i915/dsb: Use intel_color_uses_dsb() > > drivers/gpu/drm/i915/display/intel_color.c | 2 +- > drivers/gpu/drm/i915/display/intel_dsb.c | 20 +++++++------------- > drivers/gpu/drm/i915/display/intel_dsb.h | 9 +++++++++ > drivers/gpu/drm/i915/display/intel_vblank.c | 4 +++- > 4 files changed, 20 insertions(+), 15 deletions(-) > > -- > 2.44.1 >