Lines Matching refs:fbcon
379 drmModeFBPtr 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 handle\n");
416 pixmap = drmmode_create_bo_pixmap(pScrn, fbcon->width, fbcon->height,
417 fbcon->depth, fbcon->bpp, fbcon->pitch,
422 drmModeFreeFB(fbcon);
472 /* in some rare case there might be no fbcon and we might already