Home
last modified time | relevance | path

Searched refs:drmmode_set_pixmap_bo (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c2239 drmmode_set_pixmap_bo(drmmode_ptr drmmode, PixmapPtr pixmap, drmmode_bo *bo);
2282 drmmode_set_pixmap_bo(drmmode, rotate_pixmap, &drmmode_crtc->rotate_bo); in drmmode_shadow_create()
3619 drmmode_set_pixmap_bo(drmmode_ptr drmmode, PixmapPtr pixmap, drmmode_bo *bo) in drmmode_set_pixmap_bo() function
3647 if (!drmmode_set_pixmap_bo(drmmode, screen_pixmap, &drmmode->front_bo)) in drmmode_handle_new_screen_pixmap()
4899 if (!drmmode_set_pixmap_bo(&ms->drmmode, fb->pixmap, &fb->bo)) in drmmode_update_fb()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog37439 general, drmmode_set_pixmap_bo function for setting a buffer on a pixmap.
37442 just a 3-line wrapper around drmmode_set_pixmap_bo.
37445 - Re-arranged code in drmmode_set_pixmap_bo and