diff options
| author | Ben Skeggs <[email protected]> | 2017-11-01 03:56:19 +1000 |
|---|---|---|
| committer | Ben Skeggs <[email protected]> | 2017-11-02 13:32:31 +1000 |
| commit | 957e18a70da19373f966c20dcf3ae5e1d49f9ed0 (patch) | |
| tree | f5d020f22de42bfbb21b960298aa3b869e97597a /drivers/gpu/drm/nouveau/include/nvif/class.h | |
| parent | eaf1a69110f4497746d5b6e35929dbdc860040d2 (diff) | |
drm/nouveau/mmu/nv04-nv4x: type-based vram allocation and bar mapping
Signed-off-by: Ben Skeggs <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/nouveau/include/nvif/class.h')
| -rw-r--r-- | drivers/gpu/drm/nouveau/include/nvif/class.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/include/nvif/class.h b/drivers/gpu/drm/nouveau/include/nvif/class.h index f81cc3e683d9..b1bc758a9518 100644 --- a/drivers/gpu/drm/nouveau/include/nvif/class.h +++ b/drivers/gpu/drm/nouveau/include/nvif/class.h @@ -15,6 +15,7 @@ #define NVIF_CLASS_SW_GF100 /* if0005.h */ -0x00000007 #define NVIF_CLASS_MEM /* if000a.h */ 0x8000000a +#define NVIF_CLASS_MEM_NV04 /* if000b.h */ 0x8000000b #define NVIF_CLASS_VMM /* if000c.h */ 0x8000000c #define NVIF_CLASS_VMM_NV04 /* if000d.h */ 0x8000000d |