Home
last modified time | relevance | path

Searched refs:primaryOutput (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/xserver/randr/
H A Drroutput.c394 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()
H A Drrscreen.c446 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()
H A Drandr.c681 if (pScrPriv->primaryOutput && pScrPriv->primaryOutput->crtc) in RRFirstOutput()
682 return pScrPriv->primaryOutput; in RRFirstOutput()
H A Drandrstr.h379 RROutputPtr primaryOutput; member
H A Drrmonitor.c47 if (crtc->outputs[o] == pScrPriv->primaryOutput) in RRMonitorCrtcPrimary()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Dvblank.c131 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()
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinrandr.c271 pRRScrPriv->primaryOutput = output; in winRandRInit()
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86RandR12.c1841 rp->primaryOutput = config->output[0]->randr_output; in xf86RandR12CreateScreenResources12()
1842 RROutputChanged(rp->primaryOutput, FALSE); in xf86RandR12CreateScreenResources12()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog37309 Fix all the places we use primaryOutput to work
137455 randr: clear primaryOutput when the output is deleted