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

  /xsrc/external/mit/xf86-video-ati-kms/dist/src/
compat-api.h 38 #define current_primary current_master macro
radeon.h 187 if (screen->current_primary)
188 return screen->current_primary;
  /xsrc/external/mit/xf86-video-amdgpu/dist/src/
compat-api.h 42 #define current_primary current_master macro
amdgpu_drv.h 174 if (screen->current_primary)
175 return screen->current_primary;
  /xsrc/external/mit/xorg-server/dist/randr/
rroutput.c 44 ScreenPtr primary = pScreen->current_primary;
400 primary = pScreen->current_primary;
641 if (output->pScreen->isGPU && output->pScreen->current_primary != pWin->drawable.pScreen) {
rrcrtc.c 376 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;
randr.c 581 primary = pScreen->current_primary;
608 primary = pScreen->current_primary;
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
xf86Rotate.c 318 if (pScreen->current_primary)
319 pScrn = xf86ScreenToScrn(pScreen->current_primary);
xf86RandR12.c 2213 if (screen->current_primary)
xf86Crtc.c 3113 xf86CursorResetCursor(pScrn->pScreen->current_primary);
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/
compat-api.h 240 #define current_primary current_master macro
  /xsrc/external/mit/xorg-server/dist/include/
scrnintstr.h 642 ScreenPtr current_primary; member in struct:_Screen
  /xsrc/external/mit/xorg-server/dist/dix/
dispatch.c 4098 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/
xf86CursorRD.c 468 pScreen = pScreen->current_primary;
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
drmmode_display.c 1159 ScreenPtr primary = crtc->randr_crtc->pScreen->current_primary;

Completed in 18 milliseconds