class.h (8e7e1586c58a5e3893aeae445ef843bb26fb7653) | class.h (52fa0866ca78d170742aa9e7587ffd2a6a623973) |
---|---|
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_CONTROL /* if0001.h */ -1 6#define NVIF_CLASS_PERFMON /* if0002.h */ -2 7#define NVIF_CLASS_PERFDOM /* if0003.h */ -3 8#define NVIF_CLASS_SW_NV04 /* if0004.h */ -4 --- 94 unchanged lines hidden (view full) --- 103 104#define KEPLER_A /* cl9097.h */ 0x0000a097 105#define KEPLER_B /* cl9097.h */ 0x0000a197 106#define KEPLER_C /* cl9097.h */ 0x0000a297 107 108#define MAXWELL_A /* cl9097.h */ 0x0000b097 109#define MAXWELL_B /* cl9097.h */ 0x0000b197 110 | 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_CONTROL /* if0001.h */ -1 6#define NVIF_CLASS_PERFMON /* if0002.h */ -2 7#define NVIF_CLASS_PERFDOM /* if0003.h */ -3 8#define NVIF_CLASS_SW_NV04 /* if0004.h */ -4 --- 94 unchanged lines hidden (view full) --- 103 104#define KEPLER_A /* cl9097.h */ 0x0000a097 105#define KEPLER_B /* cl9097.h */ 0x0000a197 106#define KEPLER_C /* cl9097.h */ 0x0000a297 107 108#define MAXWELL_A /* cl9097.h */ 0x0000b097 109#define MAXWELL_B /* cl9097.h */ 0x0000b197 110 |
111#define PASCAL_A /* cl9097.h */ 0x0000c097 112 |
|
111#define NV74_BSP 0x000074b0 112 113#define GT212_MSVLD 0x000085b1 114#define IGT21A_MSVLD 0x000086b1 115#define G98_MSVLD 0x000088b1 116#define GF100_MSVLD 0x000090b1 117#define GK104_MSVLD 0x000095b1 118 --- 17 unchanged lines hidden (view full) --- 136#define FERMI_DECOMPRESS 0x000090b8 137 138#define FERMI_COMPUTE_A 0x000090c0 139#define FERMI_COMPUTE_B 0x000091c0 140#define KEPLER_COMPUTE_A 0x0000a0c0 141#define KEPLER_COMPUTE_B 0x0000a1c0 142#define MAXWELL_COMPUTE_A 0x0000b0c0 143#define MAXWELL_COMPUTE_B 0x0000b1c0 | 113#define NV74_BSP 0x000074b0 114 115#define GT212_MSVLD 0x000085b1 116#define IGT21A_MSVLD 0x000086b1 117#define G98_MSVLD 0x000088b1 118#define GF100_MSVLD 0x000090b1 119#define GK104_MSVLD 0x000095b1 120 --- 17 unchanged lines hidden (view full) --- 138#define FERMI_DECOMPRESS 0x000090b8 139 140#define FERMI_COMPUTE_A 0x000090c0 141#define FERMI_COMPUTE_B 0x000091c0 142#define KEPLER_COMPUTE_A 0x0000a0c0 143#define KEPLER_COMPUTE_B 0x0000a1c0 144#define MAXWELL_COMPUTE_A 0x0000b0c0 145#define MAXWELL_COMPUTE_B 0x0000b1c0 |
146#define PASCAL_COMPUTE_A 0x0000c0c0 |
|
144 145#define NV74_CIPHER 0x000074c1 146#endif | 147 148#define NV74_CIPHER 0x000074c1 149#endif |