Lines Matching refs:HWCursor
105 { OPTION_HW_CURSOR, "HWcursor", OPTV_BOOLEAN, {0}, TRUE },
296 int hwCursor, lowDepth;
342 hwCursor = 0;
346 hwCursor = sparcPromGetBool(&psdp->node, "hw-cursor");
354 hwCursor = 1;
375 hwCursor ? "found" : "not found");
455 pTcx->HWCursor = FALSE;
456 if (hwCursor) {
458 pTcx->HWCursor = TRUE;
459 if (xf86GetOptValBool(pTcx->Options, OPTION_HW_CURSOR, &pTcx->HWCursor))
463 pTcx->HWCursor = FALSE;
474 pTcx->HWCursor ? "HW" : "SW");
481 if (pTcx->HWCursor && xf86LoadSubModule(pScrn, "ramdac") == NULL) {
542 if (pTcx->HWCursor == TRUE) {
669 if (pTcx->HWCursor) {
736 if (pTcx->HWCursor) {
785 if (pTcx->HWCursor)