| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| drmmode_display.h | 74 struct radeon_bo *rotate_bo; member in struct:__anon6771
|
| drmmode_display.c | 514 struct radeon_bo *rotate_bo; local 532 rotate_bo = radeon_bo_open(drmmode->bufmgr, 0, size, base_align, RADEON_GEM_DOMAIN_VRAM, 0); 533 if (rotate_bo == NULL) 536 radeon_bo_map(rotate_bo, 1); 540 rotate_bo->handle, 546 drmmode_crtc->rotate_bo = rotate_bo; 547 return drmmode_crtc->rotate_bo->ptr; 569 0, drmmode_crtc->rotate_bo, NULL); 590 radeon_bo_unmap(drmmode_crtc->rotate_bo); [all...] |
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| drmmode_display.c | 57 dri_bo *rotate_bo; member in struct:__anon8847 478 drmmode_crtc->rotate_bo = 481 if (!drmmode_crtc->rotate_bo) { 489 drmmode_crtc->rotate_bo->handle, 493 drm_intel_bo_unreference(drmmode_crtc->rotate_bo); 497 return drmmode_crtc->rotate_bo; 533 if (drmmode_crtc->rotate_bo) 534 i830_set_pixmap_bo(rotate_pixmap, drmmode_crtc->rotate_bo); 556 dri_bo_unreference(drmmode_crtc->rotate_bo); 557 drmmode_crtc->rotate_bo = NULL [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| intel_display.c | 110 dri_bo *rotate_bo; member in struct:intel_crtc 532 intel_crtc->rotate_bo = intel_allocate_framebuffer(scrn, 538 if (!intel_crtc->rotate_bo) { 546 intel_crtc->rotate_bo->handle, 550 drm_intel_bo_unreference(intel_crtc->rotate_bo); 555 return intel_crtc->rotate_bo; 594 if (intel_crtc->rotate_bo == NULL) { 613 intel_set_pixmap_bo(rotate_pixmap, intel_crtc->rotate_bo); 639 dri_bo_unreference(intel_crtc->rotate_bo); 640 intel_crtc->rotate_bo = NULL [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| intel_display.c | 110 dri_bo *rotate_bo; member in struct:intel_crtc 532 intel_crtc->rotate_bo = intel_allocate_framebuffer(scrn, 538 if (!intel_crtc->rotate_bo) { 546 intel_crtc->rotate_bo->handle, 550 drm_intel_bo_unreference(intel_crtc->rotate_bo); 555 return intel_crtc->rotate_bo; 594 if (intel_crtc->rotate_bo == NULL) { 613 intel_set_pixmap_bo(rotate_pixmap, intel_crtc->rotate_bo); 639 dri_bo_unreference(intel_crtc->rotate_bo); 640 intel_crtc->rotate_bo = NULL [all...] |
| /xsrc/external/mit/xf86-video-nouveau/dist/src/ |
| drmmode_display.c | 64 struct nouveau_bo *rotate_bo; member in struct:__anon9068 520 &drmmode_crtc->rotate_bo); 527 ret = nouveau_bo_map(drmmode_crtc->rotate_bo, NOUVEAU_BO_RDWR, 532 nouveau_bo_ref(NULL, &drmmode_crtc->rotate_bo); 535 virtual = drmmode_crtc->rotate_bo->map; 539 drmmode_crtc->rotate_bo->handle, 545 nouveau_bo_ref(NULL, &drmmode_crtc->rotate_bo); 565 drmmode_crtc->rotate_bo, data); 583 nouveau_bo_ref(NULL, &drmmode_crtc->rotate_bo);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/ |
| drmmode_display.h | 185 drmmode_bo rotate_bo; member in struct:__anon10025
|