Home | History | Annotate | Line # | Download | only in nvif
      1 /*	$NetBSD: class.h,v 1.3 2021/12/18 23:45:33 riastradh Exp $	*/
      2 
      3 /* SPDX-License-Identifier: MIT */
      4 #ifndef __NVIF_CLASS_H__
      5 #define __NVIF_CLASS_H__
      6 
      7 /* these class numbers are made up by us, and not nvidia-assigned */
      8 #define NVIF_CLASS_CLIENT                            /* if0000.h */ -0x00000000
      9 
     10 #define NVIF_CLASS_CONTROL                           /* if0001.h */ -0x00000001
     11 
     12 #define NVIF_CLASS_PERFMON                           /* if0002.h */ -0x00000002
     13 #define NVIF_CLASS_PERFDOM                           /* if0003.h */ -0x00000003
     14 
     15 #define NVIF_CLASS_SW_NV04                           /* if0004.h */ -0x00000004
     16 #define NVIF_CLASS_SW_NV10                           /* if0005.h */ -0x00000005
     17 #define NVIF_CLASS_SW_NV50                           /* if0005.h */ -0x00000006
     18 #define NVIF_CLASS_SW_GF100                          /* if0005.h */ -0x00000007
     19 
     20 #define NVIF_CLASS_MMU                               /* if0008.h */  0x80000008
     21 #define NVIF_CLASS_MMU_NV04                          /* if0008.h */  0x80000009
     22 #define NVIF_CLASS_MMU_NV50                          /* if0008.h */  0x80005009
     23 #define NVIF_CLASS_MMU_GF100                         /* if0008.h */  0x80009009
     24 
     25 #define NVIF_CLASS_MEM                               /* if000a.h */  0x8000000a
     26 #define NVIF_CLASS_MEM_NV04                          /* if000b.h */  0x8000000b
     27 #define NVIF_CLASS_MEM_NV50                          /* if500b.h */  0x8000500b
     28 #define NVIF_CLASS_MEM_GF100                         /* if900b.h */  0x8000900b
     29 
     30 #define NVIF_CLASS_VMM                               /* if000c.h */  0x8000000c
     31 #define NVIF_CLASS_VMM_NV04                          /* if000d.h */  0x8000000d
     32 #define NVIF_CLASS_VMM_NV50                          /* if500d.h */  0x8000500d
     33 #define NVIF_CLASS_VMM_GF100                         /* if900d.h */  0x8000900d
     34 #define NVIF_CLASS_VMM_GM200                         /* ifb00d.h */  0x8000b00d
     35 #define NVIF_CLASS_VMM_GP100                         /* ifc00d.h */  0x8000c00d
     36 
     37 /* the below match nvidia-assigned (either in hw, or sw) class numbers */
     38 #define NV_NULL_CLASS                                                0x00000030
     39 
     40 #define NV_DEVICE                                     /* cl0080.h */ 0x00000080
     41 
     42 #define NV_DMA_FROM_MEMORY                            /* cl0002.h */ 0x00000002
     43 #define NV_DMA_TO_MEMORY                              /* cl0002.h */ 0x00000003
     44 #define NV_DMA_IN_MEMORY                              /* cl0002.h */ 0x0000003d
     45 
     46 #define NV50_TWOD                                                    0x0000502d
     47 #define FERMI_TWOD_A                                                 0x0000902d
     48 
     49 #define NV50_MEMORY_TO_MEMORY_FORMAT                                 0x00005039
     50 #define FERMI_MEMORY_TO_MEMORY_FORMAT_A                              0x00009039
     51 
     52 #define KEPLER_INLINE_TO_MEMORY_A                                    0x0000a040
     53 #define KEPLER_INLINE_TO_MEMORY_B                                    0x0000a140
     54 
     55 #define NV04_DISP                                     /* cl0046.h */ 0x00000046
     56 
     57 #define VOLTA_USERMODE_A                                             0x0000c361
     58 
     59 #define MAXWELL_FAULT_BUFFER_A                        /* clb069.h */ 0x0000b069
     60 #define VOLTA_FAULT_BUFFER_A                          /* clb069.h */ 0x0000c369
     61 
     62 #define NV03_CHANNEL_DMA                              /* cl506b.h */ 0x0000006b
     63 #define NV10_CHANNEL_DMA                              /* cl506b.h */ 0x0000006e
     64 #define NV17_CHANNEL_DMA                              /* cl506b.h */ 0x0000176e
     65 #define NV40_CHANNEL_DMA                              /* cl506b.h */ 0x0000406e
     66 #define NV50_CHANNEL_DMA                              /* cl506e.h */ 0x0000506e
     67 #define G82_CHANNEL_DMA                               /* cl826e.h */ 0x0000826e
     68 
     69 #define NV50_CHANNEL_GPFIFO                           /* cl506f.h */ 0x0000506f
     70 #define G82_CHANNEL_GPFIFO                            /* cl826f.h */ 0x0000826f
     71 #define FERMI_CHANNEL_GPFIFO                          /* cl906f.h */ 0x0000906f
     72 #define KEPLER_CHANNEL_GPFIFO_A                       /* cla06f.h */ 0x0000a06f
     73 #define KEPLER_CHANNEL_GPFIFO_B                       /* cla06f.h */ 0x0000a16f
     74 #define MAXWELL_CHANNEL_GPFIFO_A                      /* cla06f.h */ 0x0000b06f
     75 #define PASCAL_CHANNEL_GPFIFO_A                       /* cla06f.h */ 0x0000c06f
     76 #define VOLTA_CHANNEL_GPFIFO_A                        /* clc36f.h */ 0x0000c36f
     77 #define TURING_CHANNEL_GPFIFO_A                       /* clc36f.h */ 0x0000c46f
     78 
     79 #define NV50_DISP                                     /* cl5070.h */ 0x00005070
     80 #define G82_DISP                                      /* cl5070.h */ 0x00008270
     81 #define GT200_DISP                                    /* cl5070.h */ 0x00008370
     82 #define GT214_DISP                                    /* cl5070.h */ 0x00008570
     83 #define GT206_DISP                                    /* cl5070.h */ 0x00008870
     84 #define GF110_DISP                                    /* cl5070.h */ 0x00009070
     85 #define GK104_DISP                                    /* cl5070.h */ 0x00009170
     86 #define GK110_DISP                                    /* cl5070.h */ 0x00009270
     87 #define GM107_DISP                                    /* cl5070.h */ 0x00009470
     88 #define GM200_DISP                                    /* cl5070.h */ 0x00009570
     89 #define GP100_DISP                                    /* cl5070.h */ 0x00009770
     90 #define GP102_DISP                                    /* cl5070.h */ 0x00009870
     91 #define GV100_DISP                                    /* cl5070.h */ 0x0000c370
     92 #define TU102_DISP                                    /* cl5070.h */ 0x0000c570
     93 
     94 #define NV31_MPEG                                                    0x00003174
     95 #define G82_MPEG                                                     0x00008274
     96 
     97 #define NV74_VP2                                                     0x00007476
     98 
     99 #define NV50_DISP_CURSOR                              /* cl507a.h */ 0x0000507a
    100 #define G82_DISP_CURSOR                               /* cl507a.h */ 0x0000827a
    101 #define GT214_DISP_CURSOR                             /* cl507a.h */ 0x0000857a
    102 #define GF110_DISP_CURSOR                             /* cl507a.h */ 0x0000907a
    103 #define GK104_DISP_CURSOR                             /* cl507a.h */ 0x0000917a
    104 #define GV100_DISP_CURSOR                             /* cl507a.h */ 0x0000c37a
    105 #define TU102_DISP_CURSOR                             /* cl507a.h */ 0x0000c57a
    106 
    107 #define NV50_DISP_OVERLAY                             /* cl507b.h */ 0x0000507b
    108 #define G82_DISP_OVERLAY                              /* cl507b.h */ 0x0000827b
    109 #define GT214_DISP_OVERLAY                            /* cl507b.h */ 0x0000857b
    110 #define GF110_DISP_OVERLAY                            /* cl507b.h */ 0x0000907b
    111 #define GK104_DISP_OVERLAY                            /* cl507b.h */ 0x0000917b
    112 
    113 #define GV100_DISP_WINDOW_IMM_CHANNEL_DMA             /* clc37b.h */ 0x0000c37b
    114 #define TU102_DISP_WINDOW_IMM_CHANNEL_DMA             /* clc37b.h */ 0x0000c57b
    115 
    116 #define NV50_DISP_BASE_CHANNEL_DMA                    /* cl507c.h */ 0x0000507c
    117 #define G82_DISP_BASE_CHANNEL_DMA                     /* cl507c.h */ 0x0000827c
    118 #define GT200_DISP_BASE_CHANNEL_DMA                   /* cl507c.h */ 0x0000837c
    119 #define GT214_DISP_BASE_CHANNEL_DMA                   /* cl507c.h */ 0x0000857c
    120 #define GF110_DISP_BASE_CHANNEL_DMA                   /* cl507c.h */ 0x0000907c
    121 #define GK104_DISP_BASE_CHANNEL_DMA                   /* cl507c.h */ 0x0000917c
    122 #define GK110_DISP_BASE_CHANNEL_DMA                   /* cl507c.h */ 0x0000927c
    123 
    124 #define NV50_DISP_CORE_CHANNEL_DMA                    /* cl507d.h */ 0x0000507d
    125 #define G82_DISP_CORE_CHANNEL_DMA                     /* cl507d.h */ 0x0000827d
    126 #define GT200_DISP_CORE_CHANNEL_DMA                   /* cl507d.h */ 0x0000837d
    127 #define GT214_DISP_CORE_CHANNEL_DMA                   /* cl507d.h */ 0x0000857d
    128 #define GT206_DISP_CORE_CHANNEL_DMA                   /* cl507d.h */ 0x0000887d
    129 #define GF110_DISP_CORE_CHANNEL_DMA                   /* cl507d.h */ 0x0000907d
    130 #define GK104_DISP_CORE_CHANNEL_DMA                   /* cl507d.h */ 0x0000917d
    131 #define GK110_DISP_CORE_CHANNEL_DMA                   /* cl507d.h */ 0x0000927d
    132 #define GM107_DISP_CORE_CHANNEL_DMA                   /* cl507d.h */ 0x0000947d
    133 #define GM200_DISP_CORE_CHANNEL_DMA                   /* cl507d.h */ 0x0000957d
    134 #define GP100_DISP_CORE_CHANNEL_DMA                   /* cl507d.h */ 0x0000977d
    135 #define GP102_DISP_CORE_CHANNEL_DMA                   /* cl507d.h */ 0x0000987d
    136 #define GV100_DISP_CORE_CHANNEL_DMA                   /* cl507d.h */ 0x0000c37d
    137 #define TU102_DISP_CORE_CHANNEL_DMA                   /* cl507d.h */ 0x0000c57d
    138 
    139 #define NV50_DISP_OVERLAY_CHANNEL_DMA                 /* cl507e.h */ 0x0000507e
    140 #define G82_DISP_OVERLAY_CHANNEL_DMA                  /* cl507e.h */ 0x0000827e
    141 #define GT200_DISP_OVERLAY_CHANNEL_DMA                /* cl507e.h */ 0x0000837e
    142 #define GT214_DISP_OVERLAY_CHANNEL_DMA                /* cl507e.h */ 0x0000857e
    143 #define GF110_DISP_OVERLAY_CONTROL_DMA                /* cl507e.h */ 0x0000907e
    144 #define GK104_DISP_OVERLAY_CONTROL_DMA                /* cl507e.h */ 0x0000917e
    145 
    146 #define GV100_DISP_WINDOW_CHANNEL_DMA                 /* clc37e.h */ 0x0000c37e
    147 #define TU102_DISP_WINDOW_CHANNEL_DMA                 /* clc37e.h */ 0x0000c57e
    148 
    149 #define NV50_TESLA                                                   0x00005097
    150 #define G82_TESLA                                                    0x00008297
    151 #define GT200_TESLA                                                  0x00008397
    152 #define GT214_TESLA                                                  0x00008597
    153 #define GT21A_TESLA                                                  0x00008697
    154 
    155 #define FERMI_A                                       /* cl9097.h */ 0x00009097
    156 #define FERMI_B                                       /* cl9097.h */ 0x00009197
    157 #define FERMI_C                                       /* cl9097.h */ 0x00009297
    158 
    159 #define KEPLER_A                                      /* cl9097.h */ 0x0000a097
    160 #define KEPLER_B                                      /* cl9097.h */ 0x0000a197
    161 #define KEPLER_C                                      /* cl9097.h */ 0x0000a297
    162 
    163 #define MAXWELL_A                                     /* cl9097.h */ 0x0000b097
    164 #define MAXWELL_B                                     /* cl9097.h */ 0x0000b197
    165 
    166 #define PASCAL_A                                      /* cl9097.h */ 0x0000c097
    167 #define PASCAL_B                                      /* cl9097.h */ 0x0000c197
    168 
    169 #define VOLTA_A                                       /* cl9097.h */ 0x0000c397
    170 
    171 #define TURING_A                                      /* cl9097.h */ 0x0000c597
    172 
    173 #define NV74_BSP                                                     0x000074b0
    174 
    175 #define GT212_MSVLD                                                  0x000085b1
    176 #define IGT21A_MSVLD                                                 0x000086b1
    177 #define G98_MSVLD                                                    0x000088b1
    178 #define GF100_MSVLD                                                  0x000090b1
    179 #define GK104_MSVLD                                                  0x000095b1
    180 
    181 #define GT212_MSPDEC                                                 0x000085b2
    182 #define G98_MSPDEC                                                   0x000088b2
    183 #define GF100_MSPDEC                                                 0x000090b2
    184 #define GK104_MSPDEC                                                 0x000095b2
    185 
    186 #define GT212_MSPPP                                                  0x000085b3
    187 #define G98_MSPPP                                                    0x000088b3
    188 #define GF100_MSPPP                                                  0x000090b3
    189 
    190 #define G98_SEC                                                      0x000088b4
    191 
    192 #define GT212_DMA                                                    0x000085b5
    193 #define FERMI_DMA                                                    0x000090b5
    194 #define KEPLER_DMA_COPY_A                                            0x0000a0b5
    195 #define MAXWELL_DMA_COPY_A                                           0x0000b0b5
    196 #define PASCAL_DMA_COPY_A                                            0x0000c0b5
    197 #define PASCAL_DMA_COPY_B                                            0x0000c1b5
    198 #define VOLTA_DMA_COPY_A                                             0x0000c3b5
    199 #define TURING_DMA_COPY_A                                            0x0000c5b5
    200 
    201 #define FERMI_DECOMPRESS                                             0x000090b8
    202 
    203 #define NV50_COMPUTE                                                 0x000050c0
    204 #define GT214_COMPUTE                                                0x000085c0
    205 #define FERMI_COMPUTE_A                                              0x000090c0
    206 #define FERMI_COMPUTE_B                                              0x000091c0
    207 #define KEPLER_COMPUTE_A                                             0x0000a0c0
    208 #define KEPLER_COMPUTE_B                                             0x0000a1c0
    209 #define MAXWELL_COMPUTE_A                                            0x0000b0c0
    210 #define MAXWELL_COMPUTE_B                                            0x0000b1c0
    211 #define PASCAL_COMPUTE_A                                             0x0000c0c0
    212 #define PASCAL_COMPUTE_B                                             0x0000c1c0
    213 #define VOLTA_COMPUTE_A                                              0x0000c3c0
    214 #define TURING_COMPUTE_A                                             0x0000c5c0
    215 
    216 #define NV74_CIPHER                                                  0x000074c1
    217 #endif
    218