diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2012-03-20 05:36:04 +0100 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2012-05-24 08:31:45 +0200 |
commit | c6b7e89582bdb028e1b1763197ff24c77a43e1b0 (patch) | |
tree | e3fcb3794462c02758f253183d80ec9fa69c4d56 /drivers/gpu/drm/nouveau/nouveau_dma.h | |
parent | drm/nv50-/fbcon: move 2d class to subchannel 3 (diff) | |
download | linux-c6b7e89582bdb028e1b1763197ff24c77a43e1b0.tar.xz linux-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 }; |