| /xsrc/external/mit/xorg-server/dist/randr/ |
| H A D | rrlease.c | 78 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 D | rroutput.c | 97 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 D | rrpointer.c | 64 for (c = 0; c < pScrPriv->numCrtcs; c++) { 116 for (c = 0; c < pScrPriv->numCrtcs; c++) {
|
| H A D | rrmonitor.c | 131 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 D | rrinfo.c | 91 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 D | rrcrtc.c | 70 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 D | randr.c | 98 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 D | rrscreen.c | 95 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 D | rrprovider.c | 166 .nCrtcs = pScrPriv->numCrtcs, 182 rep.length = (pScrPriv->numCrtcs + pScrPriv->numOutputs + 200 for (i = 0; i < pScrPriv->numCrtcs; i++) {
|
| H A D | randrstr.h | 152 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 D | rrdispatch.c | 162 for (i = 0; i < pScrPriv->numCrtcs; i++) {
|
| H A D | rrmode.c | 196 for (c = 0; c < pScrPriv->numCrtcs; c++) {
|
| /xsrc/external/mit/xorg-server.old/dist/randr/ |
| H A D | rroutput.c | 89 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 D | rrpointer.c | 63 for (c = 0; c < pScrPriv->numCrtcs; c++) 115 for (c = 0; c < pScrPriv->numCrtcs; c++)
|
| H A D | randr.c | 94 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 D | rrinfo.c | 92 pScrPriv->numCrtcs == 0) 189 if (pScrPriv->numCrtcs != 0 || pScrPriv->numOutputs != 0) 195 for (i = 0; i < pScrPriv->numCrtcs; i++)
|
| H A D | rrcrtc.c | 66 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 D | rrscreen.c | 99 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 D | randrstr.h | 140 int numCrtcs; member in struct:_rrOutput 280 int numCrtcs; member in struct:_rrScrPriv 778 int numCrtcs);
|
| H A D | rrxinerama.c | 164 for (i = 0; i < pScrPriv->numCrtcs; i++) 333 for(i = 0; i < pScrPriv->numCrtcs; i++) {
|
| H A D | rrdispatch.c | 166 for (i = 0; i < pScrPriv->numCrtcs; i++)
|
| H A D | rrmode.c | 196 for (c = 0; c < pScrPriv->numCrtcs; c++)
|
| /xsrc/external/mit/xf86-video-amdgpu/dist/src/ |
| H A D | amdgpu_video.c | 131 for (c = 0; c < pScrPriv->numCrtcs; c++) {
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/ |
| H A D | xf86RandR12.c | 2067 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 D | vblank.c | 145 for (c = 0; c < pScrPriv->numCrtcs; c++) {
|