drm/i915: Implement chv cgm csc readout
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 29 Mar 2023 13:49:59 +0000 (16:49 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 11 Apr 2023 06:33:47 +0000 (09:33 +0300)
commitb6f4b3a1474d8bed9fad2b4d681368710375bbe9
treec4342f0b4e731abf0fd3b3e79d81d19f8c48765c
parent01c2be8e1b97ee4891d1e1ffb7758897d441bb3c
drm/i915: Implement chv cgm csc readout

Read out the csc matrix on chv, and stash the result into the
correct spot in the crtc state.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230329135002.3096-10-ville.syrjala@linux.intel.com
Reviewed-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
drivers/gpu/drm/i915/display/intel_color.c