Searched refs:fb_id (Results 1 – 10 of 10) sorted by relevance
/drivers/gpu/drm/ |
D | drm_framebuffer.c | 135 r.fb_id = or->fb_id; in drm_mode_addfb() 145 or->fb_id = r.fb_id; in drm_mode_addfb() 362 r->fb_id = fb->base.id; in drm_mode_addfb2() 430 int drm_mode_rmfb(struct drm_device *dev, u32 fb_id, in drm_mode_rmfb() argument 440 fb = drm_framebuffer_lookup(dev, file_priv, fb_id); in drm_mode_rmfb() 489 uint32_t *fb_id = data; in drm_mode_rmfb_ioctl() local 491 return drm_mode_rmfb(dev, *fb_id, file_priv); in drm_mode_rmfb_ioctl() 517 fb = drm_framebuffer_lookup(dev, file_priv, r->fb_id); in drm_mode_getfb() 580 fb = drm_framebuffer_lookup(dev, file_priv, r->fb_id); in drm_mode_getfb2_ioctl() 711 fb = drm_framebuffer_lookup(dev, file_priv, r->fb_id); in drm_mode_dirtyfb_ioctl()
|
D | drm_crtc.c | 487 crtc_resp->fb_id = plane->state->fb->base.id; in drm_mode_getcrtc() 489 crtc_resp->fb_id = plane->fb->base.id; in drm_mode_getcrtc() 491 crtc_resp->fb_id = 0; in drm_mode_getcrtc() 677 if (crtc_req->fb_id == -1) { in drm_mode_setcrtc() 695 fb = drm_framebuffer_lookup(dev, file_priv, crtc_req->fb_id); in drm_mode_setcrtc() 698 crtc_req->fb_id); in drm_mode_setcrtc()
|
D | drm_plane.c | 707 plane_resp->fb_id = plane->state->fb->base.id; in drm_mode_getplane() 709 plane_resp->fb_id = plane->fb->base.id; in drm_mode_getplane() 711 plane_resp->fb_id = 0; in drm_mode_getplane() 981 if (plane_req->fb_id) { in drm_mode_setplane() 982 fb = drm_framebuffer_lookup(dev, file_priv, plane_req->fb_id); in drm_mode_setplane() 985 plane_req->fb_id); in drm_mode_setplane() 1303 fb = drm_framebuffer_lookup(dev, file_priv, page_flip->fb_id); in drm_mode_page_flip_ioctl()
|
D | drm_mode_config.c | 99 uint32_t __user *fb_id; in drm_mode_getresources() local 110 fb_id = u64_to_user_ptr(card_res->fb_id_ptr); in drm_mode_getresources() 113 put_user(fb->base.id, fb_id + count)) { in drm_mode_getresources()
|
D | drm_ioc32.c | 871 u32 fb_id; member 903 if (put_user(req64.fb_id, &argp->fb_id)) in compat_drm_mode_addfb2()
|
D | drm_crtc_internal.h | 211 int drm_mode_rmfb(struct drm_device *dev, u32 fb_id,
|
D | drm_client.c | 386 buffer->fb = drm_framebuffer_lookup(client->dev, buffer->client->file, fb_req.fb_id); in drm_client_buffer_addfb()
|
/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_ioctl.c | 208 fb = drm_framebuffer_lookup(dev, file_priv, arg->fb_id); in vmw_present_ioctl() 285 fb = drm_framebuffer_lookup(dev, file_priv, arg->fb_id); in vmw_present_readback_ioctl()
|
/drivers/gpu/drm/amd/display/amdgpu_dm/ |
D | amdgpu_dm_trace.h | 231 __field(uint32_t, fb_id) 260 __entry->fb_id = state->fb ? state->fb->base.id : 0; 291 __entry->state, __entry->crtc_id, __entry->fb_id,
|
/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_trace.h | 646 __field( uint32_t, fb_id ) 660 __entry->fb_id = state ? state->fb->base.id : 0; 675 __entry->crtc_id, __entry->plane_id, __entry->fb_id,
|