OSDN Git Service

drm/i915: Add i9xx_lut_8()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 7 Nov 2019 15:17:17 +0000 (17:17 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 20 Feb 2020 19:44:54 +0000 (21:44 +0200)
commit70697e29c8c5cfc8e081891d46197e0676832357
tree57d9d8df9ca34792c79a8535af3ef69d3ba15abc
parent42f96e5bd41e91fc10f7adbcbf0031742eb56be1
drm/i915: Add i9xx_lut_8()

We have a nice little helper to compute a single LUT entry
for everything except the 8bpc legacy gamma mode. Let's
complete the set.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20191107151725.10507-5-ville.syrjala@linux.intel.com
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
drivers/gpu/drm/i915/display/intel_color.c