drm/i915: Define WA 0870 and kill dead code.
authorRodrigo Vivi <rodrigo.vivi@intel.com>
Wed, 31 Oct 2018 16:28:44 +0000 (09:28 -0700)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 1 Nov 2018 18:25:35 +0000 (11:25 -0700)
commitd521361755c241a2cfd15e6ce6ef7117e3858f4a
treeb504a0b4d304f2b5da0589a1e46b830252778a1e
parent28b2f4e19600c62021e73f9093174ed9989a73c5
drm/i915: Define WA 0870 and kill dead code.

Let's introduce the WA number that is the
cause of having NV12 disabled on both SLK and BXT.

According to Spec:

WA 0870: "Display flickers with NV12 video playback in
Y tiling mode.
WA: Use YUV422 surface format instead of NV12."

v2: remove the useless dead code and consequently
    avoiding device info flag. (Ville)

Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20181031162845.12419-3-rodrigo.vivi@intel.com
drivers/gpu/drm/i915/intel_display.c
drivers/gpu/drm/i915/intel_sprite.c