Searched refs:fb_id (Results 1 – 10 of 10) sorted by relevance
| /drivers/gpu/drm/ |
| A D | drm_framebuffer.c | 134 r.fb_id = or->fb_id; in drm_mode_addfb() 144 or->fb_id = r.fb_id; in drm_mode_addfb() 344 r->fb_id = fb->base.id; in drm_mode_addfb2() 437 int drm_mode_rmfb(struct drm_device *dev, u32 fb_id, in drm_mode_rmfb() argument 446 fb = drm_framebuffer_lookup(dev, file_priv, fb_id); in drm_mode_rmfb() 481 uint32_t *fb_id = data; in drm_mode_rmfb_ioctl() local 483 return drm_mode_rmfb(dev, *fb_id, file_priv); in drm_mode_rmfb_ioctl() 499 fb = drm_framebuffer_lookup(dev, file_priv, r->fb_id); in drm_mode_closefb_ioctl() 531 fb = drm_framebuffer_lookup(dev, file_priv, r->fb_id); in drm_mode_getfb() 594 fb = drm_framebuffer_lookup(dev, file_priv, r->fb_id); in drm_mode_getfb2_ioctl() [all …]
|
| A D | drm_crtc.c | 546 crtc_resp->fb_id = plane->state->fb->base.id; in drm_mode_getcrtc() 548 crtc_resp->fb_id = plane->fb->base.id; in drm_mode_getcrtc() 550 crtc_resp->fb_id = 0; in drm_mode_getcrtc() 736 if (crtc_req->fb_id == -1) { in drm_mode_setcrtc() 754 fb = drm_framebuffer_lookup(dev, file_priv, crtc_req->fb_id); in drm_mode_setcrtc() 757 crtc_req->fb_id); in drm_mode_setcrtc()
|
| A D | drm_ioc32.c | 290 u32 fb_id; member 322 if (put_user(req64.fb_id, &argp->fb_id)) in compat_drm_mode_addfb2()
|
| A D | drm_plane.c | 876 plane_resp->fb_id = plane->state->fb->base.id; in drm_mode_getplane() 878 plane_resp->fb_id = plane->fb->base.id; in drm_mode_getplane() 880 plane_resp->fb_id = 0; in drm_mode_getplane() 1158 if (plane_req->fb_id) { in drm_mode_setplane() 1159 fb = drm_framebuffer_lookup(dev, file_priv, plane_req->fb_id); in drm_mode_setplane() 1162 plane_req->fb_id); in drm_mode_setplane() 1482 fb = drm_framebuffer_lookup(dev, file_priv, page_flip->fb_id); in drm_mode_page_flip_ioctl()
|
| A D | drm_mode_config.c | 101 uint32_t __user *fb_id; in drm_mode_getresources() local 112 fb_id = u64_to_user_ptr(card_res->fb_id_ptr); in drm_mode_getresources() 115 put_user(fb->base.id, fb_id + count)) { in drm_mode_getresources()
|
| A D | drm_client.c | 368 buffer->fb = drm_framebuffer_lookup(client->dev, buffer->client->file, fb_req.fb_id); in drm_client_buffer_addfb()
|
| A D | drm_crtc_internal.h | 221 int drm_mode_rmfb(struct drm_device *dev, u32 fb_id,
|
| /drivers/gpu/drm/vmwgfx/ |
| A D | vmwgfx_ioctl.c | 215 fb = drm_framebuffer_lookup(dev, file_priv, arg->fb_id); in vmw_present_ioctl() 292 fb = drm_framebuffer_lookup(dev, file_priv, arg->fb_id); in vmw_present_readback_ioctl()
|
| /drivers/gpu/drm/amd/display/amdgpu_dm/ |
| A D | amdgpu_dm_trace.h | 233 __field(uint32_t, fb_id) 262 __entry->fb_id = state->fb ? state->fb->base.id : 0; 293 __entry->state, __entry->crtc_id, __entry->fb_id,
|
| /drivers/gpu/drm/msm/disp/dpu1/ |
| A D | dpu_trace.h | 660 __field( uint32_t, fb_id ) 674 __entry->fb_id = state ? state->fb->base.id : 0; 689 __entry->crtc_id, __entry->plane_id, __entry->fb_id,
|
Completed in 27 milliseconds