drm/i915: Fix VLV color state readout
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 9 Oct 2023 14:58:28 +0000 (17:58 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 10 Oct 2023 07:41:41 +0000 (10:41 +0300)
commit2bc823c920fa8fee5db562f1b15ad1f9869c9cb3
tree9383885bfc77a9fb3b2c684fd7d1c43e546f48af
parent33eaede07ad20eda75f11b538faa320b4be90a48
drm/i915: Fix VLV color state readout

VLV was missed when the color.get_config() hook was added.
Remedy that.

Not really sure what the final plan here was since a bunch of
color related readout was left in intel_display.c anyway,
but that's for anothr day to figure out...

Cc: Jani Nikula <jani.nikula@intel.com>
Fixes: 9af09dfcdfa1 ("drm/i915/color: move pre-SKL gamma and CSC enable read to intel_color")
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20231009145828.12960-1-ville.syrjala@linux.intel.com
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/display/intel_color.c