commit | 4b9e45e68ff9ccd241fa61f9eff1cbddabc05ea1 | [log] [tgz] |
---|---|---|
author | Thomas Hellstrom <thellstrom@vmware.com> | Thu Oct 10 09:52:52 2013 -0700 |
committer | Thomas Hellstrom <thellstrom@vmware.com> | Fri Jan 17 07:52:37 2014 +0100 |
tree | 28edfe64662fc3d37cabdea12248da31d9ee122f | |
parent | 173fb7d4e26705a9e8b8e9d197a18ff39bfdad0a [diff] |
drm/vmwgfx: Ditch the vmw_dummy_query_bo_prepare function Combine it with vmw_dummy_query_bo_create, and also make sure we use tryreserve when reserving the bo to avoid any lockdep warnings We are sure the tryreserve will always succeed since we are the only users at that point. In addition, allow the vmw_bo_pin function to pin/unpin system memory. Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> Reviewed-by: Jakob Bornecrantz <jakob@vmware.com>