Home
last modified time | relevance | path

Searched refs:numOutputs (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/external/xserver/randr/
H A Drrmonitor.c31 if (crtc->numOutputs) { in RRMonitorCrtcName()
46 for (o = 0; o < crtc->numOutputs; o++) in RRMonitorCrtcPrimary()
77 if (crtc->numOutputs && crtc->outputs[0]->mmWidth && crtc->outputs[0]->mmHeight) { in RRMonitorGetCrtcGeometry()
94 monitor->numOutputs = crtc->numOutputs; in RRMonitorSetFromServer()
95 monitor->outputs = calloc(crtc->numOutputs, sizeof(RROutput)); in RRMonitorSetFromServer()
98 for (o = 0; o < crtc->numOutputs; o++) in RRMonitorSetFromServer()
118 if (RRMonitorAutomaticGeometry(monitor) && monitor->numOutputs > 0) { in RRMonitorGetGeometry()
127 for (o = 0; o < monitor->numOutputs; o++) { in RRMonitorGetGeometry()
135 for (co = 0; !in_use && co < crtc->numOutputs; co++) in RRMonitorGetGeometry()
172 monitor->numOutputs = client_monitor->numOutputs; in RRMonitorSetFromClient()
[all …]
H A Drrcrtc.c86 crtc->numOutputs = 0; in RRCrtcCreate()
137 RRTransformPtr transform, int numOutputs, RROutputPtr * outputs) in RRCrtcNotify() argument
145 for (i = 0; i < numOutputs; i++) { in RRCrtcNotify()
146 for (j = 0; j < crtc->numOutputs; j++) in RRCrtcNotify()
149 if (j == crtc->numOutputs) { in RRCrtcNotify()
159 for (j = 0; j < crtc->numOutputs; j++) { in RRCrtcNotify()
160 for (i = 0; i < numOutputs; i++) in RRCrtcNotify()
163 if (i == numOutputs) { in RRCrtcNotify()
173 if (numOutputs != crtc->numOutputs) { in RRCrtcNotify()
176 if (numOutputs) { in RRCrtcNotify()
[all …]
H A Drrlease.c78 RRLeaseAlloc(ScreenPtr screen, RRLease lid, int numCrtcs, int numOutputs) in RRLeaseAlloc() argument
84 numOutputs * sizeof(RROutputPtr)); in RRLeaseAlloc()
92 lease->numOutputs = numOutputs; in RRLeaseAlloc()
129 for (o = 0; o < lease->numOutputs; o++) in RROutputIsLeased()
H A Drrprovider.c166 .nOutputs = pScrPriv->numOutputs, in ProcRRGetProviderInfo()
181 rep.length = (pScrPriv->numCrtcs + pScrPriv->numOutputs + in ProcRRGetProviderInfo()
205 for (i = 0; i < pScrPriv->numOutputs; i++) { in ProcRRGetProviderInfo()
282 for (i = 0; i < pScrPriv->numOutputs; i++) { in RRInitPrimeSyncProps()
311 for (i = 0; i < pScrPriv->numOutputs; i++) { in RRFiniPrimeSyncProps()
H A Drandr.c100 for (j = pScrPriv->numOutputs - 1; j >= 0; j--) in RRCloseScreen()
358 pScrPriv->numOutputs = 0; in RRScreenInit()
528 for (i = 0; i < pScrPriv->numOutputs; i++) { in TellChanged()
540 for (i = 0; i < pSlaveScrPriv->numOutputs; i++) { in TellChanged()
643 for (i = 0; i < pScrPriv->numOutputs; i++) in RRTellChanged()
652 for (i = 0; i < pSlaveScrPriv->numOutputs; i++) in RRTellChanged()
687 for (j = 0; j < pScrPriv->numOutputs; j++) { in RRFirstOutput()
H A Drroutput.c77 pScrPriv->numOutputs + 1, sizeof(RROutputPtr)); in RROutputCreate()
115 pScrPriv->outputs[pScrPriv->numOutputs++] = output; in RROutputCreate()
386 for (o = 0; o < lease->numOutputs; o++) { in RROutputDestroyResource()
397 for (i = 0; i < pScrPriv->numOutputs; i++) { in RROutputDestroyResource()
400 (pScrPriv->numOutputs - (i + 1)) * sizeof(RROutputPtr)); in RROutputDestroyResource()
401 --pScrPriv->numOutputs; in RROutputDestroyResource()
H A Drrinfo.c91 if (pScrPriv->numOutputs == 0 && pScrPriv->numCrtcs == 0) { in RRScanOldConfig()
183 if (pScrPriv->numCrtcs != 0 || pScrPriv->numOutputs != 0) in RRGetInfo()
187 for (i = 0; i < pScrPriv->numOutputs; i++) in RRGetInfo()
H A Drandrstr.h120 int numOutputs; member
186 int numOutputs; member
203 int numOutputs; member
219 int numOutputs, RROutputPtr * outputs);
377 int numOutputs; member
668 RRTransformPtr transform, int numOutputs, RROutputPtr * outputs);
H A Drrscreen.c301 total_outputs += pScrPriv->numOutputs; \
340 for (j = 0; j < pScrPriv->numOutputs; j++) { \
545 .nOutputs = pScrPriv->numOutputs, in rrGetScreenResources()
555 pScrPriv->numOutputs + in rrGetScreenResources()
572 modeinfos = (xRRModeInfo *) (outputs + pScrPriv->numOutputs); in rrGetScreenResources()
593 for (i = 0; i < pScrPriv->numOutputs; i++) { in rrGetScreenResources()
H A Drrdispatch.c170 for (i = 0; i < pScrPriv->numOutputs; i++) { in ProcRRSelectInput()
H A Drrmode.c176 for (o = 0; o < pScrPriv->numOutputs; o++) { in RRModesForScreen()
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinrandr.c269 crtc->numOutputs = 1; in winRandRInit()
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86RandR12.c1055 int numOutputs; in xf86RandR12CrtcNotify() local
1070 numOutputs = 0; in xf86RandR12CrtcNotify()
1076 randr_outputs[numOutputs++] = randr_output; in xf86RandR12CrtcNotify()
1100 numOutputs, randr_outputs); in xf86RandR12CrtcNotify()
2251 for (o = 0; o < lease->numOutputs; o++) { in xf86CrtcLeaseTerminated()
2309 for (o = 0; o < lease->numOutputs; o++) { in xf86CrtcLeaseStarted()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Dvblank.c139 for (j = 0; j < pScrPriv->numOutputs; j++) { in ms_first_output()
H A Ddrmmode_display.c3801 int noutput = lease->numOutputs; in drmmode_create_lease()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog7847 rotation=rotation@entry=1, numOutputs=numOutputs@entry=0, outputs=0x0) at
11711 where the private's numCrtcs (resp. numOutputs) field is zero, but the
11713 numOutputs) is zero is thus not a good criteria to determine whetehr to
11717 numCrtcs (resp. numOutputs) is actually unnecessary, because