Lines Matching refs:fb_id
1749 uint32_t __user *fb_id; in drm_mode_getresources() local
1770 fb_id = (uint32_t __user *)(unsigned long)card_res->fb_id_ptr; in drm_mode_getresources()
1772 if (put_user(fb->base.id, fb_id + copied)) { in drm_mode_getresources()
1886 crtc_resp->fb_id = crtc->primary->fb->base.id; in drm_mode_getcrtc()
1888 crtc_resp->fb_id = 0; in drm_mode_getcrtc()
2269 plane_resp->fb_id = plane->fb->base.id; in drm_mode_getplane()
2271 plane_resp->fb_id = 0; in drm_mode_getplane()
2483 if (plane_req->fb_id) { in drm_mode_setplane()
2484 fb = drm_framebuffer_lookup(dev, plane_req->fb_id); in drm_mode_setplane()
2487 plane_req->fb_id); in drm_mode_setplane()
2654 if (crtc_req->fb_id == -1) { in drm_mode_setcrtc()
2664 fb = drm_framebuffer_lookup(dev, crtc_req->fb_id); in drm_mode_setcrtc()
2667 crtc_req->fb_id); in drm_mode_setcrtc()
3047 r.fb_id = or->fb_id; in drm_mode_addfb()
3058 or->fb_id = r.fb_id; in drm_mode_addfb()
3312 r->fb_id = fb->base.id; in drm_mode_addfb2()
3429 fb = drm_framebuffer_lookup(dev, r->fb_id); in drm_mode_getfb()
3494 fb = drm_framebuffer_lookup(dev, r->fb_id); in drm_mode_dirtyfb_ioctl()
5260 fb = drm_framebuffer_lookup(dev, page_flip->fb_id); in drm_mode_page_flip_ioctl()