Searched refs:driver_names (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
H A Ddri2.c1040 const char *driver_names[2] = { NULL, NULL }; local in function:ms_dri2_screen_init
1081 driver_names[0] = ms->glamor.egl_get_driver_name(screen);
1083 if (driver_names[0]) {
1088 if (strcmp(driver_names[0], "i965") == 0 ||
1089 strcmp(driver_names[0], "iris") == 0 ||
1090 strcmp(driver_names[0], "crocus") == 0) {
1091 driver_names[1] = "va_gl";
1093 driver_names[1] = driver_names[0];
1097 info.driverNames = driver_names;
[all...]

Completed in 3 milliseconds