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 |
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(-)
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(-)