Home
last modified time | relevance | path

Searched defs:vfio_device_gfx_plane_info (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/include/uapi/linux/
Dvfio.h889 struct vfio_device_gfx_plane_info { struct
890 __u32 argsz;
891 __u32 flags;
896 __u32 drm_plane_type; /* type of plane: DRM_PLANE_TYPE_* */
898 __u32 drm_format; /* drm format of plane */
899 __u64 drm_format_mod; /* tiled mode */
900 __u32 width; /* width of plane */
901 __u32 height; /* height of plane */
902 __u32 stride; /* stride of plane */
903 __u32 size; /* size of plane in bytes, align on page*/
[all …]