drm/ttm: Remove the CAP_SYS_ADMIN requirement for bo pinning
authorThomas Hellstrom <thellstrom@vmware.com>
Tue, 2 Nov 2010 13:21:48 +0000 (13:21 +0000)
committerDave Airlie <airlied@redhat.com>
Tue, 9 Nov 2010 03:39:06 +0000 (13:39 +1000)
This breaks vmwgfx non-root EGL clients and is a remnant from the
TTM user-space interface. This test should be done in the driver.
Replace the remaining placement test with a BUG_ON, since triggering
it is a driver bug.

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found