Lines Matching refs:Dualhead
196 { OPTION_DUALHEAD, "Dualhead", OPTV_BOOLEAN, {0}, TRUE },
696 pSmi->Dualhead = TRUE;
698 pSmi->Dualhead = FALSE;
700 if (xf86GetOptValBool(pSmi->Options, OPTION_DUALHEAD, &pSmi->Dualhead))
705 if (pSmi->Dualhead && pSmi->UseFBDev) {
708 pSmi->Dualhead = FALSE;
719 if (pSmi->Dualhead && pSmi->HwCursor) {
727 if (pSmi->Dualhead) {
733 xf86DrvMsg(pScrn->scrnIndex, X_ERROR, "Dualhead only supported at "
740 pSmi->Dualhead ? "en" : "dis");
763 pSmi->CSCVideo = !pSmi->useEXA || !pSmi->Dualhead;
769 if (pSmi->CSCVideo && pSmi->useEXA && pSmi->Dualhead) {
1514 (pSmi->Dualhead ? SMI501_CURSOR_SIZE << 1 : SMI501_ARGB_CURSOR_SIZE);
1517 (pSmi->Dualhead ? SMI501_CURSOR_SIZE << 1 : SMI501_CURSOR_SIZE);
1774 if (!pSmi->Dualhead)