drm/i915: No 10bit gamma on desktop gen3 parts
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 31 May 2023 13:56:25 +0000 (16:56 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 5 Jun 2023 15:48:30 +0000 (18:48 +0300)
commit19db2062094c75c64039d820c2547aad4dcfd905
treefa843c031e4657f0fecd012f64dec4060cf9f6f1
parentd58bfcd4ea9910f59cf8327a36603e214e631b12
drm/i915: No 10bit gamma on desktop gen3 parts

Apparently desktop gen3 parts don't support the
10bit gamma mode at all. Stop claiming otherwise.

As is the case with pipe A on gen3 mobile parts, the
PIPECONF gamma mode bit can be set but it has no
effect on the output.

PNV seems to be the only slight exception, but generally
the desktop PNV variant looks more like a mobile part so
this is not entirely surprising.

Fixes: 67630bacae23 ("drm/i915: Add 10bit gamma mode for gen2/3")
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Uma Shankar <uma.shankar@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230531135625.3467-1-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/display/intel_display_device.c