Home | History | Annotate | Download | only in uxa

Lines Matching refs:fbcon

2416 	drmModeFBPtr 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 handle\n");
2446 fbcon->width, fbcon->height,
2447 fbcon->depth, fbcon->bpp,
2448 fbcon->pitch);
2451 "Couldn't allocate pixmap fbcon contents\n");
2454 drmModeFreeFB(fbcon);