Searched refs:numCrtcs (Results 1 - 25 of 30) sorted by relevance

12

/xsrc/external/mit/xorg-server/dist/randr/
H A Drrlease.c78 RRLeaseAlloc(ScreenPtr screen, RRLease lid, int numCrtcs, int numOutputs) argument
83 numCrtcs * sizeof (RRCrtcPtr) +
91 lease->numCrtcs = numCrtcs;
94 lease->outputs = (RROutputPtr *) (lease->crtcs + numCrtcs);
110 for (c = 0; c < lease->numCrtcs; c++)
H A Drroutput.c97 output->numCrtcs = 0;
265 RROutputSetCrtcs(RROutputPtr output, RRCrtcPtr * crtcs, int numCrtcs) argument
270 if (numCrtcs == output->numCrtcs) {
271 for (i = 0; i < numCrtcs; i++)
274 if (i == numCrtcs)
277 if (numCrtcs) {
278 newCrtcs = xallocarray(numCrtcs, sizeof(RRCrtcPtr));
285 memcpy(newCrtcs, crtcs, numCrtcs * sizeof(RRCrtcPtr));
287 output->numCrtcs
[all...]
H A Drrpointer.c64 for (c = 0; c < pScrPriv->numCrtcs; c++) {
116 for (c = 0; c < pScrPriv->numCrtcs; c++) {
H A Drrmonitor.c131 for (c = 0; !in_use && c < pScrPriv->numCrtcs; c++) {
197 int numCrtcs; local in function:RRMonitorInitList
204 numCrtcs = pScrPriv->numCrtcs;
212 numCrtcs += pSecondaryPriv->numCrtcs;
214 mon_list->num_crtcs = numCrtcs;
216 mon_list->server_crtc = calloc(numCrtcs * 2, sizeof (RRCrtcPtr));
222 for (sc = 0; sc < pScrPriv->numCrtcs; sc++, c++) {
234 for (sc = 0; sc < pSecondaryPriv->numCrtcs; s
[all...]
H A Drrinfo.c91 if (pScrPriv->numOutputs == 0 && pScrPriv->numCrtcs == 0) {
183 if (pScrPriv->numCrtcs != 0 || pScrPriv->numOutputs != 0)
189 for (i = 0; i < pScrPriv->numCrtcs; i++)
H A Drrcrtc.c70 pScrPriv->numCrtcs + 1, sizeof(RRCrtcPtr));
102 pScrPriv->crtcs[pScrPriv->numCrtcs++] = crtc;
334 for (i = 0; i < pScrPriv->numCrtcs; ++i) {
347 int i, n = pScrPriv->numCrtcs;
646 for (c = 0; c < pScrPriv->numCrtcs; c++) {
675 for (c = 0; c < secondary_priv->numCrtcs; c++) {
884 for (c = 0; c < lease->numCrtcs; c++) {
892 for (i = 0; i < pScrPriv->numCrtcs; i++) {
895 (pScrPriv->numCrtcs - (i + 1)) * sizeof(RRCrtcPtr));
896 --pScrPriv->numCrtcs;
[all...]
H A Drandr.c98 for (j = pScrPriv->numCrtcs - 1; j >= 0; j--)
360 pScrPriv->numCrtcs = 0;
506 for (i = 0; i < pScrPriv->numCrtcs; i++) {
518 for (i = 0; i < pSecondaryScrPriv->numCrtcs; i++) {
649 for (i = 0; i < pScrPriv->numCrtcs; i++)
658 for (i = 0; i < pSecondaryScrPriv->numCrtcs; i++)
688 for (i = 0; i < pScrPriv->numCrtcs; i++) {
714 for (i = 0; i < pScrPriv->numCrtcs; i++) {
H A Drrscreen.c95 RRCrtcPtr crtc = pScrPriv->numCrtcs ? pScrPriv->crtcs[0] : NULL;
266 for (i = 0; i < pScrPriv->numCrtcs; i++) {
300 total_crtcs += pScrPriv->numCrtcs; \
329 for (j = 0; j < pScrPriv->numCrtcs; j++) { \
544 .nCrtcs = pScrPriv->numCrtcs,
554 rep.length = (pScrPriv->numCrtcs +
571 outputs = (RROutput *) (crtcs + pScrPriv->numCrtcs);
582 for (i = 0; i < pScrPriv->numCrtcs; i++) {
1080 for (c = 0; c < pScrPriv->numCrtcs; c++) {
H A Drrprovider.c166 .nCrtcs = pScrPriv->numCrtcs,
182 rep.length = (pScrPriv->numCrtcs + pScrPriv->numOutputs +
200 for (i = 0; i < pScrPriv->numCrtcs; i++) {
H A Drandrstr.h152 int numCrtcs; member in struct:_rrOutput
205 int numCrtcs; member in struct:_rrLease
385 int numCrtcs; member in struct:_rrScrPriv
932 RROutputSetCrtcs(RROutputPtr output, RRCrtcPtr * crtcs, int numCrtcs);
H A Drrdispatch.c162 for (i = 0; i < pScrPriv->numCrtcs; i++) {
H A Drrmode.c196 for (c = 0; c < pScrPriv->numCrtcs; c++) {
/xsrc/external/mit/xorg-server.old/dist/randr/
H A Drroutput.c89 output->numCrtcs = 0;
261 int numCrtcs)
266 if (numCrtcs == output->numCrtcs)
268 for (i = 0; i < numCrtcs; i++)
271 if (i == numCrtcs)
274 if (numCrtcs)
276 newCrtcs = malloc(numCrtcs * sizeof (RRCrtcPtr));
283 memcpy (newCrtcs, crtcs, numCrtcs * sizeof (RRCrtcPtr));
285 output->numCrtcs
259 RROutputSetCrtcs(RROutputPtr output,RRCrtcPtr * crtcs,int numCrtcs) argument
[all...]
H A Drrpointer.c63 for (c = 0; c < pScrPriv->numCrtcs; c++)
115 for (c = 0; c < pScrPriv->numCrtcs; c++)
H A Drandr.c94 for (j = pScrPriv->numCrtcs - 1; j >= 0; j--)
275 pScrPriv->numCrtcs = 0;
392 for (i = 0; i < pScrPriv->numCrtcs; i++)
434 for (i = 0; i < pScrPriv->numCrtcs; i++)
467 for (i = 0; i < pScrPriv->numCrtcs; i++)
H A Drrinfo.c92 pScrPriv->numCrtcs == 0)
189 if (pScrPriv->numCrtcs != 0 || pScrPriv->numOutputs != 0)
195 for (i = 0; i < pScrPriv->numCrtcs; i++)
H A Drrcrtc.c66 if (pScrPriv->numCrtcs)
68 (pScrPriv->numCrtcs + 1) * sizeof (RRCrtcPtr));
102 pScrPriv->crtcs[pScrPriv->numCrtcs++] = crtc;
431 for (i = 0; i < pScrPriv->numCrtcs; i++)
436 (pScrPriv->numCrtcs - (i + 1)) * sizeof (RRCrtcPtr));
437 --pScrPriv->numCrtcs;
703 for (j = 0; j < pScrPriv->outputs[i]->numCrtcs; j++)
731 for (j = 0; j < pScrPriv->outputs[i]->numCrtcs; j++)
818 for (j = 0; j < outputs[i]->numCrtcs; j++)
821 if (j == outputs[i]->numCrtcs)
[all...]
H A Drrscreen.c99 RRCrtcPtr crtc = pScrPriv->numCrtcs ? pScrPriv->crtcs[0] : NULL;
275 for (i = 0; i < pScrPriv->numCrtcs; i++)
368 rep.nCrtcs = pScrPriv->numCrtcs;
376 rep.length = (pScrPriv->numCrtcs +
395 outputs = (RROutput *) (crtcs + pScrPriv->numCrtcs);
407 for (i = 0; i < pScrPriv->numCrtcs; i++)
934 for (c = 0; c < pScrPriv->numCrtcs; c++)
H A Drandrstr.h140 int numCrtcs; member in struct:_rrOutput
280 int numCrtcs; member in struct:_rrScrPriv
778 int numCrtcs);
H A Drrxinerama.c164 for (i = 0; i < pScrPriv->numCrtcs; i++)
333 for(i = 0; i < pScrPriv->numCrtcs; i++) {
H A Drrdispatch.c166 for (i = 0; i < pScrPriv->numCrtcs; i++)
H A Drrmode.c196 for (c = 0; c < pScrPriv->numCrtcs; c++)
/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Damdgpu_video.c131 for (c = 0; c < pScrPriv->numCrtcs; c++) {
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86RandR12.c2067 for (i = 0; i < rp->numCrtcs; i++)
2080 for (i = 0; i < rp->numCrtcs; i++)
2247 for (c = 0; c < lease->numCrtcs; c++) {
2263 for (c = 0; c < lease->numCrtcs; c++)
2266 if (c != lease->numCrtcs)
2300 for (c = 0; c < lease->numCrtcs; c++) {
/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
H A Dvblank.c145 for (c = 0; c < pScrPriv->numCrtcs; c++) {

Completed in 61 milliseconds

12