mbox series

[0/4] drm/i915/dsb: A bit of polish

Message ID 20240531114101.19994-1-ville.syrjala@linux.intel.com (mailing list archive)
Headers show
Series drm/i915/dsb: A bit of polish | expand

Message

Ville Syrjala May 31, 2024, 11:40 a.m. UTC
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(-)

Comments

Rodrigo Vivi May 31, 2024, 12:13 p.m. UTC | #1
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
>