Lines Matching refs:fbcon
2426 drmModeFBPtr 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 handle\n");
2456 fbcon->width, fbcon->height,
2457 fbcon->depth, fbcon->bpp,
2458 fbcon->pitch);
2461 "Couldn't allocate pixmap fbcon contents\n");
2464 drmModeFreeFB(fbcon);