Searched refs:isGPU (Results 1 - 23 of 23) sorted by relevance

/xsrc/external/mit/xorg-server/dist/glx/
H A Dvndservermapping.c196 if (screen == NULL || screen->isGPU) {
217 if (client != NULL && !screen->isGPU) {
/xsrc/external/mit/xorg-server/dist/randr/
H A Drroutput.c43 if (pScreen->isGPU) {
626 if (!output->pScreen->isGPU && output->pScreen != pWin->drawable.pScreen) {
630 if (output->pScreen->isGPU && output->pScreen->current_primary != pWin->drawable.pScreen) {
H A Drrprovider.c342 if (!pScreen->isGPU)
370 if (!provider->pScreen->isGPU)
H A Drandr.c580 if (pScreen->isGPU) {
607 if (pScreen->isGPU) {
H A Drrcrtc.c758 if (pScreen->isGPU) {
1427 if (pScreen->isGPU) {
/xsrc/external/mit/xf86-video-intel/dist/src/
H A Dcompat-api.h257 #define isGPU(S) (S)->is_gpu macro
259 #define isGPU(S) 0 macro
/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Damdgpu_video.c155 if (!pScreen->isGPU) {
H A Damdgpu_kms.c394 if (!pScreen->isGPU && !rrScrPriv->primaryOutput) {
405 if (!drmmode_set_desired_modes(pScrn, &info->drmmode, pScreen->isGPU))
429 if (!pScreen->isGPU && (damage_ext = CheckExtension("DAMAGE"))) {
939 if (screen->isGPU) {
1264 if (!pScreen->isGPU)
2137 if (info->shadow_fb == FALSE && !pScreen->isGPU) {
2153 if (!pScreen->isGPU) {
H A Ddrmmode_display.c594 (crtc->scrn->pScreen->isGPU ||
1341 } else if (!pScreen->isGPU &&
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_kms.c345 if (!pScreen->isGPU && !rrScrPriv->primaryOutput) {
356 if (!drmmode_set_desired_modes(pScrn, &info->drmmode, pScreen->isGPU))
382 if (!pScreen->isGPU && (damage_ext = CheckExtension("DAMAGE"))) {
893 if (screen->isGPU) {
1229 if (!pScreen->isGPU)
2399 if (!pScreen->isGPU) {
2471 if (info->r600_shadow_fb == FALSE && !pScreen->isGPU) {
2487 if (!pScreen->isGPU) {
H A Ddrmmode_display.c658 (crtc->scrn->pScreen->isGPU ||
912 } else if (!pScreen->isGPU &&
/xsrc/external/mit/xorg-server/dist/include/
H A Dscrnintstr.h635 Bool isGPU; member in struct:_Screen
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86Rotate.c358 if (pScreen->isGPU)
H A Dxf86RandR12.c1847 if (!pScreen->isGPU) {
H A Dxf86Crtc.c3112 if (pScrn->pScreen->isGPU)
/xsrc/external/mit/xorg-server/dist/dix/
H A Ddispatch.c3923 pScreen->isGPU = TRUE;
4076 if (!pScreen->isGPU)
4097 assert(new->isGPU);
4106 assert(secondary->isGPU);
4116 assert(new->isGPU);
4126 assert(secondary->isGPU);
4135 assert(new->isGPU);
4144 assert(secondary->isGPU);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
H A Ddriver.c661 if (!screen->isGPU) {
696 if (!screen->isGPU) {
743 if (pScreen->isGPU && !ms->drmmode.reverse_prime_offload_mode)
1996 if (pScreen->isGPU) {
H A Dvblank.c168 if (!pScreen->isGPU) {
/xsrc/external/mit/xorg-server/dist/render/
H A Dglyph.c687 if (pScreen->isGPU)
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Helper.c1740 if (pScreen->isGPU) {
/xsrc/external/mit/xorg-server/dist/hw/xfree86/dri2/
H A Ddri2.c1572 if (info->CreateBuffer2 && pScreen->isGPU) {
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_display.c2277 if (wedged(sna) || isGPU(sna->scrn))
2399 if (!isGPU(sna->scrn)) {
5756 if (wedged(sna) || isGPU(sna->scrn))
7671 sna->mode.hidden = !isGPU(scrn); /* No DPMS passthrough */
/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Dnouveau_xv.c319 if (!pScreen->isGPU) {

Completed in 61 milliseconds