Searched refs:old_front (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dqxl_drmmode.c828 struct qxl_bo *old_front = NULL; local in function:drmmode_xf86crtc_resize
849 old_front = front_bo;
900 if (old_front)
901 qxl->bo_funcs->bo_decref(qxl, old_front);
905 qxl->primary->bo = old_front;
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Ddrmmode_display.c1310 i830_memory *old_front = NULL; local in function:drmmode_xf86crtc_resize
1329 old_front = pI830->front_buffer;
1362 if (old_front)
1363 i830_free_memory(scrn, old_front);
1370 pI830->front_buffer = old_front;
H A Di830_driver.c877 i830_memory *new_front, *old_front; local in function:i830_xf86crtc_resize
894 old_front = i830->front_buffer;
909 i830_free_memory(scrn, old_front);
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_driver.c780 struct buffer_object *old_front = NULL; local in function:via_xf86crtc_resize
809 old_front = drmmode->front_bo;
878 if (old_front) {
879 drm_bo_unmap(scrn, old_front);
880 drm_bo_free(scrn, old_front);
907 drmmode->front_bo = old_front;
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Dintel_display.c1616 drm_intel_bo *old_front = NULL; local in function:intel_xf86crtc_resize
1632 old_front = intel->front_buffer;
1674 if (old_front)
1675 drm_intel_bo_unreference(old_front);
1682 intel->front_buffer = old_front;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Dintel_display.c1570 drm_intel_bo *old_front = NULL; local in function:intel_xf86crtc_resize
1586 old_front = intel->front_buffer;
1628 if (old_front)
1629 drm_intel_bo_unreference(old_front);
1636 intel->front_buffer = old_front;
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Ddrmmode_display.c1259 struct radeon_bo *old_front = NULL; local in function:drmmode_xf86crtc_resize
1355 old_front = info->front_bo;
1419 if (old_front)
1420 radeon_bo_unref(old_front);
1428 info->front_bo = old_front;
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_allocator.c655 const uint32_t old_front = old_size - pool->center_bo_offset; local in function:anv_block_pool_grow
662 uint32_t front_required = MAX2(front_used, old_front);
670 front_required = MAX2(front_required, old_front + contiguous_size);
/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Ddrmmode_display.c2897 struct amdgpu_buffer *old_front = NULL; local in function:drmmode_xf86crtc_resize
2927 old_front = info->front_buffer;
2987 if (old_front) {
2988 amdgpu_bo_unref(&old_front);
2997 info->front_buffer = old_front;
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Ddrmmode_display.c2417 struct radeon_buffer *old_front = NULL; local in function:drmmode_xf86crtc_resize
2450 old_front = info->front_buffer;
2523 radeon_buffer_unref(&old_front);
2530 info->front_buffer = old_front;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c3439 drmmode_bo old_front; local in function:drmmode_xf86crtc_resize
3457 old_front = drmmode->front_bo;
3514 drmmode_bo_destroy(drmmode, &old_front);
3520 drmmode->front_bo = old_front;
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_accel.c17927 migrate_dirty_tracking(PixmapPtr old_front, PixmapPtr new_front) argument
17930 ScreenPtr screen = old_front->drawable.pScreen;
17934 assert(dirty->src == old_front);
17935 if ((PixmapPtr)dirty->src != old_front)
17960 PixmapPtr old_front = screen->devPrivate; local in function:sna_set_screen_pixmap
17965 old_front ? (long)old_front->drawable.serialNumber : 0,
17970 assert(to_sna_from_pixmap(pixmap)->front == old_front);
17972 if (old_front) {
17973 assert(to_sna_from_pixmap(old_front)
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_accel.c17623 migrate_dirty_tracking(PixmapPtr old_front, PixmapPtr new_front) argument
17626 ScreenPtr screen = old_front->drawable.pScreen;
17630 assert(dirty->src == old_front);
17631 if ((PixmapPtr)dirty->src != old_front)
17656 PixmapPtr old_front = screen->devPrivate; local in function:sna_set_screen_pixmap
17661 old_front ? (long)old_front->drawable.serialNumber : 0,
17666 assert(to_sna_from_pixmap(pixmap)->front == old_front);
17668 if (old_front) {
17669 assert(to_sna_from_pixmap(old_front)
[all...]

Completed in 72 milliseconds