From: Thomas Hellstrom Date: Tue, 2 Nov 2010 13:21:48 +0000 (+0000) Subject: drm/ttm: Remove the CAP_SYS_ADMIN requirement for bo pinning X-Git-Tag: v2.6.37-rc2~33^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29e190e049168b01dc5fa26d577ef99cafd753ee;p=pandora-kernel.git 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 Signed-off-by: Dave Airlie --- Reading git-diff-tree failed