diff options
| author | Cornelia Huck | 2019-05-16 19:10:36 +0200 |
|---|---|---|
| committer | Cornelia Huck | 2019-05-21 16:58:56 +0200 |
| commit | d9cb4336159a00bd0d9c81b93f02874ef3626057 (patch) | |
| tree | 6dfe5b09d5793559c20bcfd0729560e33150ad9c /include/standard-headers/linux/virtio_gpu.h | |
| parent | update-linux-headers: handle new header file (diff) | |
| download | qemu-d9cb4336159a00bd0d9c81b93f02874ef3626057.tar.gz qemu-d9cb4336159a00bd0d9c81b93f02874ef3626057.tar.xz qemu-d9cb4336159a00bd0d9c81b93f02874ef3626057.zip | |
linux headers: update against Linux 5.2-rc1
commit a188339ca5a396acc588e5851ed7e19f66b0ebd9
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Diffstat (limited to 'include/standard-headers/linux/virtio_gpu.h')
| -rw-r--r-- | include/standard-headers/linux/virtio_gpu.h | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/include/standard-headers/linux/virtio_gpu.h b/include/standard-headers/linux/virtio_gpu.h index 27bb5111f9..b8fa15f0ac 100644 --- a/include/standard-headers/linux/virtio_gpu.h +++ b/include/standard-headers/linux/virtio_gpu.h @@ -40,8 +40,16 @@ #include "standard-headers/linux/types.h" -#define VIRTIO_GPU_F_VIRGL 0 -#define VIRTIO_GPU_F_EDID 1 +/* + * VIRTIO_GPU_CMD_CTX_* + * VIRTIO_GPU_CMD_*_3D + */ +#define VIRTIO_GPU_F_VIRGL 0 + +/* + * VIRTIO_GPU_CMD_GET_EDID + */ +#define VIRTIO_GPU_F_EDID 1 enum virtio_gpu_ctrl_type { VIRTIO_GPU_UNDEFINED = 0, |
