Searched refs:current_primary (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dcompat-api.h38 #define current_primary current_master macro
H A Dradeon.h187 if (screen->current_primary)
188 return screen->current_primary;
/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Dcompat-api.h42 #define current_primary current_master macro
H A Damdgpu_drv.h174 if (screen->current_primary)
175 return screen->current_primary;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86Rotate.c318 if (pScreen->current_primary)
319 pScrn = xf86ScreenToScrn(pScreen->current_primary);
H A Dxf86RandR12.c2213 if (screen->current_primary)
H A Dxf86Crtc.c3113 xf86CursorResetCursor(pScrn->pScreen->current_primary);
/xsrc/external/mit/xorg-server/dist/randr/
H A Drroutput.c44 ScreenPtr primary = pScreen->current_primary;
630 if (output->pScreen->isGPU && output->pScreen->current_primary != pWin->drawable.pScreen) {
H A Drrcrtc.c376 ScreenPtr primary = crtc->pScreen->current_primary;
398 ScreenPtr primary = crtc->pScreen->current_primary;
505 ScreenPtr primary = crtc->pScreen->current_primary;
759 ScreenPtr primary = pScreen->current_primary;
771 if (pScreen->current_primary) {
1428 width = pScreen->current_primary->width;
1429 height = pScreen->current_primary->height;
H A Drandr.c581 primary = pScreen->current_primary;
608 primary = pScreen->current_primary;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/
H A Dcompat-api.h240 #define current_primary current_master macro
/xsrc/external/mit/xorg-server/dist/include/
H A Dscrnintstr.h642 ScreenPtr current_primary; member in struct:_Screen
/xsrc/external/mit/xorg-server/dist/dix/
H A Ddispatch.c4098 assert(!new->current_primary);
4100 new->current_primary = pScreen;
4110 secondary->current_primary = NULL;
4118 assert(new->current_primary == pScreen);
4120 new->current_primary->output_secondarys++;
4128 secondary->current_primary->output_secondarys--;
4137 assert(new->current_primary == pScreen);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/ramdac/
H A Dxf86CursorRD.c468 pScreen = pScreen->current_primary;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c1159 ScreenPtr primary = crtc->randr_crtc->pScreen->current_primary;

Completed in 38 milliseconds