Searched refs:fb_id (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/sys/dev/pci/drm/include/uapi/drm/
H A Ddrm_mode.h282 __u32 fb_id; /**< Id of framebuffer */ member in struct:drm_mode_crtc
299 __u32 fb_id; /* fb object contains surface format type */ member in struct:drm_mode_set_plane
338 /** @fb_id: Object ID of the current fb. */
339 __u32 fb_id; member in struct:drm_mode_get_plane
656 __u32 fb_id; member in struct:drm_mode_fb_cmd
676 * be set by the kernel in @fb_id.
677 * - User-space can set @fb_id and perform a &DRM_IOCTL_MODE_GETFB2 ioctl to
704 /** @fb_id: Object ID of the frame-buffer. */
705 __u32 fb_id; member in struct:drm_mode_fb_cmd2
772 __u32 fb_id; member in struct:drm_mode_fb_dirty_cmd
1001 __u32 fb_id; member in struct:drm_mode_crtc_page_flip
1029 __u32 fb_id; member in struct:drm_mode_crtc_page_flip_target
[all...]
/openbsd-current/sys/dev/pci/drm/
H A Ddrm_framebuffer.c133 r.fb_id = or->fb_id;
143 or->fb_id = r.fb_id;
360 r->fb_id = fb->base.id;
418 * @fb_id: id of framebuffer to remove
428 int drm_mode_rmfb(struct drm_device *dev, u32 fb_id, argument
438 fb = drm_framebuffer_lookup(dev, file_priv, fb_id);
487 uint32_t *fb_id = data; local
489 return drm_mode_rmfb(dev, *fb_id, file_pri
[all...]
H A Ddrm_crtc.c559 crtc_resp->fb_id = plane->state->fb->base.id;
561 crtc_resp->fb_id = plane->fb->base.id;
563 crtc_resp->fb_id = 0;
749 if (crtc_req->fb_id == -1) {
767 fb = drm_framebuffer_lookup(dev, file_priv, crtc_req->fb_id);
770 crtc_req->fb_id);
H A Ddrm_plane.c729 plane_resp->fb_id = plane->state->fb->base.id;
731 plane_resp->fb_id = plane->fb->base.id;
733 plane_resp->fb_id = 0;
1003 if (plane_req->fb_id) {
1004 fb = drm_framebuffer_lookup(dev, file_priv, plane_req->fb_id);
1007 plane_req->fb_id);
1325 fb = drm_framebuffer_lookup(dev, file_priv, page_flip->fb_id);
H A Ddrm_mode_config.c102 uint32_t __user *fb_id; local
113 fb_id = u64_to_user_ptr(card_res->fb_id_ptr);
116 put_user(fb->base.id, fb_id + count)) {
H A Ddrm_crtc_internal.h214 int drm_mode_rmfb(struct drm_device *dev, u32 fb_id,
H A Ddrm_ioc32.c871 u32 fb_id; member in struct:drm_mode_fb_cmd232
903 if (put_user(req64.fb_id, &argp->fb_id))
H A Ddrm_client.c414 buffer->fb = drm_framebuffer_lookup(client->dev, buffer->client->file, fb_req.fb_id);
/openbsd-current/sys/dev/pci/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_trace.h233 __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,

Completed in 197 milliseconds