| /xsrc/external/mit/xf86-video-openchrome/dist/src/ |
| H A D | via_kms.h | 50 struct buffer_object *front_bo; member in struct:__anonc755062c0108
|
| H A D | via_driver.c | 809 old_front = drmmode->front_bo; 812 drmmode->front_bo = drm_bo_alloc_surface(scrn, width, height, format, 814 if (!drmmode->front_bo) { 822 new_pixels = drm_bo_map(scrn, drmmode->front_bo); 828 new_pixels = malloc(height * drmmode->front_bo->pitch); 839 scrn->displayWidth = (drmmode->front_bo->pitch) 844 drmmode->front_bo->pitch, 890 if (drmmode->front_bo) { 891 drm_bo_unmap(scrn, drmmode->front_bo); 892 drm_bo_free(scrn, drmmode->front_bo); [all...] |
| H A D | via_exa_h2.c | 391 (unsigned long) drm_bo_map(pScrn, pVia->drmmode.front_bo)) < pVia->drmmode.front_bo->size;
|
| H A D | via_exa_h6.c | 404 (unsigned long) drm_bo_map(pScrn, pVia->drmmode.front_bo)) < pVia->drmmode.front_bo->size;
|
| H A D | via_exa.c | 643 bounceAligned = (char *) drm_bo_map(pScrn, pVia->drmmode.front_bo) + srcOffset; 695 dst = (char *) drm_bo_map(pScrn, pVia->drmmode.front_bo) +
|
| H A D | via_kms.c | 195 drmmode->front_bo->pitch, 196 drmmode->front_bo->handle,
|
| H A D | via_display.c | 1357 Base = (Base + drmmode->front_bo->offset) >> 1; 2748 Base = (Base + drmmode->front_bo->offset) >> 3;
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | drmmode_display.c | 284 tiling_flags, info->front_bo, &info->front_surface); 307 if (radeon_bo_map(info->front_bo, 1)) 310 memset(info->front_bo->ptr, 0x00, info->front_bo->size); 311 radeon_bo_unmap(info->front_bo); 355 info->front_bo->handle, 1266 struct radeon_bo *front_bo; local in function:drmmode_xf86crtc_resize 1276 front_bo = info->front_bo; 1279 if (front_bo) [all...] |
| H A D | radeon_kms.c | 154 return ((uint8_t *)info->front_bo->ptr + row * stride + offset); 189 if (info->front_bo) { 191 radeon_set_pixmap_bo(pPix, info->front_bo); 986 front_ptr = info->front_bo->ptr; 1351 if (info->front_bo == NULL) { 1352 info->front_bo = radeon_bo_open(info->bufmgr, 0, screen_size, 1355 if (radeon_bo_map(info->front_bo, 1)) { 1370 radeon_bo_set_tiling(info->front_bo, tiling_flags, pitch); 1375 xf86DrvMsg(pScrn->scrnIndex, X_INFO, "Front buffer size: %dK\n", info->front_bo->size/1024);
|
| H A D | radeon_dri2.c | 778 if (front_radeon->bo == info->front_bo) { 779 radeon_bo_unref(info->front_bo); 780 info->front_bo = back_radeon->bo; 781 radeon_bo_ref(info->front_bo);
|
| H A D | radeon.h | 1013 struct radeon_bo *front_bo; member in struct:__anonb194aea90e08
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | sna_dri2.c | 2339 struct kgem_bo *back_bo, *front_bo; local in function:sna_dri2_xchg 2347 front_bo = get_private(front)->bo; 2351 front_bo->handle, front->name, get_private(front)->refcnt, 2359 DBG(("%s: front_bo handle=%d, pitch=%d, size=%d, ref=%d, active_scanout?=%d\n", 2360 __FUNCTION__, front_bo->handle, front_bo->pitch, kgem_bo_size(front_bo), front_bo->refcnt, front_bo->active_scanout)); 2362 assert(front_bo ! 2468 struct kgem_bo *front_bo = get_private(front)->bo; local in function:sna_dri2_xchg_crtc [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/ |
| H A D | drmmode_display.h | 103 drmmode_bo front_bo; member in struct:__anonaff371e40208
|
| H A D | present.c | 275 pixmap->devKind != drmmode_bo_get_pitch(&ms->drmmode.front_bo))
|
| H A D | drmmode_display.c | 660 ret = drmmode_bo_import(drmmode, &drmmode->front_bo, 3427 if (!drmmode_set_pixmap_bo(drmmode, screen_pixmap, &drmmode->front_bo)) 3456 old_pitch = drmmode_bo_get_pitch(&drmmode->front_bo); 3457 old_front = drmmode->front_bo; 3461 if (!drmmode_create_bo(drmmode, &drmmode->front_bo, 3465 pitch = drmmode_bo_get_pitch(&drmmode->front_bo); 3519 drmmode_bo_destroy(drmmode, &drmmode->front_bo); 3520 drmmode->front_bo = old_front; 4184 if (!drmmode_create_bo(drmmode, &drmmode->front_bo, width, height, bpp)) 4186 pScrn->displayWidth = drmmode_bo_get_pitch(&drmmode->front_bo) / cp [all...] |
| H A D | driver.c | 1349 return ((uint8_t *) ms->drmmode.front_bo.dumb->ptr + row * stride + offset);
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| H A D | radeon_kms.c | 2549 struct radeon_bo *front_bo = radeon_bo_open(info->bufmgr, 0, local in function:RADEONEnterVT_KMS 2556 if (front_bo) { 2557 if (radeon_bo_map(front_bo, 1) == 0) { 2558 memset(front_bo->ptr, 0, front_bo->size); 2560 info->front_buffer->bo.radeon = front_bo; 2562 radeon_bo_unref(front_bo); 2563 front_bo = NULL; 2567 if (!front_bo) {
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | sna_dri2.c | 1861 struct kgem_bo *back_bo, *front_bo; local in function:sna_dri2_xchg 1869 front_bo = get_private(front)->bo; 1870 assert(front_bo != back_bo); 1874 front_bo->handle, front->name, 1882 DBG(("%s: front_bo pitch=%d, size=%d, ref=%d, active_scanout?=%d\n", 1883 __FUNCTION__, front_bo->pitch, kgem_bo_size(front_bo), front_bo->refcnt, front_bo->active_scanout)); 1884 assert(front_bo [all...] |
| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| H A D | qxl_drmmode.c | 829 struct qxl_bo *front_bo; local in function:drmmode_xf86crtc_resize 842 front_bo = qxl->primary->bo; 849 old_front = front_bo;
|