drm/i915/color: Convert color management code to intel_display
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 24 Oct 2024 16:53:55 +0000 (19:53 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 29 Oct 2024 18:54:12 +0000 (20:54 +0200)
commit9d476ce24f72fc4c434ccaf14a30a198aedf0735
treec84a72944a0842ea27ba190341a5115e22dcbcf2
parenta0442e8d6610d0a9ec3d28ac04b2f1aa4fbc8e62
drm/i915/color: Convert color management code to intel_display

struct intel_display will replace struct drm_i915_private as
the main thing for display code. Convert the color management
code to use it (as much as possible at this stage).

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241024165356.17756-4-ville.syrjala@linux.intel.com
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/display/intel_color.c
drivers/gpu/drm/i915/display/intel_color.h
drivers/gpu/drm/i915/display/intel_display_driver.c