Home
last modified time | relevance | path

Searched refs:scrn_gpu_device_str (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DScreen.c306 ptr->scrn_gpu_device_str[ptr->num_gpu_devices++] = xf86_lex_val.str; in xf86parseScreenSection()
392 if (ptr->scrn_gpu_device_str[i]) in xf86printScreenSection()
393 fprintf(cf, "\tGPUDevice \"%s\"\n", ptr->scrn_gpu_device_str[i]); in xf86printScreenSection()
486 TestFree(ptr->scrn_gpu_device_str[i]); in xf86freeScreenList()
524 xf86findDevice(screen->scrn_gpu_device_str[i], p->conf_device_lst); in xf86validateScreen()
H A Dxf86Parser.h281 const char *scrn_gpu_device_str[CONF_MAXGPUDEVICES]; member