drm/i915: Hook up csc into state checker
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 29 Mar 2023 13:50:01 +0000 (16:50 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 11 Apr 2023 06:33:47 +0000 (09:33 +0300)
commitd6fff836c0e0502a569811c7708aed0762e04337
tree87e7b53afda97de0c3b54b2717f5da5b720f0e4f
parent37c8cabfcc5ce2c06baf0a2d0176043b0b256e49
drm/i915: Hook up csc into state checker

Have the state checker validate that the csc matrices
look correct when read back from the hardware.

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