commit | e41774c08ede53d96501f28f68645107f232960d | [log] [tgz] |
---|---|---|
author | Deepak Rawat <drawat@vmware.com> | Wed Jul 11 15:42:45 2018 -0700 |
committer | Thomas Hellstrom <thellstrom@vmware.com> | Wed Dec 05 10:00:37 2018 +0100 |
tree | b351b0eacaca524b429e1986d70fbbcd2e033f56 | |
parent | b9fc5e01d1ce78eb53fd4dedd51a1563e636eea2 [diff] |
drm/vmwgfx: Add a new interface for plane update on a display unit Add a new struct vmw_du_update_plane similar to vmw_kms_dirty which represent the flow of operations needed to update a display unit from surface or bo (blit a new framebuffer). v2: - Kernel doc correction. - Rebase. v3: Rebase to new resource validation. Signed-off-by: Deepak Rawat <drawat@vmware.com> Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com> Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>