Update linux header same with the related linux patches. kernel headers, which introduces: - VIRTIO_GPU_CAPSET_ROCM capability set definition
Signed-off-by: Honglei Huang <[email protected]> --- include/standard-headers/linux/virtio_gpu.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/standard-headers/linux/virtio_gpu.h b/include/standard-headers/linux/virtio_gpu.h index b562f5d6a0..1cc6744782 100644 --- a/include/standard-headers/linux/virtio_gpu.h +++ b/include/standard-headers/linux/virtio_gpu.h @@ -317,6 +317,7 @@ struct virtio_gpu_cmd_submit { #define VIRTIO_GPU_CAPSET_VENUS 4 #define VIRTIO_GPU_CAPSET_CROSS_DOMAIN 5 #define VIRTIO_GPU_CAPSET_DRM 6 +#define VIRTIO_GPU_CAPSET_ROCM 8 /* VIRTIO_GPU_CMD_GET_CAPSET_INFO */ struct virtio_gpu_get_capset_info { -- 2.34.1
