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

  /xsrc/external/mit/xf86-video-ati/dist/src/
drmmode_display.c 202 drmModeFBPtr fbcon; local
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->width, fbcon->height
    [all...]
  /xsrc/external/mit/xf86-video-intel/dist/src/uxa/
intel_display.c 2426 drmModeFBPtr fbcon; local
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 handle\n")
    [all...]
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
intel_display.c 2416 drmModeFBPtr fbcon; local
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 handle\n")
    [all...]
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
drmmode_display.c 1463 drmModeFBPtr fbcon; local
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->bpp, fbcon->pitch, NULL)
    [all...]
  /xsrc/external/mit/xf86-video-ati-kms/dist/src/
drmmode_display.c 379 drmModeFBPtr fbcon; local
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 handle\n")
    [all...]
  /xsrc/external/mit/xf86-video-amdgpu/dist/src/
drmmode_display.c 384 drmModeFBPtr fbcon; local
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->pitch, NULL)
    [all...]
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
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
2287 /* Scan the connectors for a framebuffer and assume that is the fbcon */
2288 VG_CLEAR(fbcon);
2289 fbcon.fb_id = 0;
2303 fbcon.fb_id = mode.fb_id
    [all...]
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
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
1655 /* Scan the connectors for a framebuffer and assume that is the fbcon */
1656 VG_CLEAR(fbcon);
1657 fbcon.fb_id = 0;
1671 fbcon.fb_id = mode.fb_id
    [all...]
  /xsrc/external/mit/xf86-video-sis/dist/src/
init301.h 74 #include <video/fbcon.h>
init.h 80 #include <video/fbcon.h>

Completed in 18 milliseconds