| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | intel_display.c | 2426 drmModeFBPtr fbcon; local in function:intel_create_pixmap_for_fbcon 2431 fbcon = drmModeGetFB(fd, fbcon_id); 2432 if (fbcon == NULL) 2435 if (fbcon->depth != scrn->depth || 2436 fbcon->width != scrn->virtualX || 2437 fbcon->height != scrn->virtualY) 2440 flink.handle = fbcon->handle; 2443 "Couldn't flink fbcon handle\n"); 2448 "fbcon", flink.name); 2451 "Couldn't allocate bo for fbcon handl [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| H A D | intel_display.c | 2416 drmModeFBPtr fbcon; local in function:intel_create_pixmap_for_fbcon 2421 fbcon = drmModeGetFB(fd, fbcon_id); 2422 if (fbcon == NULL) 2425 if (fbcon->depth != scrn->depth || 2426 fbcon->width != scrn->virtualX || 2427 fbcon->height != scrn->virtualY) 2430 flink.handle = fbcon->handle; 2433 "Couldn't flink fbcon handle\n"); 2438 "fbcon", flink.name); 2441 "Couldn't allocate bo for fbcon handl [all...] |
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | drmmode_display.c | 202 drmModeFBPtr fbcon; local in function:create_pixmap_for_fbcon 205 fbcon = drmModeGetFB(drmmode->fd, fbcon_id); 206 if (fbcon == NULL) 209 if (fbcon->depth != pScrn->depth || 210 fbcon->width != pScrn->virtualX || 211 fbcon->height != pScrn->virtualY) 214 flink.handle = fbcon->handle; 217 "Couldn't flink fbcon handle\n"); 224 "Couldn't allocate bo for fbcon handle\n"); 228 pixmap = drmmode_create_bo_pixmap(pScrn, fbcon [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/ |
| H A D | drmmode_display.c | 1463 drmModeFBPtr fbcon; local in function:create_pixmap_for_fbcon 1471 fbcon = drmModeGetFB(drmmode->fd, fbcon_id); 1472 if (fbcon == NULL) 1475 if (fbcon->depth != pScrn->depth || 1476 fbcon->width != pScrn->virtualX || 1477 fbcon->height != pScrn->virtualY) 1480 pixmap = drmmode_create_pixmap_header(pScreen, fbcon->width, 1481 fbcon->height, fbcon->depth, 1482 fbcon [all...] |
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| H A D | drmmode_display.c | 379 drmModeFBPtr fbcon; local in function:create_pixmap_for_fbcon 385 fbcon = drmModeGetFB(pRADEONEnt->fd, fbcon_id); 386 if (!fbcon) 389 if (fbcon->depth != pScrn->depth || 390 fbcon->width != pScrn->virtualX || 391 fbcon->height != pScrn->virtualY) 394 flink.handle = fbcon->handle; 397 "Couldn't flink fbcon handle\n"); 404 "Couldn't allocate BO for fbcon handle\n"); 412 "Couldn't open BO for fbcon handl [all...] |
| /xsrc/external/mit/xf86-video-amdgpu/dist/src/ |
| H A D | drmmode_display.c | 384 drmModeFBPtr fbcon; local in function:create_pixmap_for_fbcon 386 fbcon = drmModeGetFB(pAMDGPUEnt->fd, fbcon_id); 387 if (!fbcon) 390 if (fbcon->depth != pScrn->depth || 391 fbcon->width != pScrn->virtualX || 392 fbcon->height != pScrn->virtualY) 395 pixmap = fbCreatePixmap(pScreen, 0, 0, fbcon->depth, 0); 399 pScreen->ModifyPixmapHeader(pixmap, fbcon->width, fbcon->height, 0, 0, 400 fbcon [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | sna_display.c | 2237 const struct drm_mode_fb_cmd *fbcon) 2243 /* Create a new reference for the fbcon so that we can track it 2245 * delete our reference and not fbcon's! 2248 flink.handle = fbcon->handle; 2257 bo->pitch = fbcon->pitch; 2267 struct drm_mode_fb_cmd fbcon; local in function:sna_copy_fbcon 2287 /* Scan the connectors for a framebuffer and assume that is the fbcon */ 2288 VG_CLEAR(fbcon); 2289 fbcon.fb_id = 0; 2303 fbcon 2236 sna_create_bo_for_fbcon(struct sna * sna,const struct drm_mode_fb_cmd * fbcon) argument [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | sna_display.c | 1605 const struct drm_mode_fb_cmd *fbcon) 1611 /* Create a new reference for the fbcon so that we can track it 1613 * delete our reference and not fbcon's! 1616 flink.handle = fbcon->handle; 1625 bo->pitch = fbcon->pitch; 1635 struct drm_mode_fb_cmd fbcon; local in function:sna_copy_fbcon 1655 /* Scan the connectors for a framebuffer and assume that is the fbcon */ 1656 VG_CLEAR(fbcon); 1657 fbcon.fb_id = 0; 1671 fbcon 1604 sna_create_bo_for_fbcon(struct sna * sna,const struct drm_mode_fb_cmd * fbcon) argument [all...] |
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| H A D | init301.h | 74 #include <video/fbcon.h>
|
| H A D | init.h | 80 #include <video/fbcon.h>
|