OSDN Git Service

drm: move driver name detection to utilities.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Fri, 27 Jul 2012 15:56:56 +0000 (17:56 +0200)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Wed, 26 Sep 2012 09:53:58 +0000 (11:53 +0200)
commitbe903b05c86d096d1e0f241bd17f9bd768a65e3a
treea9ee8b7e3701fdb0e062073518df40fbb8de9cfd
parent5b2cfeae7a25de055c8db7b4b618f8a64e95eb8b
drm: move driver name detection to utilities.

Move VA driver name characterisation into a dedicated utilities file.
This is also meant to be useful to VA/Android that can re-use the same
file as is since it is self-contained.

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