Searched refs:drmModeGetFB (Results 1 – 6 of 6) sorted by relevance
127 drmModeGetFB
379 extern drmModeFBPtr drmModeGetFB(int fd, uint32_t bufferId);
313 drm_public drmModeFBPtr drmModeGetFB(int fd, uint32_t buf) in drmModeGetFB() function
100 fb = drmModeGetFB(ctx->hwctx->fd, plane->fb_id); in kmsgrab_get_fb()597 fb = drmModeGetFB(ctx->hwctx->fd, plane->fb_id); in kmsgrab_read_header()
294 fb = drmModeGetFB(fd, res->fbs[i]); in printRes()
46454 drmModeGetFB returns -EINVAL for multi-planar framebuffers. Instead of