mbox series

[0/4] drm/i915/color: Debug improvements and intel_display conversion

Message ID 20241024165356.17756-1-ville.syrjala@linux.intel.com (mailing list archive)
Headers show
Series drm/i915/color: Debug improvements and intel_display conversion | expand

Message

Ville Syrjälä Oct. 24, 2024, 4:53 p.m. UTC
From: Ville Syrjälä <ville.syrjala@linux.intel.com>

Improve the debug prints in intel_color.c a bit, and convert it to
intel_display while at it.

Ville Syrjälä (4):
  drm/i915/color: Pimp debugs
  drm/i915: Handle intel_plane and intel_plane_state in
    to_intel_display()
  drm/i915/color: Convert color management code to intel_display
  drm/i915/color: Make color .get_config() mandatory

 drivers/gpu/drm/i915/display/intel_color.c    | 673 +++++++++---------
 drivers/gpu/drm/i915/display/intel_color.h    |   6 +-
 .../drm/i915/display/intel_display_driver.c   |   4 +-
 .../drm/i915/display/intel_display_types.h    |   8 +-
 4 files changed, 356 insertions(+), 335 deletions(-)

Comments

Jani Nikula Oct. 24, 2024, 5:20 p.m. UTC | #1
On Thu, 24 Oct 2024, Ville Syrjala <ville.syrjala@linux.intel.com> wrote:
> From: Ville Syrjälä <ville.syrjala@linux.intel.com>
>
> Improve the debug prints in intel_color.c a bit, and convert it to
> intel_display while at it.

Series is

Reviewed-by: Jani Nikula <jani.nikula@intel.com>


>
> Ville Syrjälä (4):
>   drm/i915/color: Pimp debugs
>   drm/i915: Handle intel_plane and intel_plane_state in
>     to_intel_display()
>   drm/i915/color: Convert color management code to intel_display
>   drm/i915/color: Make color .get_config() mandatory
>
>  drivers/gpu/drm/i915/display/intel_color.c    | 673 +++++++++---------
>  drivers/gpu/drm/i915/display/intel_color.h    |   6 +-
>  .../drm/i915/display/intel_display_driver.c   |   4 +-
>  .../drm/i915/display/intel_display_types.h    |   8 +-
>  4 files changed, 356 insertions(+), 335 deletions(-)