commit | cc5ec459de323fe32514d5f47a4d00460ee30f7b | [log] [tgz] |
---|---|---|
author | Sinclair Yeh <syeh@vmware.com> | Thu Mar 23 11:36:05 2017 -0700 |
committer | Sinclair Yeh <syeh@vmware.com> | Fri Mar 31 11:12:55 2017 -0700 |
tree | 6d716f263c829457b9ed2618fe99599aa3492df3 | |
parent | 9c2542a41f559452d570b96239a81038c49becfc [diff] |
drm/vmwgfx: Plane atomic state 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. v2 * Removed cursor clean up special case Signed-off-by: Sinclair Yeh <syeh@vmware.com> Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com> Acked-by: Daniel Vetter <daniel@ffwll.ch>