vc4: Allow DRI3 on simulation, as well.
The problem I'd seen before seems to be gone.
This commit is contained in:
@@ -472,6 +472,11 @@ dd_configuration(enum drm_conf conf)
|
||||
if (strcmp(driver_name, "vc4") == 0)
|
||||
return configuration_query(conf);
|
||||
else
|
||||
#if defined(USE_VC4_SIMULATOR)
|
||||
if (strcmp(driver_name, "i965") == 0)
|
||||
return configuration_query(conf);
|
||||
else
|
||||
#endif
|
||||
#endif
|
||||
return NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user