Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c2051 PixmapPtr screenpix = screen->GetScreenPixmap(screen); in drmmode_set_target_scanout_pixmap_gpu() local
2058 PixmapStopDirtyTracking(&(*target)->drawable, screenpix); in drmmode_set_target_scanout_pixmap_gpu()
2087 if (total_width != screenpix->drawable.width || in drmmode_set_target_scanout_pixmap_gpu()
2088 max_height != screenpix->drawable.height) { in drmmode_set_target_scanout_pixmap_gpu()
2093 screenpix = screen->GetScreenPixmap(screen); in drmmode_set_target_scanout_pixmap_gpu()
2094 screen->width = screenpix->drawable.width = total_width; in drmmode_set_target_scanout_pixmap_gpu()
2095 screen->height = screenpix->drawable.height = max_height; in drmmode_set_target_scanout_pixmap_gpu()
2098 PixmapStartDirtyTracking(&ppix->drawable, screenpix, 0, 0, this_x, 0, in drmmode_set_target_scanout_pixmap_gpu()