diff options
-rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_dma.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_dma.h b/drivers/gpu/drm/nouveau/nouveau_dma.h index 23d4edf992b7..47896c407284 100644 --- a/drivers/gpu/drm/nouveau/nouveau_dma.h +++ b/drivers/gpu/drm/nouveau/nouveau_dma.h | |||
@@ -50,8 +50,8 @@ void nv50_dma_push(struct nouveau_channel *, struct nouveau_bo *, | |||
50 | enum { | 50 | enum { |
51 | NvSubM2MF = 0, | 51 | NvSubM2MF = 0, |
52 | NvSubSw = 1, | 52 | NvSubSw = 1, |
53 | NvSub2D = 2, | ||
54 | NvSubCtxSurf2D = 2, | 53 | NvSubCtxSurf2D = 2, |
54 | NvSub2D = 3, | ||
55 | NvSubGdiRect = 3, | 55 | NvSubGdiRect = 3, |
56 | NvSubImageBlit = 4 | 56 | NvSubImageBlit = 4 |
57 | }; | 57 | }; |