Lines Matching refs:fb_id
100 fb = drmModeGetFB(ctx->hwctx->fd, plane->fb_id);
104 "%"PRIu32": %s.\n", plane->fb_id, strerror(err));
165 fb = drmModeGetFB2(ctx->hwctx->fd, plane->fb_id);
169 "%"PRIu32": %s.\n", plane->fb_id, strerror(err));
293 if (!plane->fb_id) {
446 if (plane->fb_id == 0) {
475 plane->plane_id, plane->crtc_id, plane->fb_id);
479 plane->fb_id == 0) {
508 fb2 = drmModeGetFB2(ctx->hwctx->fd, plane->fb_id);
516 plane->fb_id, strerror(err));
523 fb2->fb_id, fb2->width, fb2->height,
597 fb = drmModeGetFB(ctx->hwctx->fd, plane->fb_id);
602 plane->fb_id, strerror(err));
609 fb->fb_id, fb->width, fb->height, fb->bpp, fb->depth);