commit | ed93394c14ba50e3e53ef289116625f0f05f8616 | [log] [tgz] |
---|---|---|
author | Thomas Hellstrom <thellstrom@vmware.com> | Mon Mar 02 23:26:06 2015 -0800 |
committer | Thomas Hellstrom <thellstrom@vmware.com> | Wed Aug 05 14:01:05 2015 +0200 |
tree | 9bb6a44980f312aa9cbfea2f7ba34b51a2b0e89e | |
parent | ee511a835a681ee147666a0c85b96f8a43aae2d5 [diff] |
drm/vmwgfx: Add an interface to pin a resource v3 For screen targets it appears we need to pin surfaces while they are bound as screen targets, so add a small interface to do that. v2: Always increase pin_count on pin. v3: Add missing reservation sem. Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> Reviewed-by: Sinclair Yeh <syeh@vmware.com>