Home | History | Annotate | Line # | Download | only in gr
      1 /*	$NetBSD: regs.h,v 1.3 2021/12/18 23:45:36 riastradh Exp $	*/
      2 
      3 /* SPDX-License-Identifier: MIT */
      4 #ifndef __NVKM_GR_REGS_H__
      5 #define __NVKM_GR_REGS_H__
      6 
      7 #define NV04_PGRAPH_DEBUG_0                                0x00400080
      8 #define NV04_PGRAPH_DEBUG_1                                0x00400084
      9 #define NV04_PGRAPH_DEBUG_2                                0x00400088
     10 #define NV04_PGRAPH_DEBUG_3                                0x0040008c
     11 #define NV10_PGRAPH_DEBUG_4                                0x00400090
     12 #define NV03_PGRAPH_INTR                                   0x00400100
     13 #define NV03_PGRAPH_NSTATUS                                0x00400104
     14 #    define NV04_PGRAPH_NSTATUS_STATE_IN_USE                  (1<<11)
     15 #    define NV04_PGRAPH_NSTATUS_INVALID_STATE                 (1<<12)
     16 #    define NV04_PGRAPH_NSTATUS_BAD_ARGUMENT                  (1<<13)
     17 #    define NV04_PGRAPH_NSTATUS_PROTECTION_FAULT              (1<<14)
     18 #    define NV10_PGRAPH_NSTATUS_STATE_IN_USE                  (1<<23)
     19 #    define NV10_PGRAPH_NSTATUS_INVALID_STATE                 (1<<24)
     20 #    define NV10_PGRAPH_NSTATUS_BAD_ARGUMENT                  (1<<25)
     21 #    define NV10_PGRAPH_NSTATUS_PROTECTION_FAULT              (1<<26)
     22 #define NV03_PGRAPH_NSOURCE                                0x00400108
     23 #    define NV03_PGRAPH_NSOURCE_NOTIFICATION                   (1<<0)
     24 #    define NV03_PGRAPH_NSOURCE_DATA_ERROR                     (1<<1)
     25 #    define NV03_PGRAPH_NSOURCE_PROTECTION_ERROR               (1<<2)
     26 #    define NV03_PGRAPH_NSOURCE_RANGE_EXCEPTION                (1<<3)
     27 #    define NV03_PGRAPH_NSOURCE_LIMIT_COLOR                    (1<<4)
     28 #    define NV03_PGRAPH_NSOURCE_LIMIT_ZETA                     (1<<5)
     29 #    define NV03_PGRAPH_NSOURCE_ILLEGAL_MTHD                   (1<<6)
     30 #    define NV03_PGRAPH_NSOURCE_DMA_R_PROTECTION               (1<<7)
     31 #    define NV03_PGRAPH_NSOURCE_DMA_W_PROTECTION               (1<<8)
     32 #    define NV03_PGRAPH_NSOURCE_FORMAT_EXCEPTION               (1<<9)
     33 #    define NV03_PGRAPH_NSOURCE_PATCH_EXCEPTION               (1<<10)
     34 #    define NV03_PGRAPH_NSOURCE_STATE_INVALID                 (1<<11)
     35 #    define NV03_PGRAPH_NSOURCE_DOUBLE_NOTIFY                 (1<<12)
     36 #    define NV03_PGRAPH_NSOURCE_NOTIFY_IN_USE                 (1<<13)
     37 #    define NV03_PGRAPH_NSOURCE_METHOD_CNT                    (1<<14)
     38 #    define NV03_PGRAPH_NSOURCE_BFR_NOTIFICATION              (1<<15)
     39 #    define NV03_PGRAPH_NSOURCE_DMA_VTX_PROTECTION            (1<<16)
     40 #    define NV03_PGRAPH_NSOURCE_DMA_WIDTH_A                   (1<<17)
     41 #    define NV03_PGRAPH_NSOURCE_DMA_WIDTH_B                   (1<<18)
     42 #define NV03_PGRAPH_INTR_EN                                0x00400140
     43 #define NV40_PGRAPH_INTR_EN                                0x0040013C
     44 #    define NV_PGRAPH_INTR_NOTIFY                              (1<<0)
     45 #    define NV_PGRAPH_INTR_MISSING_HW                          (1<<4)
     46 #    define NV_PGRAPH_INTR_CONTEXT_SWITCH                     (1<<12)
     47 #    define NV_PGRAPH_INTR_BUFFER_NOTIFY                      (1<<16)
     48 #    define NV_PGRAPH_INTR_ERROR                              (1<<20)
     49 #define NV10_PGRAPH_CTX_CONTROL                            0x00400144
     50 #define NV10_PGRAPH_CTX_USER                               0x00400148
     51 #define NV10_PGRAPH_CTX_SWITCH(i)                         (0x0040014C + 0x4*(i))
     52 #define NV04_PGRAPH_CTX_SWITCH1                            0x00400160
     53 #define NV10_PGRAPH_CTX_CACHE(i, j)                       (0x00400160	\
     54 							   + 0x4*(i) + 0x20*(j))
     55 #define NV04_PGRAPH_CTX_SWITCH2                            0x00400164
     56 #define NV04_PGRAPH_CTX_SWITCH3                            0x00400168
     57 #define NV04_PGRAPH_CTX_SWITCH4                            0x0040016C
     58 #define NV04_PGRAPH_CTX_CONTROL                            0x00400170
     59 #define NV04_PGRAPH_CTX_USER                               0x00400174
     60 #define NV04_PGRAPH_CTX_CACHE1                             0x00400180
     61 #define NV03_PGRAPH_CTX_CONTROL                            0x00400190
     62 #define NV03_PGRAPH_CTX_USER                               0x00400194
     63 #define NV04_PGRAPH_CTX_CACHE2                             0x004001A0
     64 #define NV04_PGRAPH_CTX_CACHE3                             0x004001C0
     65 #define NV04_PGRAPH_CTX_CACHE4                             0x004001E0
     66 #define NV40_PGRAPH_CTXCTL_0304                            0x00400304
     67 #define NV40_PGRAPH_CTXCTL_0304_XFER_CTX                   0x00000001
     68 #define NV40_PGRAPH_CTXCTL_UCODE_STAT                      0x00400308
     69 #define NV40_PGRAPH_CTXCTL_UCODE_STAT_IP_MASK              0xff000000
     70 #define NV40_PGRAPH_CTXCTL_UCODE_STAT_IP_SHIFT                     24
     71 #define NV40_PGRAPH_CTXCTL_UCODE_STAT_OP_MASK              0x00ffffff
     72 #define NV40_PGRAPH_CTXCTL_0310                            0x00400310
     73 #define NV40_PGRAPH_CTXCTL_0310_XFER_SAVE                  0x00000020
     74 #define NV40_PGRAPH_CTXCTL_0310_XFER_LOAD                  0x00000040
     75 #define NV40_PGRAPH_CTXCTL_030C                            0x0040030c
     76 #define NV40_PGRAPH_CTXCTL_UCODE_INDEX                     0x00400324
     77 #define NV40_PGRAPH_CTXCTL_UCODE_DATA                      0x00400328
     78 #define NV40_PGRAPH_CTXCTL_CUR                             0x0040032c
     79 #define NV40_PGRAPH_CTXCTL_CUR_LOADED                      0x01000000
     80 #define NV40_PGRAPH_CTXCTL_CUR_INSTANCE                    0x000FFFFF
     81 #define NV40_PGRAPH_CTXCTL_NEXT                            0x00400330
     82 #define NV40_PGRAPH_CTXCTL_NEXT_INSTANCE                   0x000fffff
     83 #define NV50_PGRAPH_CTXCTL_CUR                             0x0040032c
     84 #define NV50_PGRAPH_CTXCTL_CUR_LOADED                      0x80000000
     85 #define NV50_PGRAPH_CTXCTL_CUR_INSTANCE                    0x00ffffff
     86 #define NV50_PGRAPH_CTXCTL_NEXT                            0x00400330
     87 #define NV50_PGRAPH_CTXCTL_NEXT_INSTANCE                   0x00ffffff
     88 #define NV03_PGRAPH_ABS_X_RAM                              0x00400400
     89 #define NV03_PGRAPH_ABS_Y_RAM                              0x00400480
     90 #define NV03_PGRAPH_X_MISC                                 0x00400500
     91 #define NV03_PGRAPH_Y_MISC                                 0x00400504
     92 #define NV04_PGRAPH_VALID1                                 0x00400508
     93 #define NV04_PGRAPH_SOURCE_COLOR                           0x0040050C
     94 #define NV04_PGRAPH_MISC24_0                               0x00400510
     95 #define NV03_PGRAPH_XY_LOGIC_MISC0                         0x00400514
     96 #define NV03_PGRAPH_XY_LOGIC_MISC1                         0x00400518
     97 #define NV03_PGRAPH_XY_LOGIC_MISC2                         0x0040051C
     98 #define NV03_PGRAPH_XY_LOGIC_MISC3                         0x00400520
     99 #define NV03_PGRAPH_CLIPX_0                                0x00400524
    100 #define NV03_PGRAPH_CLIPX_1                                0x00400528
    101 #define NV03_PGRAPH_CLIPY_0                                0x0040052C
    102 #define NV03_PGRAPH_CLIPY_1                                0x00400530
    103 #define NV03_PGRAPH_ABS_ICLIP_XMAX                         0x00400534
    104 #define NV03_PGRAPH_ABS_ICLIP_YMAX                         0x00400538
    105 #define NV03_PGRAPH_ABS_UCLIP_XMIN                         0x0040053C
    106 #define NV03_PGRAPH_ABS_UCLIP_YMIN                         0x00400540
    107 #define NV03_PGRAPH_ABS_UCLIP_XMAX                         0x00400544
    108 #define NV03_PGRAPH_ABS_UCLIP_YMAX                         0x00400548
    109 #define NV03_PGRAPH_ABS_UCLIPA_XMIN                        0x00400560
    110 #define NV03_PGRAPH_ABS_UCLIPA_YMIN                        0x00400564
    111 #define NV03_PGRAPH_ABS_UCLIPA_XMAX                        0x00400568
    112 #define NV03_PGRAPH_ABS_UCLIPA_YMAX                        0x0040056C
    113 #define NV04_PGRAPH_MISC24_1                               0x00400570
    114 #define NV04_PGRAPH_MISC24_2                               0x00400574
    115 #define NV04_PGRAPH_VALID2                                 0x00400578
    116 #define NV04_PGRAPH_PASSTHRU_0                             0x0040057C
    117 #define NV04_PGRAPH_PASSTHRU_1                             0x00400580
    118 #define NV04_PGRAPH_PASSTHRU_2                             0x00400584
    119 #define NV10_PGRAPH_DIMX_TEXTURE                           0x00400588
    120 #define NV10_PGRAPH_WDIMX_TEXTURE                          0x0040058C
    121 #define NV04_PGRAPH_COMBINE_0_ALPHA                        0x00400590
    122 #define NV04_PGRAPH_COMBINE_0_COLOR                        0x00400594
    123 #define NV04_PGRAPH_COMBINE_1_ALPHA                        0x00400598
    124 #define NV04_PGRAPH_COMBINE_1_COLOR                        0x0040059C
    125 #define NV04_PGRAPH_FORMAT_0                               0x004005A8
    126 #define NV04_PGRAPH_FORMAT_1                               0x004005AC
    127 #define NV04_PGRAPH_FILTER_0                               0x004005B0
    128 #define NV04_PGRAPH_FILTER_1                               0x004005B4
    129 #define NV03_PGRAPH_MONO_COLOR0                            0x00400600
    130 #define NV04_PGRAPH_ROP3                                   0x00400604
    131 #define NV04_PGRAPH_BETA_AND                               0x00400608
    132 #define NV04_PGRAPH_BETA_PREMULT                           0x0040060C
    133 #define NV04_PGRAPH_LIMIT_VIOL_PIX                         0x00400610
    134 #define NV04_PGRAPH_FORMATS                                0x00400618
    135 #define NV10_PGRAPH_DEBUG_2                                0x00400620
    136 #define NV04_PGRAPH_BOFFSET0                               0x00400640
    137 #define NV04_PGRAPH_BOFFSET1                               0x00400644
    138 #define NV04_PGRAPH_BOFFSET2                               0x00400648
    139 #define NV04_PGRAPH_BOFFSET3                               0x0040064C
    140 #define NV04_PGRAPH_BOFFSET4                               0x00400650
    141 #define NV04_PGRAPH_BOFFSET5                               0x00400654
    142 #define NV04_PGRAPH_BBASE0                                 0x00400658
    143 #define NV04_PGRAPH_BBASE1                                 0x0040065C
    144 #define NV04_PGRAPH_BBASE2                                 0x00400660
    145 #define NV04_PGRAPH_BBASE3                                 0x00400664
    146 #define NV04_PGRAPH_BBASE4                                 0x00400668
    147 #define NV04_PGRAPH_BBASE5                                 0x0040066C
    148 #define NV04_PGRAPH_BPITCH0                                0x00400670
    149 #define NV04_PGRAPH_BPITCH1                                0x00400674
    150 #define NV04_PGRAPH_BPITCH2                                0x00400678
    151 #define NV04_PGRAPH_BPITCH3                                0x0040067C
    152 #define NV04_PGRAPH_BPITCH4                                0x00400680
    153 #define NV04_PGRAPH_BLIMIT0                                0x00400684
    154 #define NV04_PGRAPH_BLIMIT1                                0x00400688
    155 #define NV04_PGRAPH_BLIMIT2                                0x0040068C
    156 #define NV04_PGRAPH_BLIMIT3                                0x00400690
    157 #define NV04_PGRAPH_BLIMIT4                                0x00400694
    158 #define NV04_PGRAPH_BLIMIT5                                0x00400698
    159 #define NV04_PGRAPH_BSWIZZLE2                              0x0040069C
    160 #define NV04_PGRAPH_BSWIZZLE5                              0x004006A0
    161 #define NV03_PGRAPH_STATUS                                 0x004006B0
    162 #define NV04_PGRAPH_STATUS                                 0x00400700
    163 #    define NV40_PGRAPH_STATUS_SYNC_STALL                  0x00004000
    164 #define NV04_PGRAPH_TRAPPED_ADDR                           0x00400704
    165 #define NV04_PGRAPH_TRAPPED_DATA                           0x00400708
    166 #define NV04_PGRAPH_SURFACE                                0x0040070C
    167 #define NV10_PGRAPH_TRAPPED_DATA_HIGH                      0x0040070C
    168 #define NV04_PGRAPH_STATE                                  0x00400710
    169 #define NV10_PGRAPH_SURFACE                                0x00400710
    170 #define NV04_PGRAPH_NOTIFY                                 0x00400714
    171 #define NV10_PGRAPH_STATE                                  0x00400714
    172 #define NV10_PGRAPH_NOTIFY                                 0x00400718
    173 
    174 #define NV04_PGRAPH_FIFO                                   0x00400720
    175 
    176 #define NV04_PGRAPH_BPIXEL                                 0x00400724
    177 #define NV10_PGRAPH_RDI_INDEX                              0x00400750
    178 #define NV04_PGRAPH_FFINTFC_ST2                            0x00400754
    179 #define NV10_PGRAPH_RDI_DATA                               0x00400754
    180 #define NV04_PGRAPH_DMA_PITCH                              0x00400760
    181 #define NV10_PGRAPH_FFINTFC_FIFO_PTR                       0x00400760
    182 #define NV04_PGRAPH_DVD_COLORFMT                           0x00400764
    183 #define NV10_PGRAPH_FFINTFC_ST2                            0x00400764
    184 #define NV04_PGRAPH_SCALED_FORMAT                          0x00400768
    185 #define NV10_PGRAPH_FFINTFC_ST2_DL                         0x00400768
    186 #define NV10_PGRAPH_FFINTFC_ST2_DH                         0x0040076c
    187 #define NV10_PGRAPH_DMA_PITCH                              0x00400770
    188 #define NV10_PGRAPH_DVD_COLORFMT                           0x00400774
    189 #define NV10_PGRAPH_SCALED_FORMAT                          0x00400778
    190 #define NV20_PGRAPH_CHANNEL_CTX_TABLE                      0x00400780
    191 #define NV20_PGRAPH_CHANNEL_CTX_POINTER                    0x00400784
    192 #define NV20_PGRAPH_CHANNEL_CTX_XFER                       0x00400788
    193 #define NV20_PGRAPH_CHANNEL_CTX_XFER_LOAD                  0x00000001
    194 #define NV20_PGRAPH_CHANNEL_CTX_XFER_SAVE                  0x00000002
    195 #define NV04_PGRAPH_PATT_COLOR0                            0x00400800
    196 #define NV04_PGRAPH_PATT_COLOR1                            0x00400804
    197 #define NV04_PGRAPH_PATTERN                                0x00400808
    198 #define NV04_PGRAPH_PATTERN_SHAPE                          0x00400810
    199 #define NV04_PGRAPH_CHROMA                                 0x00400814
    200 #define NV04_PGRAPH_CONTROL0                               0x00400818
    201 #define NV04_PGRAPH_CONTROL1                               0x0040081C
    202 #define NV04_PGRAPH_CONTROL2                               0x00400820
    203 #define NV04_PGRAPH_BLEND                                  0x00400824
    204 #define NV04_PGRAPH_STORED_FMT                             0x00400830
    205 #define NV04_PGRAPH_PATT_COLORRAM                          0x00400900
    206 #define NV20_PGRAPH_TILE(i)                                (0x00400900 + (i*16))
    207 #define NV20_PGRAPH_TLIMIT(i)                              (0x00400904 + (i*16))
    208 #define NV20_PGRAPH_TSIZE(i)                               (0x00400908 + (i*16))
    209 #define NV20_PGRAPH_TSTATUS(i)                             (0x0040090C + (i*16))
    210 #define NV20_PGRAPH_ZCOMP(i)                               (0x00400980 + 4*(i))
    211 #define NV41_PGRAPH_ZCOMP0(i)                              (0x004009c0 + 4*(i))
    212 #define NV10_PGRAPH_TILE(i)                                (0x00400B00 + (i*16))
    213 #define NV10_PGRAPH_TLIMIT(i)                              (0x00400B04 + (i*16))
    214 #define NV10_PGRAPH_TSIZE(i)                               (0x00400B08 + (i*16))
    215 #define NV10_PGRAPH_TSTATUS(i)                             (0x00400B0C + (i*16))
    216 #define NV04_PGRAPH_U_RAM                                  0x00400D00
    217 #define NV47_PGRAPH_TILE(i)                                (0x00400D00 + (i*16))
    218 #define NV47_PGRAPH_TLIMIT(i)                              (0x00400D04 + (i*16))
    219 #define NV47_PGRAPH_TSIZE(i)                               (0x00400D08 + (i*16))
    220 #define NV47_PGRAPH_TSTATUS(i)                             (0x00400D0C + (i*16))
    221 #define NV04_PGRAPH_V_RAM                                  0x00400D40
    222 #define NV04_PGRAPH_W_RAM                                  0x00400D80
    223 #define NV47_PGRAPH_ZCOMP0(i)                              (0x00400e00 + 4*(i))
    224 #define NV10_PGRAPH_COMBINER0_IN_ALPHA                     0x00400E40
    225 #define NV10_PGRAPH_COMBINER1_IN_ALPHA                     0x00400E44
    226 #define NV10_PGRAPH_COMBINER0_IN_RGB                       0x00400E48
    227 #define NV10_PGRAPH_COMBINER1_IN_RGB                       0x00400E4C
    228 #define NV10_PGRAPH_COMBINER_COLOR0                        0x00400E50
    229 #define NV10_PGRAPH_COMBINER_COLOR1                        0x00400E54
    230 #define NV10_PGRAPH_COMBINER0_OUT_ALPHA                    0x00400E58
    231 #define NV10_PGRAPH_COMBINER1_OUT_ALPHA                    0x00400E5C
    232 #define NV10_PGRAPH_COMBINER0_OUT_RGB                      0x00400E60
    233 #define NV10_PGRAPH_COMBINER1_OUT_RGB                      0x00400E64
    234 #define NV10_PGRAPH_COMBINER_FINAL0                        0x00400E68
    235 #define NV10_PGRAPH_COMBINER_FINAL1                        0x00400E6C
    236 #define NV10_PGRAPH_WINDOWCLIP_HORIZONTAL                  0x00400F00
    237 #define NV10_PGRAPH_WINDOWCLIP_VERTICAL                    0x00400F20
    238 #define NV10_PGRAPH_XFMODE0                                0x00400F40
    239 #define NV10_PGRAPH_XFMODE1                                0x00400F44
    240 #define NV10_PGRAPH_GLOBALSTATE0                           0x00400F48
    241 #define NV10_PGRAPH_GLOBALSTATE1                           0x00400F4C
    242 #define NV10_PGRAPH_PIPE_ADDRESS                           0x00400F50
    243 #define NV10_PGRAPH_PIPE_DATA                              0x00400F54
    244 #define NV04_PGRAPH_DMA_START_0                            0x00401000
    245 #define NV04_PGRAPH_DMA_START_1                            0x00401004
    246 #define NV04_PGRAPH_DMA_LENGTH                             0x00401008
    247 #define NV04_PGRAPH_DMA_MISC                               0x0040100C
    248 #define NV04_PGRAPH_DMA_DATA_0                             0x00401020
    249 #define NV04_PGRAPH_DMA_DATA_1                             0x00401024
    250 #define NV04_PGRAPH_DMA_RM                                 0x00401030
    251 #define NV04_PGRAPH_DMA_A_XLATE_INST                       0x00401040
    252 #define NV04_PGRAPH_DMA_A_CONTROL                          0x00401044
    253 #define NV04_PGRAPH_DMA_A_LIMIT                            0x00401048
    254 #define NV04_PGRAPH_DMA_A_TLB_PTE                          0x0040104C
    255 #define NV04_PGRAPH_DMA_A_TLB_TAG                          0x00401050
    256 #define NV04_PGRAPH_DMA_A_ADJ_OFFSET                       0x00401054
    257 #define NV04_PGRAPH_DMA_A_OFFSET                           0x00401058
    258 #define NV04_PGRAPH_DMA_A_SIZE                             0x0040105C
    259 #define NV04_PGRAPH_DMA_A_Y_SIZE                           0x00401060
    260 #define NV04_PGRAPH_DMA_B_XLATE_INST                       0x00401080
    261 #define NV04_PGRAPH_DMA_B_CONTROL                          0x00401084
    262 #define NV04_PGRAPH_DMA_B_LIMIT                            0x00401088
    263 #define NV04_PGRAPH_DMA_B_TLB_PTE                          0x0040108C
    264 #define NV04_PGRAPH_DMA_B_TLB_TAG                          0x00401090
    265 #define NV04_PGRAPH_DMA_B_ADJ_OFFSET                       0x00401094
    266 #define NV04_PGRAPH_DMA_B_OFFSET                           0x00401098
    267 #define NV04_PGRAPH_DMA_B_SIZE                             0x0040109C
    268 #define NV04_PGRAPH_DMA_B_Y_SIZE                           0x004010A0
    269 #define NV47_PGRAPH_ZCOMP1(i)                              (0x004068c0 + 4*(i))
    270 #define NV40_PGRAPH_TILE1(i)                               (0x00406900 + (i*16))
    271 #define NV40_PGRAPH_TLIMIT1(i)                             (0x00406904 + (i*16))
    272 #define NV40_PGRAPH_TSIZE1(i)                              (0x00406908 + (i*16))
    273 #define NV40_PGRAPH_TSTATUS1(i)                            (0x0040690C + (i*16))
    274 #define NV40_PGRAPH_ZCOMP1(i)                              (0x00406980 + 4*(i))
    275 #define NV41_PGRAPH_ZCOMP1(i)                              (0x004069c0 + 4*(i))
    276 
    277 #endif
    278