class.h (898a2b32138da26ed8f7abc0cc8232741ca03de7) | class.h (9d498e0f7a5ece8f61c8a174b40668a2621a82e3) |
---|---|
1#ifndef __NVIF_CLASS_H__ 2#define __NVIF_CLASS_H__ 3 4/******************************************************************************* 5 * class identifiers 6 ******************************************************************************/ 7 8/* the below match nvidia-assigned (either in hw, or sw) class numbers */ --- 80 unchanged lines hidden (view full) --- 89 90#define KEPLER_A 0x0000a097 91#define KEPLER_B 0x0000a197 92#define KEPLER_C 0x0000a297 93 94#define MAXWELL_A 0x0000b097 95#define MAXWELL_B 0x0000b197 96 | 1#ifndef __NVIF_CLASS_H__ 2#define __NVIF_CLASS_H__ 3 4/******************************************************************************* 5 * class identifiers 6 ******************************************************************************/ 7 8/* the below match nvidia-assigned (either in hw, or sw) class numbers */ --- 80 unchanged lines hidden (view full) --- 89 90#define KEPLER_A 0x0000a097 91#define KEPLER_B 0x0000a197 92#define KEPLER_C 0x0000a297 93 94#define MAXWELL_A 0x0000b097 95#define MAXWELL_B 0x0000b197 96 |
97#define GT212_MSVLD 0x000085b1 98#define IGT21A_MSVLD 0x000086b1 99#define G98_MSVLD 0x000088b1 100#define GF100_MSVLD 0x000090b1 101#define GK104_MSVLD 0x000095b1 102 103#define GT212_MSPDEC 0x000085b2 104#define G98_MSPDEC 0x000088b2 105#define GF100_MSPDEC 0x000090b2 106#define GK104_MSPDEC 0x000095b2 107 108#define GT212_MSPPP 0x000085b3 109#define G98_MSPPP 0x000088b3 110#define GF100_MSPPP 0x000090b3 111 112#define G98_SEC 0x000088b4 113 114#define GT212_DMA 0x000085b5 115#define FERMI_DMA 0x000090b5 116 117#define FERMI_DECOMPRESS 0x000090b8 118 |
|
97#define FERMI_COMPUTE_A 0x000090c0 98#define FERMI_COMPUTE_B 0x000091c0 99 100#define KEPLER_COMPUTE_A 0x0000a0c0 101#define KEPLER_COMPUTE_B 0x0000a1c0 102 103#define MAXWELL_COMPUTE_A 0x0000b0c0 104#define MAXWELL_COMPUTE_B 0x0000b1c0 --- 538 unchanged lines hidden --- | 119#define FERMI_COMPUTE_A 0x000090c0 120#define FERMI_COMPUTE_B 0x000091c0 121 122#define KEPLER_COMPUTE_A 0x0000a0c0 123#define KEPLER_COMPUTE_B 0x0000a1c0 124 125#define MAXWELL_COMPUTE_A 0x0000b0c0 126#define MAXWELL_COMPUTE_B 0x0000b1c0 --- 538 unchanged lines hidden --- |