commit | 21f16289270447673a7263ccc0b22d562fb01ecb | [log] [tgz] |
---|---|---|
author | Dave Airlie <airlied@redhat.com> | Tue Aug 07 09:09:51 2007 +1000 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Mon Aug 06 17:46:23 2007 -0700 |
tree | bce93b4ae8d9a0c259bb6f21f45494aa73d9e2e5 | |
parent | d4ac2477fad0f2680e84ec12e387ce67682c5c13 [diff] |
drm/i915: Fix i965 secured batchbuffer usage 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>