Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c2248 PixmapPtr rotate_pixmap; in drmmode_shadow_create() local
2269 rotate_pixmap = drmmode_create_pixmap_header(scrn->pScreen, in drmmode_shadow_create()
2276 if (rotate_pixmap == NULL) { in drmmode_shadow_create()
2282 drmmode_set_pixmap_bo(drmmode, rotate_pixmap, &drmmode_crtc->rotate_bo); in drmmode_shadow_create()
2284 return rotate_pixmap; in drmmode_shadow_create()
2288 drmmode_shadow_destroy(xf86CrtcPtr crtc, PixmapPtr rotate_pixmap, void *data) in drmmode_shadow_destroy() argument
2293 if (rotate_pixmap) { in drmmode_shadow_destroy()
2294 rotate_pixmap->drawable.pScreen->DestroyPixmap(rotate_pixmap); in drmmode_shadow_destroy()