class.h (ca9686340aba42e8316202c428ef76a304bed75a) | class.h (015185cc670e8cb3325990dd41b1ddb502dd3a36) |
---|---|
1/* SPDX-License-Identifier: MIT */ 2#ifndef __NVIF_CLASS_H__ 3#define __NVIF_CLASS_H__ 4 5/* these class numbers are made up by us, and not nvidia-assigned */ 6#define NVIF_CLASS_CLIENT /* if0000.h */ -0x00000000 7 8#define NVIF_CLASS_CONTROL /* if0001.h */ -0x00000001 --- 242 unchanged lines hidden (view full) --- 251#define TURING_COMPUTE_A 0x0000c5c0 252#define AMPERE_COMPUTE_B 0x0000c7c0 253#define ADA_COMPUTE_A 0x0000c9c0 254 255#define NV74_CIPHER 0x000074c1 256 257#define NVC4D1_VIDEO_NVJPG 0x0000c4d1 258#define NVC9D1_VIDEO_NVJPG 0x0000c9d1 | 1/* SPDX-License-Identifier: MIT */ 2#ifndef __NVIF_CLASS_H__ 3#define __NVIF_CLASS_H__ 4 5/* these class numbers are made up by us, and not nvidia-assigned */ 6#define NVIF_CLASS_CLIENT /* if0000.h */ -0x00000000 7 8#define NVIF_CLASS_CONTROL /* if0001.h */ -0x00000001 --- 242 unchanged lines hidden (view full) --- 251#define TURING_COMPUTE_A 0x0000c5c0 252#define AMPERE_COMPUTE_B 0x0000c7c0 253#define ADA_COMPUTE_A 0x0000c9c0 254 255#define NV74_CIPHER 0x000074c1 256 257#define NVC4D1_VIDEO_NVJPG 0x0000c4d1 258#define NVC9D1_VIDEO_NVJPG 0x0000c9d1 |
259 260#define NVC6FA_VIDEO_OFA 0x0000c6fa 261#define NVC7FA_VIDEO_OFA 0x0000c7fa 262#define NVC9FA_VIDEO_OFA 0x0000c9fa |
|
259#endif | 263#endif |