Re: [PATCH 01/11] drm/vmwgfx: Add universal plane support

2017-03-28 Thread Daniel Vetter
On Mon, Mar 27, 2017 at 03:00:54PM -0700, Sinclair Yeh wrote: > Universal support is prerequisite for atomic mode set. > > Explicitly create planes for the cursor and the primary FB. With > a functional cursor plane, the DRM will no longer use the legacy > cursor_set2 and cursor_move entry points

[PATCH 01/11] drm/vmwgfx: Add universal plane support

2017-03-27 Thread Sinclair Yeh
Universal support is prerequisite for atomic mode set. Explicitly create planes for the cursor and the primary FB. With a functional cursor plane, the DRM will no longer use the legacy cursor_set2 and cursor_move entry points. Signed-off-by: Sinclair Yeh Signed-off-by: Thomas Hellstrom Reviewe