HomeSort by: relevance | last modified time | path
    Searched refs:fb_id (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/uapi/drm/
drm_mode.h 263 __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
vmwgfx_drm.h 748 * @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
  /src/sys/external/bsd/drm/dist/shared-core/
drm_mode.h 115 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
  /src/sys/external/bsd/drm2/dist/drm/
drm_framebuffer.c 138 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,
444 fb = drm_framebuffer_lookup(dev, file_priv, fb_id);
493 uint32_t *fb_id = data; local in function:drm_mode_rmfb_ioctl
495 return drm_mode_rmfb(dev, *fb_id, file_priv)
    [all...]
drm_crtc.c 385 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);
drm_plane.c 540 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);
drm_mode_config.c 105 uint32_t __user *fb_id; local in function:drm_mode_getresources
116 fb_id = u64_to_user_ptr(card_res->fb_id_ptr);
119 put_user(fb->base.id, fb_id + count)) {
289 "FB_ID", DRM_MODE_OBJECT_FB);
drm_crtc_internal.h 208 int drm_mode_rmfb(struct drm_device *dev, u32 fb_id,
drm_ioc32.c 877 u32 fb_id; member in struct:drm_mode_fb_cmd232
907 if (put_user(req64.fb_id, &argp->fb_id))
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_ioctl.c 297 fb = drm_framebuffer_lookup(dev, file_priv, arg->fb_id);
380 fb = drm_framebuffer_lookup(dev, file_priv, arg->fb_id);
  /src/sys/compat/netbsd32/
netbsd32_drm.c 870 uint32_t fb_id; member in struct:drm_mode_fb_cmd232
913 req32.fb_id = req64.fb_id;

Completed in 197 milliseconds