summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_dma.h
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2012-03-20 14:36:04 +1000
committerBen Skeggs <bskeggs@redhat.com>2012-05-24 16:31:45 +1000
commitc6b7e89582bdb028e1b1763197ff24c77a43e1b0 (patch)
treee3fcb3794462c02758f253183d80ec9fa69c4d56 /drivers/gpu/drm/nouveau/nouveau_dma.h
parentf1c65e7c7fb7e109290e969ad17f08c45993b41c (diff)
downloadop-kernel-dev-c6b7e89582bdb028e1b1763197ff24c77a43e1b0.zip
op-kernel-dev-c6b7e89582bdb028e1b1763197ff24c77a43e1b0.tar.gz
drm/nve0/ttm: implement buffer moves with weirdo pcopy-on-pgraph methods
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_dma.h')
-rw-r--r--drivers/gpu/drm/nouveau/nouveau_dma.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_dma.h b/drivers/gpu/drm/nouveau/nouveau_dma.h
index 47896c4..f776b6a 100644
--- a/drivers/gpu/drm/nouveau/nouveau_dma.h
+++ b/drivers/gpu/drm/nouveau/nouveau_dma.h
@@ -53,6 +53,7 @@ enum {
NvSubCtxSurf2D = 2,
NvSub2D = 3,
NvSubGdiRect = 3,
+ NvSubCopy = 4,
NvSubImageBlit = 4
};
OpenPOWER on IntegriCloud