commit | 29e190e049168b01dc5fa26d577ef99cafd753ee | [log] [tgz] |
---|---|---|
author | Thomas Hellstrom <thellstrom@vmware.com> | Tue Nov 02 13:21:48 2010 +0000 |
committer | Dave Airlie <airlied@redhat.com> | Tue Nov 09 13:39:06 2010 +1000 |
tree | e8e6a543caa6ad85bd2e3467f0326a8d27ef777c | |
parent | aa123268c2623c62e33248dafc0572f091689e86 [diff] |
drm/ttm: Remove the CAP_SYS_ADMIN requirement for bo pinning 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>