drm/i915: Include the LUT sizes in the state dump
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 25 Sep 2020 13:16:50 +0000 (16:16 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 28 Sep 2020 15:09:36 +0000 (18:09 +0300)
commitcfcd558cea52fdfc0cc398905a8acd1575ba17bc
treeb1c7cd756b6d5a15014f3ab074fa181430d8c2ee
parentcf52acde6ee9d806df1584136bfbcf504550a53a
drm/i915: Include the LUT sizes in the state dump

Dump the sizes of the software LUTs in the state dump. Makes
it a bit easier to see which is present without having to
decode it from the gamma_mode and other bits of state.

v2: Drop a spurious "is" in commit msg (Uma)

Reviewed-by: Uma Shankar <uma.shankar@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200925131656.10022-4-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/display/intel_display.c