Message ID | 20240531114101.19994-1-ville.syrjala@linux.intel.com (mailing list archive) |
---|---|
Headers | show |
Series | drm/i915/dsb: A bit of polish | expand |
On Fri, May 31, 2024 at 02:40:57PM +0300, Ville Syrjala wrote: > From: Ville Syrjälä <ville.syrjala@linux.intel.com> > > Apply a bit of polish to the DSB interface. Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com> 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 >
From: Ville Syrjälä <ville.syrjala@linux.intel.com> Apply a bit of polish to the DSB interface. 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(-)