Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dvfio.h593 struct vfio_device_gfx_plane_info { struct
594 __u32 argsz;
595 __u32 flags;
600 __u32 drm_plane_type; /* type of plane: DRM_PLANE_TYPE_* */
602 __u32 drm_format; /* drm format of plane */
603 __u64 drm_format_mod; /* tiled mode */
604 __u32 width; /* width of plane */
605 __u32 height; /* height of plane */
606 __u32 stride; /* stride of plane */
607 __u32 size; /* size of plane in bytes, align on page*/
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dvfio.h593 struct vfio_device_gfx_plane_info { struct
594 __u32 argsz;
595 __u32 flags;
600 __u32 drm_plane_type; /* type of plane: DRM_PLANE_TYPE_* */
602 __u32 drm_format; /* drm format of plane */
603 __u64 drm_format_mod; /* tiled mode */
604 __u32 width; /* width of plane */
605 __u32 height; /* height of plane */
606 __u32 stride; /* stride of plane */
607 __u32 size; /* size of plane in bytes, align on page*/
[all …]
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A 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 …]