diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2010-12-07 20:19:30 -0500 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2010-12-21 02:18:42 -0500 |
commit | 6d86951a45013ac5b060c5e6307b11b7c685c76f (patch) | |
tree | 807f1b82c3b04d89ba089498a5e1f1b7e5dcc975 /drivers/gpu/drm/nouveau/nouveau_dma.h | |
parent | ddbaf79a8b047dcccf766d0518626cdc0f43d58e (diff) |
drm/nvc0: initial support for tiled buffer objects
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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_dma.h b/drivers/gpu/drm/nouveau/nouveau_dma.h index c118a331b5b..c36f1763fea 100644 --- a/drivers/gpu/drm/nouveau/nouveau_dma.h +++ b/drivers/gpu/drm/nouveau/nouveau_dma.h | |||
@@ -77,7 +77,8 @@ enum { | |||
77 | /* G80+ display objects */ | 77 | /* G80+ display objects */ |
78 | NvEvoVRAM = 0x01000000, | 78 | NvEvoVRAM = 0x01000000, |
79 | NvEvoFB16 = 0x01000001, | 79 | NvEvoFB16 = 0x01000001, |
80 | NvEvoFB32 = 0x01000002 | 80 | NvEvoFB32 = 0x01000002, |
81 | NvEvoVRAM_LP = 0x01000003 | ||
81 | }; | 82 | }; |
82 | 83 | ||
83 | #define NV_MEMORY_TO_MEMORY_FORMAT 0x00000039 | 84 | #define NV_MEMORY_TO_MEMORY_FORMAT 0x00000039 |