Searched defs:vfio_device_gfx_plane_info (Results 1 – 1 of 1) sorted by relevance
810 struct vfio_device_gfx_plane_info { struct811 __u32 argsz;812 __u32 flags;817 __u32 drm_plane_type; /* type of plane: DRM_PLANE_TYPE_* */819 __u32 drm_format; /* drm format of plane */820 __aligned_u64 drm_format_mod; /* tiled mode */821 __u32 width; /* width of plane */822 __u32 height; /* height of plane */823 __u32 stride; /* stride of plane */824 __u32 size; /* size of plane in bytes, align on page*/[all …]