OSDN Git Service

cros_gralloc_driver: init_master: set try_generic argument to true
[android-x86/external-minigbm.git] / dumb_driver.c
index 7d0d8be..c9becbc 100644 (file)
@@ -4,6 +4,8 @@
  * found in the LICENSE file.
  */
 
+#ifndef DRI_GENERIC_DRV
+
 #include "drv_priv.h"
 #include "helpers.h"
 #include "util.h"
@@ -50,3 +52,6 @@ INIT_DUMB_DRIVER(nouveau)
 INIT_DUMB_DRIVER(radeon)
 INIT_DUMB_DRIVER(synaptics)
 INIT_DUMB_DRIVER(udl)
+INIT_DUMB_DRIVER(vkms)
+
+#endif