commit | 4649926d043205d3693551b36e2ed88a264177a5 | [log] [tgz] |
---|---|---|
author | Thomas Hellstrom <thellstrom@vmware.com> | Thu Feb 27 13:24:17 2014 +0100 |
committer | Thomas Hellstrom <thellstrom@vmware.com> | Fri Mar 28 14:19:03 2014 +0100 |
tree | d83a5d0c41ee47f72af05f15582e1099e39249fc | |
parent | 64190bded3c84ed988ff620ec2f4cd858b53426c [diff] |
drm/vmwgfx: Drop authentication requirement on UNREF ioctls These ioctls will anyway only succeed if the client previously opened referenced the object. Furthermore, closing the client would implicitly execute the same action. This prevents clients from blocking on UNREF if their master dropped, and will allow masters to UNREF after dropping master privileges. Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> Reviewed-by: Brian Paul <brianp@vmware.com>