summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGurchetan Singh <gurchetansingh@google.com>2020-06-04 14:08:14 -0700
committerAlistair Delva <adelva@google.com>2020-08-12 18:08:49 +0000
commitad139b498ba98fcd1f66953ea87d0fe960bee96b (patch)
treeda7012baccff54cd2d561be1f1b63af5d08c16bf
parentee241edf9a4e28b578112d96b48b5e08f0028907 (diff)
downloadcuttlefish-modules-android-4.19-stable.tar.gz
virtio_gpu.h: move map/unmap to 3d groupandroid-4.19-stable
Bug: b/153580313 TEST=compile Change-Id: I4f89bc47ecb57585c6090f7d4a8d1d38bf4b9468 Signed-off-by: Gurchetan Singh <gurchetansingh@google.com>
-rw-r--r--uapi/linux/virtio_gpu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/uapi/linux/virtio_gpu.h b/uapi/linux/virtio_gpu.h
index 8f20554..d08b4a3 100644
--- a/uapi/linux/virtio_gpu.h
+++ b/uapi/linux/virtio_gpu.h
@@ -86,8 +86,6 @@ enum virtio_gpu_ctrl_type {
VIRTIO_GPU_CMD_GET_EDID,
VIRTIO_GPU_CMD_RESOURCE_ASSIGN_UUID,
VIRTIO_GPU_CMD_RESOURCE_CREATE_BLOB,
- VIRTIO_GPU_CMD_RESOURCE_MAP,
- VIRTIO_GPU_CMD_RESOURCE_UNMAP,
/* 3d commands */
VIRTIO_GPU_CMD_CTX_CREATE = 0x0200,
@@ -98,6 +96,8 @@ enum virtio_gpu_ctrl_type {
VIRTIO_GPU_CMD_TRANSFER_TO_HOST_3D,
VIRTIO_GPU_CMD_TRANSFER_FROM_HOST_3D,
VIRTIO_GPU_CMD_SUBMIT_3D,
+ VIRTIO_GPU_CMD_RESOURCE_MAP,
+ VIRTIO_GPU_CMD_RESOURCE_UNMAP,
/* cursor commands */
VIRTIO_GPU_CMD_UPDATE_CURSOR = 0x0300,