drm/i915: Fix the state checker for ICL Y planes
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 4 Mar 2019 13:12:17 +0000 (15:12 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 4 Mar 2019 18:18:43 +0000 (20:18 +0200)
commit3e1d87ddcf6298fd32ba4857173edd9e559897cf
treee2c617c9171c4f31fcf19b207a0bd9cb579edeeb
parent993298af26b16f5cd45bd91977ee73b6cfb53292
drm/i915: Fix the state checker for ICL Y planes

The plane used to scan out NV12 luma on ICL is logically
off but actually on. Fix the state checker to account for this.

Cc: Imre Deak <imre.deak@intel.com>
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=109457
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190304131217.4338-1-ville.syrjala@linux.intel.com
Reviewed-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
drivers/gpu/drm/i915/intel_display.c