OSDN Git Service

drm: ensure DRM connection is authenticated.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Mon, 2 Jul 2012 11:44:40 +0000 (13:44 +0200)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Wed, 26 Sep 2012 09:53:58 +0000 (11:53 +0200)
commit691c756136dfd7c7afe0328bec327901f8db3485
tree0c256a07bc1c4ef69d5cfe0d1c8c54b82d0167a1
parentf4a27f24ec5df32f28c3279e445200dded327585
drm: ensure DRM connection is authenticated.

Make sure the DRM connection is authenticated prior to returning a
valid display from vaGetDisplayDRM(). If an X or Wayland server is
running then authentication will also fail.

Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
va/drm/Makefile.am
va/drm/va_drm.c
va/drm/va_drm_auth.c [new file with mode: 0644]
va/drm/va_drm_auth.h [new file with mode: 0644]