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

/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Ddrmmode_display.c610 PixmapPtr screenpix = screen->GetScreenPixmap(screen); local in function:drmmode_set_scanout_pixmap
618 PixmapStopDirtyTracking(&crtc->randr_crtc->scanout_pixmap->drawable, screenpix);
620 PixmapStopDirtyTracking(crtc->randr_crtc->scanout_pixmap, screenpix);
649 if (total_width != screenpix->drawable.width ||
650 max_height != screenpix->drawable.height) {
656 screenpix = screen->GetScreenPixmap(screen);
657 screen->width = screenpix->drawable.width = total_width;
658 screen->height = screenpix->drawable.height = max_height;
663 PixmapStartDirtyTracking(&ppix->drawable, screenpix, 0, 0, this_x, 0, RR_Rotate_0);
665 PixmapStartDirtyTracking(ppix, screenpix,
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c1795 PixmapPtr screenpix = screen->GetScreenPixmap(screen); local in function:drmmode_set_target_scanout_pixmap_gpu
1802 PixmapStopDirtyTracking(&(*target)->drawable, screenpix);
1831 if (total_width != screenpix->drawable.width ||
1832 max_height != screenpix->drawable.height) {
1837 screenpix = screen->GetScreenPixmap(screen);
1838 screen->width = screenpix->drawable.width = total_width;
1839 screen->height = screenpix->drawable.height = max_height;
1842 PixmapStartDirtyTracking(&ppix->drawable, screenpix, 0, 0, this_x, 0,

Completed in 9 milliseconds