HomeSort by: relevance | last modified time | path
    Searched refs:primaryOutput (Results 1 - 16 of 16) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/randr/
rroutput.c 396 if (pScrPriv->primaryOutput == output)
397 pScrPriv->primaryOutput = NULL;
403 if (primarysp->primaryOutput == output)
404 primarysp->primaryOutput = NULL;
595 if (pScrPriv->primaryOutput == output)
599 if (pScrPriv->primaryOutput) {
600 RROutputChanged(pScrPriv->primaryOutput, 0);
601 pScrPriv->primaryOutput = NULL;
606 pScrPriv->primaryOutput = output;
681 primary = pScrPriv->primaryOutput;
    [all...]
randr.c 685 if (pScrPriv->primaryOutput && pScrPriv->primaryOutput->crtc)
686 return pScrPriv->primaryOutput;
710 if (pScrPriv->primaryOutput && pScrPriv->primaryOutput->crtc &&
711 pScrPriv->primaryOutput->pScreen == pScreen)
712 return pScrPriv->primaryOutput->crtc;
rrscreen.c 446 if (pScrPriv->primaryOutput && pScrPriv->primaryOutput->crtc) {
448 primary_crtc = pScrPriv->primaryOutput->crtc;
449 crtcs[0] = pScrPriv->primaryOutput->crtc->id;
575 if (pScrPriv->primaryOutput && pScrPriv->primaryOutput->crtc) {
577 crtcs[0] = pScrPriv->primaryOutput->crtc->id;
584 pScrPriv->primaryOutput->crtc == pScrPriv->crtcs[i]) {
randrstr.h 383 RROutputPtr primaryOutput;
rrmonitor.c 47 if (crtc->outputs[o] == pScrPriv->primaryOutput)
  /xsrc/external/mit/xorg-server.old/dist/randr/
rroutput.c 380 if (pScrPriv->primaryOutput == output)
381 pScrPriv->primaryOutput = NULL;
541 if (pScrPriv->primaryOutput == output)
545 if (pScrPriv->primaryOutput) {
546 RROutputChanged(pScrPriv->primaryOutput, 0);
547 pScrPriv->primaryOutput = NULL;
552 pScrPriv->primaryOutput = output;
609 primary = pScrPriv->primaryOutput;
rrxinerama.c 328 if (pScrPriv->primaryOutput && pScrPriv->primaryOutput->crtc) {
330 RRXineramaWriteCrtc(client, pScrPriv->primaryOutput->crtc);
335 pScrPriv->primaryOutput->crtc == pScrPriv->crtcs[i])
randr.c 464 if (pScrPriv->primaryOutput && pScrPriv->primaryOutput->crtc)
465 return pScrPriv->primaryOutput;
rrscreen.c 399 if (pScrPriv->primaryOutput && pScrPriv->primaryOutput->crtc)
402 crtcs[0] = pScrPriv->primaryOutput->crtc->id;
410 pScrPriv->primaryOutput->crtc == pScrPriv->crtcs[i])
randrstr.h 278 RROutputPtr primaryOutput;
  /xsrc/external/mit/xorg-server/dist/hw/xwin/
winrandr.c 140 winRandRUpdateMode(pScreen, pRRScrPriv->primaryOutput);
271 pRRScrPriv->primaryOutput = output;
  /xsrc/external/mit/xf86-video-amdgpu/dist/src/
amdgpu_kms.c 394 if (!pScreen->isGPU && !rrScrPriv->primaryOutput) {
397 rrScrPriv->primaryOutput = xf86_config->output[0]->randr_output;
398 RROutputChanged(rrScrPriv->primaryOutput, FALSE);
  /xsrc/external/mit/xf86-video-ati-kms/dist/src/
radeon_kms.c 345 if (!pScreen->isGPU && !rrScrPriv->primaryOutput) {
348 rrScrPriv->primaryOutput = xf86_config->output[0]->randr_output;
349 RROutputChanged(rrScrPriv->primaryOutput, FALSE);
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
sna_display.c 7825 if (rr == NULL || rr->primaryOutput)
7834 DBG(("%s: setting PrimaryOutput %s\n", __FUNCTION__, output->name));
7835 rr->primaryOutput = output->randr_output;
7836 RROutputChanged(rr->primaryOutput, FALSE);
8000 if (rr && rr->primaryOutput && rr->primaryOutput->pScreen == screen) {
8001 xf86OutputPtr output = rr->primaryOutput->devPrivate;
8002 DBG(("%s: have PrimaryOutput? %d marking as desired\n", __FUNCTION__, output->crtc != NULL));
8086 if (rr && rr->primaryOutput) {
8087 xf86OutputPtr output = rr->primaryOutput->devPrivate
    [all...]
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
xf86RandR12.c 1848 rp->primaryOutput = config->output[0]->randr_output;
1849 RROutputChanged(rp->primaryOutput, FALSE);
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
sna_display.c 5948 if (rr == NULL || rr->primaryOutput)
5957 DBG(("%s: setting PrimaryOutput %s\n", __FUNCTION__, output->name));
5958 rr->primaryOutput = output->randr_output;
5959 RROutputChanged(rr->primaryOutput, 0);
6096 if (rr && rr->primaryOutput) {
6097 xf86OutputPtr output = rr->primaryOutput->devPrivate;
6098 DBG(("%s: have PrimaryOutput? %d marking as desired\n", __FUNCTION__, output->crtc != NULL));

Completed in 52 milliseconds