Lines Matching defs:vfio_device_gfx_plane_info
708 struct vfio_device_gfx_plane_info { struct
709 __u32 argsz;
710 __u32 flags;
715 __u32 drm_plane_type; /* type of plane: DRM_PLANE_TYPE_* */
717 __u32 drm_format; /* drm format of plane */
718 __u64 drm_format_mod; /* tiled mode */
719 __u32 width; /* width of plane */
720 __u32 height; /* height of plane */
721 __u32 stride; /* stride of plane */
722 __u32 size; /* size of plane in bytes, align on page*/
723 __u32 x_pos; /* horizontal position of cursor plane */
724 __u32 y_pos; /* vertical position of cursor plane*/
725 __u32 x_hot; /* horizontal position of cursor hotspot */
726 __u32 y_hot; /* vertical position of cursor hotspot */
727 union {