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

/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dqxl_ums_mode.c83 for (i = 0 ; i < qxl->num_heads; ++i)
119 qxl->monitors_config->max_allowed = qxl->num_heads;
120 for (i = 0 ; i < qxl->num_heads; ++i)
472 qxl->crtcs = xnfcalloc (sizeof (xf86CrtcPtr), qxl->num_heads);
473 qxl->outputs = xnfcalloc (sizeof (xf86OutputPtr), qxl->num_heads);
475 for (i = 0 ; i < qxl->num_heads; ++i)
H A Dqxl_driver.c1006 qxl->num_heads =
1008 if (qxl->num_heads == 0) {
1010 qxl->num_heads = 1;
H A Dqxl.h271 int num_heads; member in struct:_qxl_screen_t

Completed in 48 milliseconds