]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/skl: Don't expose the top most plane on gen9 display
authorDamien Lespiau <damien.lespiau@intel.com>
Thu, 16 Jul 2015 16:08:08 +0000 (17:08 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 17 Jul 2015 07:07:47 +0000 (09:07 +0200)
commit9daad80dc322f2144a4f0ed0f5e1783b3c7d3a8b
tree56730ef24cdfbd81069816099a8afc2f7253dbc8
parent36ae1048ba554f186829779ba76ba90714dcb43c
drm/i915/skl: Don't expose the top most plane on gen9 display

on SKL/BXT, the top most plane hardware is shared between the legacy
cursor registers and an actual plane. Daniel and Ville don't want to
expose 2 DRM planes and would rather expose a CURSOR plane that has all
the usual plane properties, and that's a blocker for lifting the
prelimary_hw_support flag.

Unfortunately noone has had the time to finish this yet, but lifting the
prelimary_hw_support flag is long overdue. As an intermediate solution
we can merely not expose the top most plane

Cc: Imre Deak <imre.deak@intel.com>
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_dma.c