drm/i915: Fix i965 secured batchbuffer usage
authorDave Airlie <airlied@redhat.com>
Mon, 6 Aug 2007 23:09:51 +0000 (09:09 +1000)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 7 Aug 2007 00:46:23 +0000 (17:46 -0700)
This 965G and above chipsets moved the batch buffer non-secure bits to
another place. This means that previous drm's allowed in-secure batchbuffers
to be submitted to the hardware from non-privileged users who are logged
into X and and have access to direct rendering.

Signed-off-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

No differences found