HomeSort by: relevance | last modified time | path
    Searched refs:fbcon_pixmap (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
drmmode_display.h 128 PixmapPtr fbcon_pixmap; member in struct:__anon10020
drmmode_display.c 1462 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/
drmmode_display.c 377 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;
radeon.h 542 PixmapPtr fbcon_pixmap; member in struct:__anon6929
radeon_kms.c 211 if (info->fbcon_pixmap)
212 pScrn->pScreen->DestroyPixmap(info->fbcon_pixmap);

Completed in 13 milliseconds