| /xsrc/external/mit/xorg-server.old/dist/randr/ |
| H A D | rroutput.c | 92 output->clones = NULL; 115 RROutputPtr *clones, 124 if (output->clones[i] != clones[i]) 137 free(output->clones); 138 memcpy (newClones, clones, numClones * sizeof (RROutputPtr)); 139 output->clones = newClones; 406 free(output->clones); 448 RROutput *clones; local in function:ProcRRGetOutputInfo 490 clones 114 RROutputSetClones(RROutputPtr output,RROutputPtr * clones,int numClones) argument [all...] |
| H A D | randrstr.h | 143 RROutputPtr *clones; member in struct:_rrOutput 736 * any external configuration (mode list, clones, connected status) 758 RROutputPtr *clones,
|
| H A D | rrcrtc.c | 841 /* validate clones */ 851 if (outputs[i]->clones[k] == outputs[j])
|
| /xsrc/external/mit/xorg-server/dist/randr/ |
| H A D | rroutput.c | 100 output->clones = NULL; 133 RROutputSetClones(RROutputPtr output, RROutputPtr * clones, int numClones) argument 140 if (output->clones[i] != clones[i]) 152 free(output->clones); 153 memcpy(newClones, clones, numClones * sizeof(RROutputPtr)); 154 output->clones = newClones; 419 free(output->clones); 461 RROutput *clones; local in function:ProcRRGetOutputInfo 536 clones [all...] |
| H A D | randrstr.h | 155 RROutputPtr *clones; member in struct:_rrOutput 899 * any external configuration (mode list, clones, connected status) 918 RROutputSetClones(RROutputPtr output, RROutputPtr * clones, int numClones);
|
| H A D | rrcrtc.c | 1352 /* validate clones */ 1360 if (outputs[i]->clones[k] == outputs[j])
|
| /xsrc/external/mit/libXrandr/dist/src/ |
| H A D | XrrOutput.c | 113 xoi->clones = (RROutput *) (xoi->modes + rep.nModes); 114 xoi->name = (char *) (xoi->clones + rep.nClones); 118 _XRead32 (dpy, (long *) xoi->clones, rep.nClones << 2);
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | sna_display_fake.c | 233 RROutputPtr clones[32]; local in function:add_fake_output 277 clones[i - sna->mode.num_real_output] = xf86_config->output[i]->randr_output; 288 !RROutputSetClones(rr_output, clones, sna->mode.num_fake + 1))
|
| H A D | sna_display.c | 1573 DBG(("%s: attaching output '%s' %d [%d] to crtc:%d (pipe %d) (possible crtc:%x, possible clones:%x)\n", 4881 * possible clones masking. Note that for SDVO and on Haswell with DP/HDMI we 4912 unsigned clones; local in function:sna_mode_compute_possible_outputs 4917 clones = 0; 4920 clones |= 1 << j; 4921 output->possible_clones = clones; 4923 DBG(("%s: updated output '%s' %d [%d] (possible crtc:%x, possible clones:%x)\n", 5369 DBG(("%s: created output '%s' %d, encoder=%d (possible crtc:%x, attached encoders:%x, possible clones:%x), serial=%d, edid=%d, dpms=%d, crtc=%lu\n", 6925 DBG(("%s: attaching output '%s' %d [%d] to crtc:%d (pipe %d) (possible crtc:%x, possible clones:%x)\n",
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | sna_display_fake.c | 240 RROutputPtr clones[32]; local in function:add_fake_output 283 clones[i - sna->mode.num_real_output] = xf86_config->output[i]->randr_output; 294 !RROutputSetClones(rr_output, clones, sna->mode.num_fake + 1))
|
| H A D | sna_display.c | 1023 DBG(("%s: attaching output '%s' %d [%d] to crtc:%d (pipe %d) (possible crtc:%x, possible clones:%x)\n", 3625 * possible clones masking. Note that for SDVO and on Haswell with DP/HDMI we 3656 unsigned clones; local in function:sna_mode_compute_possible_outputs 3661 clones = 0; 3664 clones |= 1 << j; 3665 output->possible_clones = clones; 3667 DBG(("%s: updated output '%s' %d [%d] (possible crtc:%x, possible clones:%x)\n", 3989 DBG(("%s: created output '%s' %d, encoder=%d (possible crtc:%x, attached encoders:%x, possible clones:%x), serial=%d, edid=%d, dpms=%d, crtc=%lu\n", 5209 DBG(("%s: attaching output '%s' %d [%d] to crtc:%d (pipe %d) (possible crtc:%x, possible clones:%x)\n",
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/tools/ |
| H A D | virtual.c | 174 struct clone *clones; member in struct:context 491 ctx->clones = malloc(sizeof(struct clone)); 492 if (ctx->clones == NULL) 1256 struct output *output = &ctx->clones[n].src; 1296 DisplayString(ctx->clones[n].dst.display->dpy), ctx->clones[n].dst.name, changed)); 1313 DisplayString(ctx->clones[n].dst.display->dpy), ctx->clones[n].dst.name, changed)); 1575 struct clone *clone = &ctx->clones[n]; 2297 struct clone *clone = &ctx->clones[ [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/ |
| H A D | xf86RandR12.c | 1430 RROutputPtr *clones; local in function:xf86RandR12SetInfo12 1437 clones = malloc(config->num_output * sizeof (RROutputPtr)); 1456 free(clones); 1480 * Valid clones 1488 clones[nclone++] = clone->randr_output; 1490 if (!RROutputSetClones (output->randr_output, clones, nclone)) 1493 free(clones); 1498 free(clones);
|
| /xsrc/external/mit/xf86-video-intel/dist/tools/ |
| H A D | virtual.c | 186 struct clone *clones; member in struct:context 522 ctx->clones = malloc(sizeof(struct clone)); 523 if (ctx->clones == NULL) 1370 struct output *output = &ctx->clones[n].src; 1410 DisplayString(ctx->clones[n].dst.display->dpy), ctx->clones[n].dst.name, changed)); 1427 DisplayString(ctx->clones[n].dst.display->dpy), ctx->clones[n].dst.name, changed)); 1707 struct clone *clone = &ctx->clones[n]; 2468 struct clone *clone = &ctx->clones[ [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/ |
| H A D | xf86RandR12.c | 1644 RROutputPtr *clones; local in function:xf86RandR12SetInfo12 1650 clones = xallocarray(config->num_output, sizeof(RROutputPtr)); 1662 free(clones); 1688 * Valid clones 1695 clones[nclone++] = clone->randr_output; 1697 if (!RROutputSetClones(output->randr_output, clones, nclone)) { 1699 free(clones); 1704 free(clones);
|
| /xsrc/external/mit/libXrandr/dist/include/X11/extensions/ |
| H A D | Xrandr.h | 294 RROutput *clones; member in struct:_XRROutputInfo
|
| /xsrc/external/mit/xrandr/dist/ |
| H A D | xrandr.c | 1904 if (output->output_info->clones[l] == other->output.xid) 3804 output_t *clone = find_output_by_xid (output_info->clones[j]);
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | aclocal.m4 | 473 # It's possible (for near-UNIX clones) that the data doesn't exist
|