drm/i915: Constify LUT entries in checker
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 6 Jun 2023 19:14:46 +0000 (22:14 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 7 Sep 2023 12:40:06 +0000 (15:40 +0300)
commit61ae1240090407bb17c3d8f66f55ce86eafa02d5
treeeee5206d18e12dc4a2b688f7292da932dc2b0e78
parente028d7a4235dce07ef41b1425cda3356075614e7
drm/i915: Constify LUT entries in checker

The LUT checker doesn't modify the LUT entries so make them const.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230606191504.18099-2-ville.syrjala@linux.intel.com
Reviewed-by: Animesh Manna <animesh.manna@intel.com>
drivers/gpu/drm/i915/display/intel_color.c