Home
last modified time | relevance | path

Searched refs:fb_id (Results 1 – 4 of 4) sorted by relevance

/drivers/gpu/drm/
Ddrm_crtc.c1704 uint32_t __user *fb_id; in drm_mode_getresources() local
1726 fb_id = (uint32_t __user *)(unsigned long)card_res->fb_id_ptr; in drm_mode_getresources()
1728 if (put_user(fb->base.id, fb_id + copied)) { in drm_mode_getresources()
1897 crtc_resp->fb_id = crtc->primary->fb->base.id; in drm_mode_getcrtc()
1899 crtc_resp->fb_id = 0; in drm_mode_getcrtc()
2218 plane_resp->fb_id = plane->fb->base.id; in drm_mode_getplane()
2220 plane_resp->fb_id = 0; in drm_mode_getplane()
2409 if (plane_req->fb_id) { in drm_mode_setplane()
2410 fb = drm_framebuffer_lookup(dev, plane_req->fb_id); in drm_mode_setplane()
2413 plane_req->fb_id); in drm_mode_setplane()
[all …]
/drivers/gpu/drm/vmwgfx/
Dvmwgfx_ioctl.c263 fb = drm_framebuffer_lookup(dev, arg->fb_id); in vmw_present_ioctl()
346 fb = drm_framebuffer_lookup(dev, arg->fb_id); in vmw_present_readback_ioctl()
/drivers/gpu/drm/i915/
Di915_drv.h657 unsigned int fb_id; member
Dintel_pm.c375 dev_priv->fbc.fb_id = work->crtc->primary->fb->base.id; in intel_fbc_work_fn()
618 dev_priv->fbc.fb_id == fb->base.id && in intel_update_fbc()