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

/netbsd-current/sys/external/bsd/drm2/dist/include/uapi/drm/
H A Ddrm_mode.h263 __u32 fb_id; /**< Id of framebuffer */ member in struct:drm_mode_crtc
280 __u32 fb_id; /* fb object contains surface format type */ member in struct:drm_mode_set_plane
300 __u32 fb_id; member in struct:drm_mode_get_plane
478 __u32 fb_id; member in struct:drm_mode_fb_cmd
492 __u32 fb_id; member in struct:drm_mode_fb_cmd2
562 __u32 fb_id; member in struct:drm_mode_fb_dirty_cmd
767 __u32 fb_id; member in struct:drm_mode_crtc_page_flip
795 __u32 fb_id; member in struct:drm_mode_crtc_page_flip_target
H A Dvmwgfx_drm.h748 * @fb_id: framebuffer id to present / read back from.
761 __u32 fb_id; member in struct:drm_vmw_present_arg
783 * @fb_id: fb_id to present / read back from.
791 __u32 fb_id; member in struct:drm_vmw_present_readback_arg
/netbsd-current/sys/external/bsd/drm/dist/shared-core/
H A Ddrm_mode.h115 uint32_t fb_id; /**< Id of framebuffer */ member in struct:drm_mode_crtc
221 uint32_t fb_id; member in struct:drm_mode_fb_cmd
/netbsd-current/sys/external/bsd/drm2/dist/drm/
H A Ddrm_framebuffer.c138 r.fb_id = or->fb_id;
148 or->fb_id = r.fb_id;
369 r->fb_id = fb->base.id;
424 * @fb_id: id of framebuffer to remove
434 int drm_mode_rmfb(struct drm_device *dev, u32 fb_id, argument
444 fb = drm_framebuffer_lookup(dev, file_priv, fb_id);
493 uint32_t *fb_id = data; local
495 return drm_mode_rmfb(dev, *fb_id, file_pri
[all...]
H A Ddrm_crtc.c385 crtc_resp->fb_id = plane->state->fb->base.id;
387 crtc_resp->fb_id = plane->fb->base.id;
389 crtc_resp->fb_id = 0;
577 if (crtc_req->fb_id == -1) {
595 fb = drm_framebuffer_lookup(dev, file_priv, crtc_req->fb_id);
598 crtc_req->fb_id);
H A Ddrm_plane.c540 plane_resp->fb_id = plane->state->fb->base.id;
542 plane_resp->fb_id = plane->fb->base.id;
544 plane_resp->fb_id = 0;
818 if (plane_req->fb_id) {
819 fb = drm_framebuffer_lookup(dev, file_priv, plane_req->fb_id);
822 plane_req->fb_id);
1140 fb = drm_framebuffer_lookup(dev, file_priv, page_flip->fb_id);
H A Ddrm_mode_config.c105 uint32_t __user *fb_id; local
116 fb_id = u64_to_user_ptr(card_res->fb_id_ptr);
119 put_user(fb->base.id, fb_id + count)) {
H A Ddrm_crtc_internal.h208 int drm_mode_rmfb(struct drm_device *dev, u32 fb_id,
H A Ddrm_ioc32.c877 u32 fb_id; member in struct:drm_mode_fb_cmd232
907 if (put_user(req64.fb_id, &argp->fb_id))
/netbsd-current/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_ioctl.c297 fb = drm_framebuffer_lookup(dev, file_priv, arg->fb_id);
380 fb = drm_framebuffer_lookup(dev, file_priv, arg->fb_id);
/netbsd-current/sys/compat/netbsd32/
H A Dnetbsd32_drm.c870 uint32_t fb_id; member in struct:drm_mode_fb_cmd232
913 req32.fb_id = req64.fb_id;

Completed in 345 milliseconds