Searched refs:fbcon_pixmap (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.h128 PixmapPtr fbcon_pixmap; member in struct:__anonaff371e40208
H A Ddrmmode_display.c1462 PixmapPtr pixmap = drmmode->fbcon_pixmap;
1493 drmmode->fbcon_pixmap = pixmap;
1545 if (drmmode->fbcon_pixmap)
1546 pScrn->pScreen->DestroyPixmap(drmmode->fbcon_pixmap);
1547 drmmode->fbcon_pixmap = NULL;
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Ddrmmode_display.c377 PixmapPtr pixmap = info->fbcon_pixmap;
419 info->fbcon_pixmap = pixmap;
444 if (info->fbcon_pixmap)
445 pScrn->pScreen->DestroyPixmap(info->fbcon_pixmap);
446 info->fbcon_pixmap = NULL;
H A Dradeon.h542 PixmapPtr fbcon_pixmap; member in struct:__anon5a499fe10208
H A Dradeon_kms.c211 if (info->fbcon_pixmap)
212 pScrn->pScreen->DestroyPixmap(info->fbcon_pixmap);

Completed in 19 milliseconds