Lines Matching defs:vfio_device_gfx_plane_info
646 struct vfio_device_gfx_plane_info { struct
647 __u32 argsz;
648 __u32 flags;
653 __u32 drm_plane_type; /* type of plane: DRM_PLANE_TYPE_* */
655 __u32 drm_format; /* drm format of plane */
656 __u64 drm_format_mod; /* tiled mode */
657 __u32 width; /* width of plane */
658 __u32 height; /* height of plane */
659 __u32 stride; /* stride of plane */
660 __u32 size; /* size of plane in bytes, align on page*/
661 __u32 x_pos; /* horizontal position of cursor plane */
662 __u32 y_pos; /* vertical position of cursor plane*/
663 __u32 x_hot; /* horizontal position of cursor hotspot */
664 __u32 y_hot; /* vertical position of cursor hotspot */
665 union {