MUST_REVERT: gfx: drm: explicitly authenticate for Android
authorSean V. Kelley <sean.v.kelley@intel.com>
Wed, 11 Jan 2012 19:53:49 +0000 (11:53 -0800)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Tue, 3 Jul 2012 09:29:32 +0000 (12:29 +0300)
commite6ebf9520c6262ad76254a98f852ac613be9c419
tree41370e30d8d067b5140519a239d1fe356c43d890
parent533ce7834b1c2b3fc1f665f09dbfea728c81ff57
MUST_REVERT: gfx: drm: explicitly authenticate for Android

Added as an interim measure to proper client authentication using
DRM_AUTH IOCTLs in user space.  Applied to drm_fops.c:drm_open_helper
where there is already a similar hack.  Shall be removed upon
userspace implementaiton.

Signed-off-by: Sean V Kelley <sean.v.kelley@intel.com>
drivers/gpu/drm/drm_fops.c