drm/vmwgfx: drop DRM_AUTH for render ioctls
authorEmil Velikov <emil.velikov@collabora.com>
Fri, 1 Nov 2019 13:03:11 +0000 (13:03 +0000)
committerThomas Hellstrom <thellstrom@vmware.com>
Wed, 15 Jan 2020 10:46:59 +0000 (11:46 +0100)
commit0d4c19f93812c7b71c3a15f27fc4c5b2d990b2e6
tree45d2f35420eaf7a313c9f41cd951529ce37dc11a
parent4872e6aa217fbb475ffa0ad7bda0d9acff543f2c
drm/vmwgfx: drop DRM_AUTH for render ioctls

With earlier commit 9c84aeba67cc ("drm/vmwgfx: Kill unneeded legacy
security features") we removed the no longer applicable validation, as
we now have isolation of primary clients from different master realms.

As of last commit, we're explicitly checking for authentication in the
only render ioctls which care about one.

With those in place, the DRM_AUTH token serves no real purpose. Let's
drop it.

Cc: VMware Graphics <linux-graphics-maintainer@vmware.com>
Cc: Thomas Hellstrom <thellstrom@vmware.com>
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com>
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
drivers/gpu/drm/vmwgfx/vmwgfx_drv.c