Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/i915: Nuke pre-production GLK HDMI w/a 1139

w/a #1139 is only needed for pre-production GLK. Nuke it.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200128155152.21977-1-ville.syrjala@linux.intel.com
Reviewed-by: Imre Deak <imre.deak@intel.com>

-5
-5
drivers/gpu/drm/i915/display/intel_hdmi.c
··· 2275 2275 } 2276 2276 } 2277 2277 2278 - /* Display WA #1139: glk */ 2279 - if (bpc == 12 && IS_GLK_REVID(dev_priv, 0, GLK_REVID_A1) && 2280 - adjusted_mode->htotal > 5460) 2281 - return false; 2282 - 2283 2278 /* Display Wa_1405510057:icl */ 2284 2279 if (crtc_state->output_format == INTEL_OUTPUT_FORMAT_YCBCR420 && 2285 2280 bpc == 10 && INTEL_GEN(dev_priv) >= 11 &&