summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/tegra_vgpu.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/linux/tegra_vgpu.h b/include/linux/tegra_vgpu.h
index 61ffff70..6f689dbf 100644
--- a/include/linux/tegra_vgpu.h
+++ b/include/linux/tegra_vgpu.h
@@ -24,7 +24,10 @@ enum {
24}; 24};
25 25
26enum { 26enum {
27 TEGRA_VGPU_QUEUE_CMD = 2, 27 /* Needs to follow last entry in TEGRA_VHOST_QUEUE_* list,
28 * in tegra_vhost.h
29 */
30 TEGRA_VGPU_QUEUE_CMD = 3,
28 TEGRA_VGPU_QUEUE_INTR 31 TEGRA_VGPU_QUEUE_INTR
29}; 32};
30 33