Lines Matching refs:fbcon
202 drmModeFBPtr 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->width, fbcon->height,
229 fbcon->depth, fbcon->bpp,
230 fbcon->pitch, 0, bo, NULL);
233 drmModeFreeFB(fbcon);