drm-shim: Let the driver choose to overwrite the first render node.
[mesa.git] / src / etnaviv / drm-shim / etnaviv_noop.c
index f583e299a54540c3759de1d322ac0153848a01d7..77bb8d0d0dcdef0f5c4eddb287817259c5f3790f 100644 (file)
@@ -31,6 +31,8 @@
 #include "drm-shim/drm_shim.h"
 #include "util/u_debug.h"
 
+bool drm_shim_driver_prefers_first_render_node = true;
+
 struct etna_shim_gpu
 {
    const char *name;