Home
last modified time | relevance | path

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

/openbmc/qemu/linux-headers/linux/
H A Dvfio.h809 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 __aligned_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*/
[all …]
/openbmc/linux/include/uapi/linux/
H A Dvfio.h809 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*/
[all …]