Lines Matching defs:vfio_device_gfx_plane_info
809 struct vfio_device_gfx_plane_info { struct
810 __u32 argsz;
811 __u32 flags;
816 __u32 drm_plane_type; /* type of plane: DRM_PLANE_TYPE_* */
818 __u32 drm_format; /* drm format of plane */
819 __u64 drm_format_mod; /* tiled mode */
820 __u32 width; /* width of plane */
821 __u32 height; /* height of plane */
822 __u32 stride; /* stride of plane */
823 __u32 size; /* size of plane in bytes, align on page*/
824 __u32 x_pos; /* horizontal position of cursor plane */
825 __u32 y_pos; /* vertical position of cursor plane*/
826 __u32 x_hot; /* horizontal position of cursor hotspot */
827 __u32 y_hot; /* vertical position of cursor hotspot */
828 union {