Lines Matching refs:fb_id
1818 uint32_t __user *fb_id; in drm_mode_getresources() local
1840 fb_id = (uint32_t __user *)(unsigned long)card_res->fb_id_ptr; in drm_mode_getresources()
1842 if (put_user(fb->base.id, fb_id + copied)) { in drm_mode_getresources()
2007 crtc_resp->fb_id = crtc->primary->fb->base.id; in drm_mode_getcrtc()
2009 crtc_resp->fb_id = 0; in drm_mode_getcrtc()
2390 plane_resp->fb_id = plane->fb->base.id; in drm_mode_getplane()
2392 plane_resp->fb_id = 0; in drm_mode_getplane()
2593 if (plane_req->fb_id) { in drm_mode_setplane()
2594 fb = drm_framebuffer_lookup(dev, plane_req->fb_id); in drm_mode_setplane()
2597 plane_req->fb_id); in drm_mode_setplane()
2771 if (crtc_req->fb_id == -1) { in drm_mode_setcrtc()
2781 fb = drm_framebuffer_lookup(dev, crtc_req->fb_id); in drm_mode_setcrtc()
2784 crtc_req->fb_id); in drm_mode_setcrtc()
3170 r.fb_id = or->fb_id; in drm_mode_addfb()
3181 or->fb_id = r.fb_id; in drm_mode_addfb()
3391 r->fb_id = fb->base.id; in drm_mode_addfb2()
3475 fb = drm_framebuffer_lookup(dev, r->fb_id); in drm_mode_getfb()
3540 fb = drm_framebuffer_lookup(dev, r->fb_id); in drm_mode_dirtyfb_ioctl()
4950 fb = drm_framebuffer_lookup(dev, page_flip->fb_id); in drm_mode_page_flip_ioctl()