Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A Dxf86Parser.h261 #define CONF_MAXGPUDEVICES 4 macro
281 const char *scrn_gpu_device_str[CONF_MAXGPUDEVICES];
282 XF86ConfDevicePtr scrn_gpu_devices[CONF_MAXGPUDEVICES];
H A DScreen.c304 if (ptr->num_gpu_devices == CONF_MAXGPUDEVICES) in xf86parseScreenSection()
305 Error(GPU_DEVICE_TOO_MANY, CONF_MAXGPUDEVICES); in xf86parseScreenSection()