Searched refs:primaryOutput (Results 1 – 9 of 9) sorted by relevance
394 if (pScrPriv->primaryOutput == output) in RROutputDestroyResource()395 pScrPriv->primaryOutput = NULL; in RROutputDestroyResource()584 if (pScrPriv->primaryOutput == output) in RRSetPrimaryOutput()588 if (pScrPriv->primaryOutput) { in RRSetPrimaryOutput()589 RROutputChanged(pScrPriv->primaryOutput, 0); in RRSetPrimaryOutput()590 pScrPriv->primaryOutput = NULL; in RRSetPrimaryOutput()595 pScrPriv->primaryOutput = output; in RRSetPrimaryOutput()670 primary = pScrPriv->primaryOutput; in ProcRRGetOutputPrimary()
446 if (pScrPriv->primaryOutput && pScrPriv->primaryOutput->crtc) { in rrGetMultiScreenResources()448 primary_crtc = pScrPriv->primaryOutput->crtc; in rrGetMultiScreenResources()449 crtcs[0] = pScrPriv->primaryOutput->crtc->id; in rrGetMultiScreenResources()575 if (pScrPriv->primaryOutput && pScrPriv->primaryOutput->crtc) { in rrGetScreenResources()577 crtcs[0] = pScrPriv->primaryOutput->crtc->id; in rrGetScreenResources()584 pScrPriv->primaryOutput->crtc == pScrPriv->crtcs[i]) { in rrGetScreenResources()
681 if (pScrPriv->primaryOutput && pScrPriv->primaryOutput->crtc) in RRFirstOutput()682 return pScrPriv->primaryOutput; in RRFirstOutput()
379 RROutputPtr primaryOutput; member
47 if (crtc->outputs[o] == pScrPriv->primaryOutput) in RRMonitorCrtcPrimary()
131 if (pScrPriv->primaryOutput && pScrPriv->primaryOutput->crtc && in ms_first_output()132 (pScrPriv->primaryOutput->pScreen == pScreen)) { in ms_first_output()133 return pScrPriv->primaryOutput; in ms_first_output()
271 pRRScrPriv->primaryOutput = output; in winRandRInit()
1841 rp->primaryOutput = config->output[0]->randr_output; in xf86RandR12CreateScreenResources12()1842 RROutputChanged(rp->primaryOutput, FALSE); in xf86RandR12CreateScreenResources12()
37309 Fix all the places we use primaryOutput to work137455 randr: clear primaryOutput when the output is deleted