class.h (540a1dde57bf4ce7acd2c5cc494bea03aa261484) class.h (5f300fed645597689f1e6fed8800fc7e3d01e212)
1#ifndef __NVIF_CLASS_H__
2#define __NVIF_CLASS_H__
3
4/* these class numbers are made up by us, and not nvidia-assigned */
5#define NVIF_CLASS_CLIENT /* if0000.h */ -0x00000000
6
7#define NVIF_CLASS_CONTROL /* if0001.h */ -0x00000001
8

--- 4 unchanged lines hidden (view full) ---

13#define NVIF_CLASS_SW_NV10 /* if0005.h */ -0x00000005
14#define NVIF_CLASS_SW_NV50 /* if0005.h */ -0x00000006
15#define NVIF_CLASS_SW_GF100 /* if0005.h */ -0x00000007
16
17#define NVIF_CLASS_VMM /* if000c.h */ 0x8000000c
18#define NVIF_CLASS_VMM_NV04 /* if000d.h */ 0x8000000d
19#define NVIF_CLASS_VMM_NV50 /* if500d.h */ 0x8000500d
20#define NVIF_CLASS_VMM_GF100 /* if900d.h */ 0x8000900d
1#ifndef __NVIF_CLASS_H__
2#define __NVIF_CLASS_H__
3
4/* these class numbers are made up by us, and not nvidia-assigned */
5#define NVIF_CLASS_CLIENT /* if0000.h */ -0x00000000
6
7#define NVIF_CLASS_CONTROL /* if0001.h */ -0x00000001
8

--- 4 unchanged lines hidden (view full) ---

13#define NVIF_CLASS_SW_NV10 /* if0005.h */ -0x00000005
14#define NVIF_CLASS_SW_NV50 /* if0005.h */ -0x00000006
15#define NVIF_CLASS_SW_GF100 /* if0005.h */ -0x00000007
16
17#define NVIF_CLASS_VMM /* if000c.h */ 0x8000000c
18#define NVIF_CLASS_VMM_NV04 /* if000d.h */ 0x8000000d
19#define NVIF_CLASS_VMM_NV50 /* if500d.h */ 0x8000500d
20#define NVIF_CLASS_VMM_GF100 /* if900d.h */ 0x8000900d
21#define NVIF_CLASS_VMM_GM200 /* ifb00d.h */ 0x8000b00d
21
22/* the below match nvidia-assigned (either in hw, or sw) class numbers */
23#define NV_NULL_CLASS 0x00000030
24
25#define NV_DEVICE /* cl0080.h */ 0x00000080
26
27#define NV_DMA_FROM_MEMORY /* cl0002.h */ 0x00000002
28#define NV_DMA_TO_MEMORY /* cl0002.h */ 0x00000003

--- 147 unchanged lines hidden ---
22
23/* the below match nvidia-assigned (either in hw, or sw) class numbers */
24#define NV_NULL_CLASS 0x00000030
25
26#define NV_DEVICE /* cl0080.h */ 0x00000080
27
28#define NV_DMA_FROM_MEMORY /* cl0002.h */ 0x00000002
29#define NV_DMA_TO_MEMORY /* cl0002.h */ 0x00000003

--- 147 unchanged lines hidden ---