Home
last modified time | relevance | path

Searched refs:front_bo (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c633 ret = drmmode_bo_import(drmmode, &drmmode->front_bo, in drmmode_crtc_get_fb_id()
3647 if (!drmmode_set_pixmap_bo(drmmode, screen_pixmap, &drmmode->front_bo)) in drmmode_handle_new_screen_pixmap()
3676 old_pitch = drmmode_bo_get_pitch(&drmmode->front_bo); in drmmode_xf86crtc_resize()
3677 old_front = drmmode->front_bo; in drmmode_xf86crtc_resize()
3681 if (!drmmode_create_bo(drmmode, &drmmode->front_bo, in drmmode_xf86crtc_resize()
3685 pitch = drmmode_bo_get_pitch(&drmmode->front_bo); in drmmode_xf86crtc_resize()
3739 drmmode_bo_destroy(drmmode, &drmmode->front_bo); in drmmode_xf86crtc_resize()
3740 drmmode->front_bo = old_front; in drmmode_xf86crtc_resize()
4412 if (!drmmode_create_bo(drmmode, &drmmode->front_bo, width, height, bpp)) in drmmode_create_initial_bos()
4414 if (drmmode_bo_import(drmmode, &drmmode->front_bo, &drmmode->fb_id) < 0) in drmmode_create_initial_bos()
[all …]
H A Ddrmmode_display.h115 drmmode_bo front_bo; member
H A Dpresent.c257 pixmap->devKind != drmmode_bo_get_pitch(&ms->drmmode.front_bo)) in ms_present_check_unflip()
H A Ddriver.c1229 return ((uint8_t *) ms->drmmode.front_bo.dumb->ptr + row * stride + offset); in msShadowWindow()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog1393 modesetting: Fix front_bo leak at drmmode_xf86crtc_resize on XRandR rotation
1400 associated to the front_bo is not initialized at drmmode_set_mode_major.
1403 As every call to drmmode_xf86crtc_resize allocates a new front_bo we should
38233 modesetting: Create a drmmode_bo wrapper; use it for front_bo.