Re: [PATCH 03/11] drm/vmwgfx: Plane atomic state

2017-03-28 Thread Daniel Vetter
On Mon, Mar 27, 2017 at 03:00:56PM -0700, Sinclair Yeh wrote: > Add plane state handling functions. > > We have to keep track of a few plane states so we cannot use the > DRM helper for this. > > Created vmw_plane_state along with functions to reset, duplicate, > and destroty it. > > Signed-off-

[PATCH 03/11] drm/vmwgfx: Plane atomic state

2017-03-27 Thread Sinclair Yeh
Add plane state handling functions. We have to keep track of a few plane states so we cannot use the DRM helper for this. Created vmw_plane_state along with functions to reset, duplicate, and destroty it. Signed-off-by: Sinclair Yeh Reviewed-by: Thomas Hellstrom --- drivers/gpu/drm/vmwgfx/vmw