diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2012-03-20 14:36:04 +1000 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2012-05-24 16:31:45 +1000 |
commit | c6b7e89582bdb028e1b1763197ff24c77a43e1b0 (patch) | |
tree | e3fcb3794462c02758f253183d80ec9fa69c4d56 /drivers/gpu/drm/nouveau/nouveau_dma.h | |
parent | f1c65e7c7fb7e109290e969ad17f08c45993b41c (diff) | |
download | lwn-c6b7e89582bdb028e1b1763197ff24c77a43e1b0.tar.gz lwn-c6b7e89582bdb028e1b1763197ff24c77a43e1b0.zip |
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.h | 1 |
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 47896c407284..f776b6af9640 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 }; |