xref: /dragonfly/sys/dev/drm/radeon/cikd.h (revision 3f2dd94a)
157e252bfSMichael Neumann /*
257e252bfSMichael Neumann  * Copyright 2012 Advanced Micro Devices, Inc.
357e252bfSMichael Neumann  *
457e252bfSMichael Neumann  * Permission is hereby granted, free of charge, to any person obtaining a
557e252bfSMichael Neumann  * copy of this software and associated documentation files (the "Software"),
657e252bfSMichael Neumann  * to deal in the Software without restriction, including without limitation
757e252bfSMichael Neumann  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
857e252bfSMichael Neumann  * and/or sell copies of the Software, and to permit persons to whom the
957e252bfSMichael Neumann  * Software is furnished to do so, subject to the following conditions:
1057e252bfSMichael Neumann  *
1157e252bfSMichael Neumann  * The above copyright notice and this permission notice shall be included in
1257e252bfSMichael Neumann  * all copies or substantial portions of the Software.
1357e252bfSMichael Neumann  *
1457e252bfSMichael Neumann  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1557e252bfSMichael Neumann  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1657e252bfSMichael Neumann  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
1757e252bfSMichael Neumann  * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
1857e252bfSMichael Neumann  * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
1957e252bfSMichael Neumann  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2057e252bfSMichael Neumann  * OTHER DEALINGS IN THE SOFTWARE.
2157e252bfSMichael Neumann  *
2257e252bfSMichael Neumann  * Authors: Alex Deucher
2357e252bfSMichael Neumann  */
2457e252bfSMichael Neumann #ifndef CIK_H
2557e252bfSMichael Neumann #define CIK_H
2657e252bfSMichael Neumann 
2757e252bfSMichael Neumann #define BONAIRE_GB_ADDR_CONFIG_GOLDEN        0x12010001
28c6f73aabSFrançois Tigeot #define HAWAII_GB_ADDR_CONFIG_GOLDEN         0x12011003
2957e252bfSMichael Neumann 
3057e252bfSMichael Neumann #define CIK_RB_BITMAP_WIDTH_PER_SH     2
31c6f73aabSFrançois Tigeot #define HAWAII_RB_BITMAP_WIDTH_PER_SH  4
3257e252bfSMichael Neumann 
334cd92098Szrj /* DIDT IND registers */
344cd92098Szrj #define DIDT_SQ_CTRL0                                     0x0
354cd92098Szrj #       define DIDT_CTRL_EN                               (1 << 0)
364cd92098Szrj #define DIDT_DB_CTRL0                                     0x20
374cd92098Szrj #define DIDT_TD_CTRL0                                     0x40
384cd92098Szrj #define DIDT_TCP_CTRL0                                    0x60
3957e252bfSMichael Neumann 
404cd92098Szrj /* SMC IND registers */
414cd92098Szrj #define DPM_TABLE_475                                     0x3F768
424cd92098Szrj #       define SamuBootLevel(x)                           ((x) << 0)
434cd92098Szrj #       define SamuBootLevel_MASK                         0x000000ff
444cd92098Szrj #       define SamuBootLevel_SHIFT                        0
454cd92098Szrj #       define AcpBootLevel(x)                            ((x) << 8)
464cd92098Szrj #       define AcpBootLevel_MASK                          0x0000ff00
474cd92098Szrj #       define AcpBootLevel_SHIFT                         8
484cd92098Szrj #       define VceBootLevel(x)                            ((x) << 16)
494cd92098Szrj #       define VceBootLevel_MASK                          0x00ff0000
504cd92098Szrj #       define VceBootLevel_SHIFT                         16
514cd92098Szrj #       define UvdBootLevel(x)                            ((x) << 24)
524cd92098Szrj #       define UvdBootLevel_MASK                          0xff000000
534cd92098Szrj #       define UvdBootLevel_SHIFT                         24
544cd92098Szrj 
554cd92098Szrj #define FIRMWARE_FLAGS                                    0x3F800
564cd92098Szrj #       define INTERRUPTS_ENABLED                         (1 << 0)
574cd92098Szrj 
584cd92098Szrj #define NB_DPM_CONFIG_1                                   0x3F9E8
594cd92098Szrj #       define Dpm0PgNbPsLo(x)                            ((x) << 0)
604cd92098Szrj #       define Dpm0PgNbPsLo_MASK                          0x000000ff
614cd92098Szrj #       define Dpm0PgNbPsLo_SHIFT                         0
624cd92098Szrj #       define Dpm0PgNbPsHi(x)                            ((x) << 8)
634cd92098Szrj #       define Dpm0PgNbPsHi_MASK                          0x0000ff00
644cd92098Szrj #       define Dpm0PgNbPsHi_SHIFT                         8
654cd92098Szrj #       define DpmXNbPsLo(x)                              ((x) << 16)
664cd92098Szrj #       define DpmXNbPsLo_MASK                            0x00ff0000
674cd92098Szrj #       define DpmXNbPsLo_SHIFT                           16
684cd92098Szrj #       define DpmXNbPsHi(x)                              ((x) << 24)
694cd92098Szrj #       define DpmXNbPsHi_MASK                            0xff000000
704cd92098Szrj #       define DpmXNbPsHi_SHIFT                           24
714cd92098Szrj 
724cd92098Szrj #define	SMC_SYSCON_RESET_CNTL				0x80000000
734cd92098Szrj #       define RST_REG                                  (1 << 0)
744cd92098Szrj #define	SMC_SYSCON_CLOCK_CNTL_0				0x80000004
754cd92098Szrj #       define CK_DISABLE                               (1 << 0)
764cd92098Szrj #       define CKEN                                     (1 << 24)
774cd92098Szrj 
784cd92098Szrj #define	SMC_SYSCON_MISC_CNTL				0x80000010
794cd92098Szrj 
804cd92098Szrj #define SMC_SYSCON_MSG_ARG_0                              0x80000068
814cd92098Szrj 
824cd92098Szrj #define SMC_PC_C                                          0x80000370
834cd92098Szrj 
844cd92098Szrj #define SMC_SCRATCH9                                      0x80000424
854cd92098Szrj 
864cd92098Szrj #define RCU_UC_EVENTS                                     0xC0000004
874cd92098Szrj #       define BOOT_SEQ_DONE                              (1 << 7)
884cd92098Szrj 
894cd92098Szrj #define GENERAL_PWRMGT                                    0xC0200000
904cd92098Szrj #       define GLOBAL_PWRMGT_EN                           (1 << 0)
914cd92098Szrj #       define STATIC_PM_EN                               (1 << 1)
924cd92098Szrj #       define THERMAL_PROTECTION_DIS                     (1 << 2)
934cd92098Szrj #       define THERMAL_PROTECTION_TYPE                    (1 << 3)
944cd92098Szrj #       define SW_SMIO_INDEX(x)                           ((x) << 6)
954cd92098Szrj #       define SW_SMIO_INDEX_MASK                         (1 << 6)
964cd92098Szrj #       define SW_SMIO_INDEX_SHIFT                        6
974cd92098Szrj #       define VOLT_PWRMGT_EN                             (1 << 10)
984cd92098Szrj #       define GPU_COUNTER_CLK                            (1 << 15)
994cd92098Szrj #       define DYN_SPREAD_SPECTRUM_EN                     (1 << 23)
1004cd92098Szrj 
1014cd92098Szrj #define CNB_PWRMGT_CNTL                                   0xC0200004
1024cd92098Szrj #       define GNB_SLOW_MODE(x)                           ((x) << 0)
1034cd92098Szrj #       define GNB_SLOW_MODE_MASK                         (3 << 0)
1044cd92098Szrj #       define GNB_SLOW_MODE_SHIFT                        0
1054cd92098Szrj #       define GNB_SLOW                                   (1 << 2)
1064cd92098Szrj #       define FORCE_NB_PS1                               (1 << 3)
1074cd92098Szrj #       define DPM_ENABLED                                (1 << 4)
1084cd92098Szrj 
1094cd92098Szrj #define SCLK_PWRMGT_CNTL                                  0xC0200008
1104cd92098Szrj #       define SCLK_PWRMGT_OFF                            (1 << 0)
1114cd92098Szrj #       define RESET_BUSY_CNT                             (1 << 4)
1124cd92098Szrj #       define RESET_SCLK_CNT                             (1 << 5)
1134cd92098Szrj #       define DYNAMIC_PM_EN                              (1 << 21)
1144cd92098Szrj 
1154cd92098Szrj #define TARGET_AND_CURRENT_PROFILE_INDEX                  0xC0200014
1164cd92098Szrj #       define CURRENT_STATE_MASK                         (0xf << 4)
1174cd92098Szrj #       define CURRENT_STATE_SHIFT                        4
1184cd92098Szrj #       define CURR_MCLK_INDEX_MASK                       (0xf << 8)
1194cd92098Szrj #       define CURR_MCLK_INDEX_SHIFT                      8
1204cd92098Szrj #       define CURR_SCLK_INDEX_MASK                       (0x1f << 16)
1214cd92098Szrj #       define CURR_SCLK_INDEX_SHIFT                      16
1224cd92098Szrj 
1234cd92098Szrj #define CG_SSP                                            0xC0200044
1244cd92098Szrj #       define SST(x)                                     ((x) << 0)
1254cd92098Szrj #       define SST_MASK                                   (0xffff << 0)
1264cd92098Szrj #       define SSTU(x)                                    ((x) << 16)
1274cd92098Szrj #       define SSTU_MASK                                  (0xf << 16)
1284cd92098Szrj 
1294cd92098Szrj #define CG_DISPLAY_GAP_CNTL                               0xC0200060
1304cd92098Szrj #       define DISP_GAP(x)                                ((x) << 0)
1314cd92098Szrj #       define DISP_GAP_MASK                              (3 << 0)
1324cd92098Szrj #       define VBI_TIMER_COUNT(x)                         ((x) << 4)
1334cd92098Szrj #       define VBI_TIMER_COUNT_MASK                       (0x3fff << 4)
1344cd92098Szrj #       define VBI_TIMER_UNIT(x)                          ((x) << 20)
1354cd92098Szrj #       define VBI_TIMER_UNIT_MASK                        (7 << 20)
1364cd92098Szrj #       define DISP_GAP_MCHG(x)                           ((x) << 24)
1374cd92098Szrj #       define DISP_GAP_MCHG_MASK                         (3 << 24)
1384cd92098Szrj 
1394cd92098Szrj #define SMU_VOLTAGE_STATUS                                0xC0200094
1404cd92098Szrj #       define SMU_VOLTAGE_CURRENT_LEVEL_MASK             (0xff << 1)
1414cd92098Szrj #       define SMU_VOLTAGE_CURRENT_LEVEL_SHIFT            1
1424cd92098Szrj 
1434cd92098Szrj #define TARGET_AND_CURRENT_PROFILE_INDEX_1                0xC02000F0
1444cd92098Szrj #       define CURR_PCIE_INDEX_MASK                       (0xf << 24)
1454cd92098Szrj #       define CURR_PCIE_INDEX_SHIFT                      24
1464cd92098Szrj 
1474cd92098Szrj #define CG_ULV_PARAMETER                                  0xC0200158
1484cd92098Szrj 
1494cd92098Szrj #define CG_FTV_0                                          0xC02001A8
1504cd92098Szrj #define CG_FTV_1                                          0xC02001AC
1514cd92098Szrj #define CG_FTV_2                                          0xC02001B0
1524cd92098Szrj #define CG_FTV_3                                          0xC02001B4
1534cd92098Szrj #define CG_FTV_4                                          0xC02001B8
1544cd92098Szrj #define CG_FTV_5                                          0xC02001BC
1554cd92098Szrj #define CG_FTV_6                                          0xC02001C0
1564cd92098Szrj #define CG_FTV_7                                          0xC02001C4
1574cd92098Szrj 
1584cd92098Szrj #define CG_DISPLAY_GAP_CNTL2                              0xC0200230
1594cd92098Szrj 
1604cd92098Szrj #define LCAC_SX0_OVR_SEL                                  0xC0400D04
1614cd92098Szrj #define LCAC_SX0_OVR_VAL                                  0xC0400D08
1624cd92098Szrj 
1634cd92098Szrj #define LCAC_MC0_CNTL                                     0xC0400D30
1644cd92098Szrj #define LCAC_MC0_OVR_SEL                                  0xC0400D34
1654cd92098Szrj #define LCAC_MC0_OVR_VAL                                  0xC0400D38
1664cd92098Szrj #define LCAC_MC1_CNTL                                     0xC0400D3C
1674cd92098Szrj #define LCAC_MC1_OVR_SEL                                  0xC0400D40
1684cd92098Szrj #define LCAC_MC1_OVR_VAL                                  0xC0400D44
1694cd92098Szrj 
1704cd92098Szrj #define LCAC_MC2_OVR_SEL                                  0xC0400D4C
1714cd92098Szrj #define LCAC_MC2_OVR_VAL                                  0xC0400D50
1724cd92098Szrj 
1734cd92098Szrj #define LCAC_MC3_OVR_SEL                                  0xC0400D58
1744cd92098Szrj #define LCAC_MC3_OVR_VAL                                  0xC0400D5C
1754cd92098Szrj 
1764cd92098Szrj #define LCAC_CPL_CNTL                                     0xC0400D80
1774cd92098Szrj #define LCAC_CPL_OVR_SEL                                  0xC0400D84
1784cd92098Szrj #define LCAC_CPL_OVR_VAL                                  0xC0400D88
1794cd92098Szrj 
1804cd92098Szrj /* dGPU */
1814cd92098Szrj #define	CG_THERMAL_CTRL					0xC0300004
1824cd92098Szrj #define 	DPM_EVENT_SRC(x)			((x) << 0)
1834cd92098Szrj #define 	DPM_EVENT_SRC_MASK			(7 << 0)
1844cd92098Szrj #define		DIG_THERM_DPM(x)			((x) << 14)
1854cd92098Szrj #define		DIG_THERM_DPM_MASK			0x003FC000
1864cd92098Szrj #define		DIG_THERM_DPM_SHIFT			14
1877dcf36dcSFrançois Tigeot #define	CG_THERMAL_STATUS				0xC0300008
1887dcf36dcSFrançois Tigeot #define		FDO_PWM_DUTY(x)				((x) << 9)
1897dcf36dcSFrançois Tigeot #define		FDO_PWM_DUTY_MASK			(0xff << 9)
1907dcf36dcSFrançois Tigeot #define		FDO_PWM_DUTY_SHIFT			9
1914cd92098Szrj #define	CG_THERMAL_INT					0xC030000C
1924cd92098Szrj #define		CI_DIG_THERM_INTH(x)			((x) << 8)
1934cd92098Szrj #define		CI_DIG_THERM_INTH_MASK			0x0000FF00
1944cd92098Szrj #define		CI_DIG_THERM_INTH_SHIFT			8
1954cd92098Szrj #define		CI_DIG_THERM_INTL(x)			((x) << 16)
1964cd92098Szrj #define		CI_DIG_THERM_INTL_MASK			0x00FF0000
1974cd92098Szrj #define		CI_DIG_THERM_INTL_SHIFT			16
1984cd92098Szrj #define 	THERM_INT_MASK_HIGH			(1 << 24)
1994cd92098Szrj #define 	THERM_INT_MASK_LOW			(1 << 25)
2007dcf36dcSFrançois Tigeot #define	CG_MULT_THERMAL_CTRL				0xC0300010
2017dcf36dcSFrançois Tigeot #define		TEMP_SEL(x)				((x) << 20)
2027dcf36dcSFrançois Tigeot #define		TEMP_SEL_MASK				(0xff << 20)
2037dcf36dcSFrançois Tigeot #define		TEMP_SEL_SHIFT				20
2044cd92098Szrj #define	CG_MULT_THERMAL_STATUS				0xC0300014
2054cd92098Szrj #define		ASIC_MAX_TEMP(x)			((x) << 0)
2064cd92098Szrj #define		ASIC_MAX_TEMP_MASK			0x000001ff
2074cd92098Szrj #define		ASIC_MAX_TEMP_SHIFT			0
2084cd92098Szrj #define		CTF_TEMP(x)				((x) << 9)
2094cd92098Szrj #define		CTF_TEMP_MASK				0x0003fe00
2104cd92098Szrj #define		CTF_TEMP_SHIFT				9
2114cd92098Szrj 
2127dcf36dcSFrançois Tigeot #define	CG_FDO_CTRL0					0xC0300064
2137dcf36dcSFrançois Tigeot #define		FDO_STATIC_DUTY(x)			((x) << 0)
2147dcf36dcSFrançois Tigeot #define		FDO_STATIC_DUTY_MASK			0x000000FF
2157dcf36dcSFrançois Tigeot #define		FDO_STATIC_DUTY_SHIFT			0
2167dcf36dcSFrançois Tigeot #define	CG_FDO_CTRL1					0xC0300068
2177dcf36dcSFrançois Tigeot #define		FMAX_DUTY100(x)				((x) << 0)
2187dcf36dcSFrançois Tigeot #define		FMAX_DUTY100_MASK			0x000000FF
2197dcf36dcSFrançois Tigeot #define		FMAX_DUTY100_SHIFT			0
2207dcf36dcSFrançois Tigeot #define	CG_FDO_CTRL2					0xC030006C
2217dcf36dcSFrançois Tigeot #define		TMIN(x)					((x) << 0)
2227dcf36dcSFrançois Tigeot #define		TMIN_MASK				0x000000FF
2237dcf36dcSFrançois Tigeot #define		TMIN_SHIFT				0
2247dcf36dcSFrançois Tigeot #define		FDO_PWM_MODE(x)				((x) << 11)
2257dcf36dcSFrançois Tigeot #define		FDO_PWM_MODE_MASK			(7 << 11)
2267dcf36dcSFrançois Tigeot #define		FDO_PWM_MODE_SHIFT			11
2277dcf36dcSFrançois Tigeot #define		TACH_PWM_RESP_RATE(x)			((x) << 25)
2287dcf36dcSFrançois Tigeot #define		TACH_PWM_RESP_RATE_MASK			(0x7f << 25)
2297dcf36dcSFrançois Tigeot #define		TACH_PWM_RESP_RATE_SHIFT		25
2307dcf36dcSFrançois Tigeot #define CG_TACH_CTRL                                    0xC0300070
2317dcf36dcSFrançois Tigeot #       define EDGE_PER_REV(x)                          ((x) << 0)
2327dcf36dcSFrançois Tigeot #       define EDGE_PER_REV_MASK                        (0x7 << 0)
2337dcf36dcSFrançois Tigeot #       define EDGE_PER_REV_SHIFT                       0
2347dcf36dcSFrançois Tigeot #       define TARGET_PERIOD(x)                         ((x) << 3)
2357dcf36dcSFrançois Tigeot #       define TARGET_PERIOD_MASK                       0xfffffff8
2367dcf36dcSFrançois Tigeot #       define TARGET_PERIOD_SHIFT                      3
2377dcf36dcSFrançois Tigeot #define CG_TACH_STATUS                                  0xC0300074
2387dcf36dcSFrançois Tigeot #       define TACH_PERIOD(x)                           ((x) << 0)
2397dcf36dcSFrançois Tigeot #       define TACH_PERIOD_MASK                         0xffffffff
2407dcf36dcSFrançois Tigeot #       define TACH_PERIOD_SHIFT                        0
2417dcf36dcSFrançois Tigeot 
242c6f73aabSFrançois Tigeot #define CG_ECLK_CNTL                                    0xC05000AC
243c6f73aabSFrançois Tigeot #       define ECLK_DIVIDER_MASK                        0x7f
244c6f73aabSFrançois Tigeot #       define ECLK_DIR_CNTL_EN                         (1 << 8)
245c6f73aabSFrançois Tigeot #define CG_ECLK_STATUS                                  0xC05000B0
246c6f73aabSFrançois Tigeot #       define ECLK_STATUS                              (1 << 0)
247c6f73aabSFrançois Tigeot 
2484cd92098Szrj #define	CG_SPLL_FUNC_CNTL				0xC0500140
2494cd92098Szrj #define		SPLL_RESET				(1 << 0)
2504cd92098Szrj #define		SPLL_PWRON				(1 << 1)
2514cd92098Szrj #define		SPLL_BYPASS_EN				(1 << 3)
2524cd92098Szrj #define		SPLL_REF_DIV(x)				((x) << 5)
2534cd92098Szrj #define		SPLL_REF_DIV_MASK			(0x3f << 5)
2544cd92098Szrj #define		SPLL_PDIV_A(x)				((x) << 20)
2554cd92098Szrj #define		SPLL_PDIV_A_MASK			(0x7f << 20)
2564cd92098Szrj #define		SPLL_PDIV_A_SHIFT			20
2574cd92098Szrj #define	CG_SPLL_FUNC_CNTL_2				0xC0500144
2584cd92098Szrj #define		SCLK_MUX_SEL(x)				((x) << 0)
2594cd92098Szrj #define		SCLK_MUX_SEL_MASK			(0x1ff << 0)
2604cd92098Szrj #define	CG_SPLL_FUNC_CNTL_3				0xC0500148
2614cd92098Szrj #define		SPLL_FB_DIV(x)				((x) << 0)
2624cd92098Szrj #define		SPLL_FB_DIV_MASK			(0x3ffffff << 0)
2634cd92098Szrj #define		SPLL_FB_DIV_SHIFT			0
2644cd92098Szrj #define		SPLL_DITHEN				(1 << 28)
2654cd92098Szrj #define	CG_SPLL_FUNC_CNTL_4				0xC050014C
2664cd92098Szrj 
2674cd92098Szrj #define	CG_SPLL_SPREAD_SPECTRUM				0xC0500164
2684cd92098Szrj #define		SSEN					(1 << 0)
2694cd92098Szrj #define		CLK_S(x)				((x) << 4)
2704cd92098Szrj #define		CLK_S_MASK				(0xfff << 4)
2714cd92098Szrj #define		CLK_S_SHIFT				4
2724cd92098Szrj #define	CG_SPLL_SPREAD_SPECTRUM_2			0xC0500168
2734cd92098Szrj #define		CLK_V(x)				((x) << 0)
2744cd92098Szrj #define		CLK_V_MASK				(0x3ffffff << 0)
2754cd92098Szrj #define		CLK_V_SHIFT				0
2764cd92098Szrj 
2774cd92098Szrj #define	MPLL_BYPASSCLK_SEL				0xC050019C
2784cd92098Szrj #	define MPLL_CLKOUT_SEL(x)			((x) << 8)
2794cd92098Szrj #	define MPLL_CLKOUT_SEL_MASK			0xFF00
28057e252bfSMichael Neumann #define CG_CLKPIN_CNTL                                    0xC05001A0
28157e252bfSMichael Neumann #       define XTALIN_DIVIDE                              (1 << 1)
2824cd92098Szrj #       define BCLK_AS_XCLK                               (1 << 2)
2834cd92098Szrj #define CG_CLKPIN_CNTL_2                                  0xC05001A4
2844cd92098Szrj #       define FORCE_BIF_REFCLK_EN                        (1 << 3)
2854cd92098Szrj #       define MUX_TCLK_TO_XCLK                           (1 << 8)
2864cd92098Szrj #define	THM_CLK_CNTL					0xC05001A8
2874cd92098Szrj #	define CMON_CLK_SEL(x)				((x) << 0)
2884cd92098Szrj #	define CMON_CLK_SEL_MASK			0xFF
2894cd92098Szrj #	define TMON_CLK_SEL(x)				((x) << 8)
2904cd92098Szrj #	define TMON_CLK_SEL_MASK			0xFF00
2914cd92098Szrj #define	MISC_CLK_CTRL					0xC05001AC
2924cd92098Szrj #	define DEEP_SLEEP_CLK_SEL(x)			((x) << 0)
2934cd92098Szrj #	define DEEP_SLEEP_CLK_SEL_MASK			0xFF
2944cd92098Szrj #	define ZCLK_SEL(x)				((x) << 8)
2954cd92098Szrj #	define ZCLK_SEL_MASK				0xFF00
29657e252bfSMichael Neumann 
2974cd92098Szrj /* KV/KB */
2984cd92098Szrj #define	CG_THERMAL_INT_CTRL				0xC2100028
2994cd92098Szrj #define		DIG_THERM_INTH(x)			((x) << 0)
3004cd92098Szrj #define		DIG_THERM_INTH_MASK			0x000000FF
3014cd92098Szrj #define		DIG_THERM_INTH_SHIFT			0
3024cd92098Szrj #define		DIG_THERM_INTL(x)			((x) << 8)
3034cd92098Szrj #define		DIG_THERM_INTL_MASK			0x0000FF00
3044cd92098Szrj #define		DIG_THERM_INTL_SHIFT			8
3054cd92098Szrj #define 	THERM_INTH_MASK				(1 << 24)
3064cd92098Szrj #define 	THERM_INTL_MASK				(1 << 25)
3074cd92098Szrj 
3084cd92098Szrj /* PCIE registers idx/data 0x38/0x3c */
3094cd92098Szrj #define PB0_PIF_PWRDOWN_0                                 0x1100012 /* PCIE */
3104cd92098Szrj #       define PLL_POWER_STATE_IN_TXS2_0(x)               ((x) << 7)
3114cd92098Szrj #       define PLL_POWER_STATE_IN_TXS2_0_MASK             (0x7 << 7)
3124cd92098Szrj #       define PLL_POWER_STATE_IN_TXS2_0_SHIFT            7
3134cd92098Szrj #       define PLL_POWER_STATE_IN_OFF_0(x)                ((x) << 10)
3144cd92098Szrj #       define PLL_POWER_STATE_IN_OFF_0_MASK              (0x7 << 10)
3154cd92098Szrj #       define PLL_POWER_STATE_IN_OFF_0_SHIFT             10
3164cd92098Szrj #       define PLL_RAMP_UP_TIME_0(x)                      ((x) << 24)
3174cd92098Szrj #       define PLL_RAMP_UP_TIME_0_MASK                    (0x7 << 24)
3184cd92098Szrj #       define PLL_RAMP_UP_TIME_0_SHIFT                   24
3194cd92098Szrj #define PB0_PIF_PWRDOWN_1                                 0x1100013 /* PCIE */
3204cd92098Szrj #       define PLL_POWER_STATE_IN_TXS2_1(x)               ((x) << 7)
3214cd92098Szrj #       define PLL_POWER_STATE_IN_TXS2_1_MASK             (0x7 << 7)
3224cd92098Szrj #       define PLL_POWER_STATE_IN_TXS2_1_SHIFT            7
3234cd92098Szrj #       define PLL_POWER_STATE_IN_OFF_1(x)                ((x) << 10)
3244cd92098Szrj #       define PLL_POWER_STATE_IN_OFF_1_MASK              (0x7 << 10)
3254cd92098Szrj #       define PLL_POWER_STATE_IN_OFF_1_SHIFT             10
3264cd92098Szrj #       define PLL_RAMP_UP_TIME_1(x)                      ((x) << 24)
3274cd92098Szrj #       define PLL_RAMP_UP_TIME_1_MASK                    (0x7 << 24)
3284cd92098Szrj #       define PLL_RAMP_UP_TIME_1_SHIFT                   24
3294cd92098Szrj 
3304cd92098Szrj #define PCIE_CNTL2                                        0x1001001c /* PCIE */
3314cd92098Szrj #       define SLV_MEM_LS_EN                              (1 << 16)
3324cd92098Szrj #       define SLV_MEM_AGGRESSIVE_LS_EN                   (1 << 17)
3334cd92098Szrj #       define MST_MEM_LS_EN                              (1 << 18)
3344cd92098Szrj #       define REPLAY_MEM_LS_EN                           (1 << 19)
3354cd92098Szrj 
3364cd92098Szrj #define PCIE_LC_STATUS1                                   0x1400028 /* PCIE */
3374cd92098Szrj #       define LC_REVERSE_RCVR                            (1 << 0)
3384cd92098Szrj #       define LC_REVERSE_XMIT                            (1 << 1)
3394cd92098Szrj #       define LC_OPERATING_LINK_WIDTH_MASK               (0x7 << 2)
3404cd92098Szrj #       define LC_OPERATING_LINK_WIDTH_SHIFT              2
3414cd92098Szrj #       define LC_DETECTED_LINK_WIDTH_MASK                (0x7 << 5)
3424cd92098Szrj #       define LC_DETECTED_LINK_WIDTH_SHIFT               5
3434cd92098Szrj 
3444cd92098Szrj #define PCIE_P_CNTL                                       0x1400040 /* PCIE */
3454cd92098Szrj #       define P_IGNORE_EDB_ERR                           (1 << 6)
3464cd92098Szrj 
3474cd92098Szrj #define PB1_PIF_PWRDOWN_0                                 0x2100012 /* PCIE */
3484cd92098Szrj #define PB1_PIF_PWRDOWN_1                                 0x2100013 /* PCIE */
3494cd92098Szrj 
3504cd92098Szrj #define PCIE_LC_CNTL                                      0x100100A0 /* PCIE */
3514cd92098Szrj #       define LC_L0S_INACTIVITY(x)                       ((x) << 8)
3524cd92098Szrj #       define LC_L0S_INACTIVITY_MASK                     (0xf << 8)
3534cd92098Szrj #       define LC_L0S_INACTIVITY_SHIFT                    8
3544cd92098Szrj #       define LC_L1_INACTIVITY(x)                        ((x) << 12)
3554cd92098Szrj #       define LC_L1_INACTIVITY_MASK                      (0xf << 12)
3564cd92098Szrj #       define LC_L1_INACTIVITY_SHIFT                     12
3574cd92098Szrj #       define LC_PMI_TO_L1_DIS                           (1 << 16)
3584cd92098Szrj #       define LC_ASPM_TO_L1_DIS                          (1 << 24)
3594cd92098Szrj 
3604cd92098Szrj #define PCIE_LC_LINK_WIDTH_CNTL                           0x100100A2 /* PCIE */
3614cd92098Szrj #       define LC_LINK_WIDTH_SHIFT                        0
3624cd92098Szrj #       define LC_LINK_WIDTH_MASK                         0x7
3634cd92098Szrj #       define LC_LINK_WIDTH_X0                           0
3644cd92098Szrj #       define LC_LINK_WIDTH_X1                           1
3654cd92098Szrj #       define LC_LINK_WIDTH_X2                           2
3664cd92098Szrj #       define LC_LINK_WIDTH_X4                           3
3674cd92098Szrj #       define LC_LINK_WIDTH_X8                           4
3684cd92098Szrj #       define LC_LINK_WIDTH_X16                          6
3694cd92098Szrj #       define LC_LINK_WIDTH_RD_SHIFT                     4
3704cd92098Szrj #       define LC_LINK_WIDTH_RD_MASK                      0x70
3714cd92098Szrj #       define LC_RECONFIG_ARC_MISSING_ESCAPE             (1 << 7)
3724cd92098Szrj #       define LC_RECONFIG_NOW                            (1 << 8)
3734cd92098Szrj #       define LC_RENEGOTIATION_SUPPORT                   (1 << 9)
3744cd92098Szrj #       define LC_RENEGOTIATE_EN                          (1 << 10)
3754cd92098Szrj #       define LC_SHORT_RECONFIG_EN                       (1 << 11)
3764cd92098Szrj #       define LC_UPCONFIGURE_SUPPORT                     (1 << 12)
3774cd92098Szrj #       define LC_UPCONFIGURE_DIS                         (1 << 13)
3784cd92098Szrj #       define LC_DYN_LANES_PWR_STATE(x)                  ((x) << 21)
3794cd92098Szrj #       define LC_DYN_LANES_PWR_STATE_MASK                (0x3 << 21)
3804cd92098Szrj #       define LC_DYN_LANES_PWR_STATE_SHIFT               21
3814cd92098Szrj #define PCIE_LC_N_FTS_CNTL                                0x100100a3 /* PCIE */
3824cd92098Szrj #       define LC_XMIT_N_FTS(x)                           ((x) << 0)
3834cd92098Szrj #       define LC_XMIT_N_FTS_MASK                         (0xff << 0)
3844cd92098Szrj #       define LC_XMIT_N_FTS_SHIFT                        0
3854cd92098Szrj #       define LC_XMIT_N_FTS_OVERRIDE_EN                  (1 << 8)
3864cd92098Szrj #       define LC_N_FTS_MASK                              (0xff << 24)
3874cd92098Szrj #define PCIE_LC_SPEED_CNTL                                0x100100A4 /* PCIE */
3884cd92098Szrj #       define LC_GEN2_EN_STRAP                           (1 << 0)
3894cd92098Szrj #       define LC_GEN3_EN_STRAP                           (1 << 1)
3904cd92098Szrj #       define LC_TARGET_LINK_SPEED_OVERRIDE_EN           (1 << 2)
3914cd92098Szrj #       define LC_TARGET_LINK_SPEED_OVERRIDE_MASK         (0x3 << 3)
3924cd92098Szrj #       define LC_TARGET_LINK_SPEED_OVERRIDE_SHIFT        3
3934cd92098Szrj #       define LC_FORCE_EN_SW_SPEED_CHANGE                (1 << 5)
3944cd92098Szrj #       define LC_FORCE_DIS_SW_SPEED_CHANGE               (1 << 6)
3954cd92098Szrj #       define LC_FORCE_EN_HW_SPEED_CHANGE                (1 << 7)
3964cd92098Szrj #       define LC_FORCE_DIS_HW_SPEED_CHANGE               (1 << 8)
3974cd92098Szrj #       define LC_INITIATE_LINK_SPEED_CHANGE              (1 << 9)
3984cd92098Szrj #       define LC_SPEED_CHANGE_ATTEMPTS_ALLOWED_MASK      (0x3 << 10)
3994cd92098Szrj #       define LC_SPEED_CHANGE_ATTEMPTS_ALLOWED_SHIFT     10
4004cd92098Szrj #       define LC_CURRENT_DATA_RATE_MASK                  (0x3 << 13) /* 0/1/2 = gen1/2/3 */
4014cd92098Szrj #       define LC_CURRENT_DATA_RATE_SHIFT                 13
4024cd92098Szrj #       define LC_CLR_FAILED_SPD_CHANGE_CNT               (1 << 16)
4034cd92098Szrj #       define LC_OTHER_SIDE_EVER_SENT_GEN2               (1 << 18)
4044cd92098Szrj #       define LC_OTHER_SIDE_SUPPORTS_GEN2                (1 << 19)
4054cd92098Szrj #       define LC_OTHER_SIDE_EVER_SENT_GEN3               (1 << 20)
4064cd92098Szrj #       define LC_OTHER_SIDE_SUPPORTS_GEN3                (1 << 21)
4074cd92098Szrj 
4084cd92098Szrj #define PCIE_LC_CNTL2                                     0x100100B1 /* PCIE */
4094cd92098Szrj #       define LC_ALLOW_PDWN_IN_L1                        (1 << 17)
4104cd92098Szrj #       define LC_ALLOW_PDWN_IN_L23                       (1 << 18)
4114cd92098Szrj 
4124cd92098Szrj #define PCIE_LC_CNTL3                                     0x100100B5 /* PCIE */
4134cd92098Szrj #       define LC_GO_TO_RECOVERY                          (1 << 30)
4144cd92098Szrj #define PCIE_LC_CNTL4                                     0x100100B6 /* PCIE */
4154cd92098Szrj #       define LC_REDO_EQ                                 (1 << 5)
4164cd92098Szrj #       define LC_SET_QUIESCE                             (1 << 13)
4174cd92098Szrj 
4184cd92098Szrj /* direct registers */
41957e252bfSMichael Neumann #define PCIE_INDEX  					0x38
42057e252bfSMichael Neumann #define PCIE_DATA  					0x3C
42157e252bfSMichael Neumann 
4224cd92098Szrj #define SMC_IND_INDEX_0  				0x200
4234cd92098Szrj #define SMC_IND_DATA_0  				0x204
4244cd92098Szrj 
4254cd92098Szrj #define SMC_IND_ACCESS_CNTL  				0x240
4264cd92098Szrj #define		AUTO_INCREMENT_IND_0			(1 << 0)
4274cd92098Szrj 
4284cd92098Szrj #define SMC_MESSAGE_0  					0x250
4294cd92098Szrj #define		SMC_MSG_MASK				0xffff
4304cd92098Szrj #define SMC_RESP_0  					0x254
4314cd92098Szrj #define		SMC_RESP_MASK				0xffff
4324cd92098Szrj 
4334cd92098Szrj #define SMC_MSG_ARG_0  					0x290
4344cd92098Szrj 
43557e252bfSMichael Neumann #define VGA_HDP_CONTROL  				0x328
43657e252bfSMichael Neumann #define		VGA_MEMORY_DISABLE				(1 << 4)
43757e252bfSMichael Neumann 
43857e252bfSMichael Neumann #define DMIF_ADDR_CALC  				0xC00
43957e252bfSMichael Neumann 
4404cd92098Szrj #define	PIPE0_DMIF_BUFFER_CONTROL			  0x0ca0
4414cd92098Szrj #       define DMIF_BUFFERS_ALLOCATED(x)                  ((x) << 0)
4424cd92098Szrj #       define DMIF_BUFFERS_ALLOCATED_COMPLETED           (1 << 4)
4434cd92098Szrj 
44457e252bfSMichael Neumann #define	SRBM_GFX_CNTL				        0xE44
44557e252bfSMichael Neumann #define		PIPEID(x)					((x) << 0)
44657e252bfSMichael Neumann #define		MEID(x)						((x) << 2)
44757e252bfSMichael Neumann #define		VMID(x)						((x) << 4)
44857e252bfSMichael Neumann #define		QUEUEID(x)					((x) << 8)
44957e252bfSMichael Neumann 
45057e252bfSMichael Neumann #define	SRBM_STATUS2				        0xE4C
45157e252bfSMichael Neumann #define		SDMA_BUSY 				(1 << 5)
45257e252bfSMichael Neumann #define		SDMA1_BUSY 				(1 << 6)
45357e252bfSMichael Neumann #define	SRBM_STATUS				        0xE50
45457e252bfSMichael Neumann #define		UVD_RQ_PENDING 				(1 << 1)
45557e252bfSMichael Neumann #define		GRBM_RQ_PENDING 			(1 << 5)
45657e252bfSMichael Neumann #define		VMC_BUSY 				(1 << 8)
45757e252bfSMichael Neumann #define		MCB_BUSY 				(1 << 9)
45857e252bfSMichael Neumann #define		MCB_NON_DISPLAY_BUSY 			(1 << 10)
45957e252bfSMichael Neumann #define		MCC_BUSY 				(1 << 11)
46057e252bfSMichael Neumann #define		MCD_BUSY 				(1 << 12)
46157e252bfSMichael Neumann #define		SEM_BUSY 				(1 << 14)
46257e252bfSMichael Neumann #define		IH_BUSY 				(1 << 17)
46357e252bfSMichael Neumann #define		UVD_BUSY 				(1 << 19)
46457e252bfSMichael Neumann 
46557e252bfSMichael Neumann #define	SRBM_SOFT_RESET				        0xE60
46657e252bfSMichael Neumann #define		SOFT_RESET_BIF				(1 << 1)
46757e252bfSMichael Neumann #define		SOFT_RESET_R0PLL			(1 << 4)
46857e252bfSMichael Neumann #define		SOFT_RESET_DC				(1 << 5)
46957e252bfSMichael Neumann #define		SOFT_RESET_SDMA1			(1 << 6)
47057e252bfSMichael Neumann #define		SOFT_RESET_GRBM				(1 << 8)
47157e252bfSMichael Neumann #define		SOFT_RESET_HDP				(1 << 9)
47257e252bfSMichael Neumann #define		SOFT_RESET_IH				(1 << 10)
47357e252bfSMichael Neumann #define		SOFT_RESET_MC				(1 << 11)
47457e252bfSMichael Neumann #define		SOFT_RESET_ROM				(1 << 14)
47557e252bfSMichael Neumann #define		SOFT_RESET_SEM				(1 << 15)
47657e252bfSMichael Neumann #define		SOFT_RESET_VMC				(1 << 17)
47757e252bfSMichael Neumann #define		SOFT_RESET_SDMA				(1 << 20)
47857e252bfSMichael Neumann #define		SOFT_RESET_TST				(1 << 21)
47957e252bfSMichael Neumann #define		SOFT_RESET_REGBB		       	(1 << 22)
48057e252bfSMichael Neumann #define		SOFT_RESET_ORB				(1 << 23)
48157e252bfSMichael Neumann #define		SOFT_RESET_VCE				(1 << 24)
48257e252bfSMichael Neumann 
483c59a5c48SFrançois Tigeot #define SRBM_READ_ERROR					0xE98
484c59a5c48SFrançois Tigeot #define SRBM_INT_CNTL					0xEA0
485c59a5c48SFrançois Tigeot #define SRBM_INT_ACK					0xEA8
486c59a5c48SFrançois Tigeot 
48757e252bfSMichael Neumann #define VM_L2_CNTL					0x1400
48857e252bfSMichael Neumann #define		ENABLE_L2_CACHE					(1 << 0)
48957e252bfSMichael Neumann #define		ENABLE_L2_FRAGMENT_PROCESSING			(1 << 1)
49057e252bfSMichael Neumann #define		L2_CACHE_PTE_ENDIAN_SWAP_MODE(x)		((x) << 2)
49157e252bfSMichael Neumann #define		L2_CACHE_PDE_ENDIAN_SWAP_MODE(x)		((x) << 4)
49257e252bfSMichael Neumann #define		ENABLE_L2_PTE_CACHE_LRU_UPDATE_BY_WRITE		(1 << 9)
49357e252bfSMichael Neumann #define		ENABLE_L2_PDE0_CACHE_LRU_UPDATE_BY_WRITE	(1 << 10)
49457e252bfSMichael Neumann #define		EFFECTIVE_L2_QUEUE_SIZE(x)			(((x) & 7) << 15)
49557e252bfSMichael Neumann #define		CONTEXT1_IDENTITY_ACCESS_MODE(x)		(((x) & 3) << 19)
49657e252bfSMichael Neumann #define VM_L2_CNTL2					0x1404
49757e252bfSMichael Neumann #define		INVALIDATE_ALL_L1_TLBS				(1 << 0)
49857e252bfSMichael Neumann #define		INVALIDATE_L2_CACHE				(1 << 1)
49957e252bfSMichael Neumann #define		INVALIDATE_CACHE_MODE(x)			((x) << 26)
50057e252bfSMichael Neumann #define			INVALIDATE_PTE_AND_PDE_CACHES		0
50157e252bfSMichael Neumann #define			INVALIDATE_ONLY_PTE_CACHES		1
50257e252bfSMichael Neumann #define			INVALIDATE_ONLY_PDE_CACHES		2
50357e252bfSMichael Neumann #define VM_L2_CNTL3					0x1408
50457e252bfSMichael Neumann #define		BANK_SELECT(x)					((x) << 0)
50557e252bfSMichael Neumann #define		L2_CACHE_UPDATE_MODE(x)				((x) << 6)
50657e252bfSMichael Neumann #define		L2_CACHE_BIGK_FRAGMENT_SIZE(x)			((x) << 15)
50757e252bfSMichael Neumann #define		L2_CACHE_BIGK_ASSOCIATIVITY			(1 << 20)
50857e252bfSMichael Neumann #define	VM_L2_STATUS					0x140C
50957e252bfSMichael Neumann #define		L2_BUSY						(1 << 0)
51057e252bfSMichael Neumann #define VM_CONTEXT0_CNTL				0x1410
51157e252bfSMichael Neumann #define		ENABLE_CONTEXT					(1 << 0)
51257e252bfSMichael Neumann #define		PAGE_TABLE_DEPTH(x)				(((x) & 3) << 1)
51357e252bfSMichael Neumann #define		RANGE_PROTECTION_FAULT_ENABLE_INTERRUPT		(1 << 3)
51457e252bfSMichael Neumann #define		RANGE_PROTECTION_FAULT_ENABLE_DEFAULT		(1 << 4)
51557e252bfSMichael Neumann #define		DUMMY_PAGE_PROTECTION_FAULT_ENABLE_INTERRUPT	(1 << 6)
51657e252bfSMichael Neumann #define		DUMMY_PAGE_PROTECTION_FAULT_ENABLE_DEFAULT	(1 << 7)
51757e252bfSMichael Neumann #define		PDE0_PROTECTION_FAULT_ENABLE_INTERRUPT		(1 << 9)
51857e252bfSMichael Neumann #define		PDE0_PROTECTION_FAULT_ENABLE_DEFAULT		(1 << 10)
51957e252bfSMichael Neumann #define		VALID_PROTECTION_FAULT_ENABLE_INTERRUPT		(1 << 12)
52057e252bfSMichael Neumann #define		VALID_PROTECTION_FAULT_ENABLE_DEFAULT		(1 << 13)
52157e252bfSMichael Neumann #define		READ_PROTECTION_FAULT_ENABLE_INTERRUPT		(1 << 15)
52257e252bfSMichael Neumann #define		READ_PROTECTION_FAULT_ENABLE_DEFAULT		(1 << 16)
52357e252bfSMichael Neumann #define		WRITE_PROTECTION_FAULT_ENABLE_INTERRUPT		(1 << 18)
52457e252bfSMichael Neumann #define		WRITE_PROTECTION_FAULT_ENABLE_DEFAULT		(1 << 19)
525c6f73aabSFrançois Tigeot #define		PAGE_TABLE_BLOCK_SIZE(x)			(((x) & 0xF) << 24)
52657e252bfSMichael Neumann #define VM_CONTEXT1_CNTL				0x1414
52757e252bfSMichael Neumann #define VM_CONTEXT0_CNTL2				0x1430
52857e252bfSMichael Neumann #define VM_CONTEXT1_CNTL2				0x1434
52957e252bfSMichael Neumann #define	VM_CONTEXT8_PAGE_TABLE_BASE_ADDR		0x1438
53057e252bfSMichael Neumann #define	VM_CONTEXT9_PAGE_TABLE_BASE_ADDR		0x143c
53157e252bfSMichael Neumann #define	VM_CONTEXT10_PAGE_TABLE_BASE_ADDR		0x1440
53257e252bfSMichael Neumann #define	VM_CONTEXT11_PAGE_TABLE_BASE_ADDR		0x1444
53357e252bfSMichael Neumann #define	VM_CONTEXT12_PAGE_TABLE_BASE_ADDR		0x1448
53457e252bfSMichael Neumann #define	VM_CONTEXT13_PAGE_TABLE_BASE_ADDR		0x144c
53557e252bfSMichael Neumann #define	VM_CONTEXT14_PAGE_TABLE_BASE_ADDR		0x1450
53657e252bfSMichael Neumann #define	VM_CONTEXT15_PAGE_TABLE_BASE_ADDR		0x1454
53757e252bfSMichael Neumann 
53857e252bfSMichael Neumann #define VM_INVALIDATE_REQUEST				0x1478
53957e252bfSMichael Neumann #define VM_INVALIDATE_RESPONSE				0x147c
54057e252bfSMichael Neumann 
54157e252bfSMichael Neumann #define	VM_CONTEXT1_PROTECTION_FAULT_STATUS		0x14DC
54257e252bfSMichael Neumann #define		PROTECTIONS_MASK			(0xf << 0)
54357e252bfSMichael Neumann #define		PROTECTIONS_SHIFT			0
54457e252bfSMichael Neumann 		/* bit 0: range
54557e252bfSMichael Neumann 		 * bit 1: pde0
54657e252bfSMichael Neumann 		 * bit 2: valid
54757e252bfSMichael Neumann 		 * bit 3: read
54857e252bfSMichael Neumann 		 * bit 4: write
54957e252bfSMichael Neumann 		 */
55057e252bfSMichael Neumann #define		MEMORY_CLIENT_ID_MASK			(0xff << 12)
551c6f73aabSFrançois Tigeot #define		HAWAII_MEMORY_CLIENT_ID_MASK		(0x1ff << 12)
55257e252bfSMichael Neumann #define		MEMORY_CLIENT_ID_SHIFT			12
55357e252bfSMichael Neumann #define		MEMORY_CLIENT_RW_MASK			(1 << 24)
55457e252bfSMichael Neumann #define		MEMORY_CLIENT_RW_SHIFT			24
55557e252bfSMichael Neumann #define		FAULT_VMID_MASK				(0xf << 25)
55657e252bfSMichael Neumann #define		FAULT_VMID_SHIFT			25
55757e252bfSMichael Neumann 
55857e252bfSMichael Neumann #define	VM_CONTEXT1_PROTECTION_FAULT_MCCLIENT		0x14E4
55957e252bfSMichael Neumann 
56057e252bfSMichael Neumann #define	VM_CONTEXT1_PROTECTION_FAULT_ADDR		0x14FC
56157e252bfSMichael Neumann 
56257e252bfSMichael Neumann #define VM_CONTEXT0_PROTECTION_FAULT_DEFAULT_ADDR	0x1518
56357e252bfSMichael Neumann #define VM_CONTEXT1_PROTECTION_FAULT_DEFAULT_ADDR	0x151c
56457e252bfSMichael Neumann 
56557e252bfSMichael Neumann #define	VM_CONTEXT0_PAGE_TABLE_BASE_ADDR		0x153c
56657e252bfSMichael Neumann #define	VM_CONTEXT1_PAGE_TABLE_BASE_ADDR		0x1540
56757e252bfSMichael Neumann #define	VM_CONTEXT2_PAGE_TABLE_BASE_ADDR		0x1544
56857e252bfSMichael Neumann #define	VM_CONTEXT3_PAGE_TABLE_BASE_ADDR		0x1548
56957e252bfSMichael Neumann #define	VM_CONTEXT4_PAGE_TABLE_BASE_ADDR		0x154c
57057e252bfSMichael Neumann #define	VM_CONTEXT5_PAGE_TABLE_BASE_ADDR		0x1550
57157e252bfSMichael Neumann #define	VM_CONTEXT6_PAGE_TABLE_BASE_ADDR		0x1554
57257e252bfSMichael Neumann #define	VM_CONTEXT7_PAGE_TABLE_BASE_ADDR		0x1558
57357e252bfSMichael Neumann #define	VM_CONTEXT0_PAGE_TABLE_START_ADDR		0x155c
57457e252bfSMichael Neumann #define	VM_CONTEXT1_PAGE_TABLE_START_ADDR		0x1560
57557e252bfSMichael Neumann 
57657e252bfSMichael Neumann #define	VM_CONTEXT0_PAGE_TABLE_END_ADDR			0x157C
57757e252bfSMichael Neumann #define	VM_CONTEXT1_PAGE_TABLE_END_ADDR			0x1580
57857e252bfSMichael Neumann 
5794cd92098Szrj #define VM_L2_CG           				0x15c0
5804cd92098Szrj #define		MC_CG_ENABLE				(1 << 18)
5814cd92098Szrj #define		MC_LS_ENABLE				(1 << 19)
5824cd92098Szrj 
58357e252bfSMichael Neumann #define MC_SHARED_CHMAP						0x2004
58457e252bfSMichael Neumann #define		NOOFCHAN_SHIFT					12
58557e252bfSMichael Neumann #define		NOOFCHAN_MASK					0x0000f000
58657e252bfSMichael Neumann #define MC_SHARED_CHREMAP					0x2008
58757e252bfSMichael Neumann 
58857e252bfSMichael Neumann #define CHUB_CONTROL					0x1864
58957e252bfSMichael Neumann #define		BYPASS_VM					(1 << 0)
59057e252bfSMichael Neumann 
59157e252bfSMichael Neumann #define	MC_VM_FB_LOCATION				0x2024
59257e252bfSMichael Neumann #define	MC_VM_AGP_TOP					0x2028
59357e252bfSMichael Neumann #define	MC_VM_AGP_BOT					0x202C
59457e252bfSMichael Neumann #define	MC_VM_AGP_BASE					0x2030
59557e252bfSMichael Neumann #define	MC_VM_SYSTEM_APERTURE_LOW_ADDR			0x2034
59657e252bfSMichael Neumann #define	MC_VM_SYSTEM_APERTURE_HIGH_ADDR			0x2038
59757e252bfSMichael Neumann #define	MC_VM_SYSTEM_APERTURE_DEFAULT_ADDR		0x203C
59857e252bfSMichael Neumann 
59957e252bfSMichael Neumann #define	MC_VM_MX_L1_TLB_CNTL				0x2064
60057e252bfSMichael Neumann #define		ENABLE_L1_TLB					(1 << 0)
60157e252bfSMichael Neumann #define		ENABLE_L1_FRAGMENT_PROCESSING			(1 << 1)
60257e252bfSMichael Neumann #define		SYSTEM_ACCESS_MODE_PA_ONLY			(0 << 3)
60357e252bfSMichael Neumann #define		SYSTEM_ACCESS_MODE_USE_SYS_MAP			(1 << 3)
60457e252bfSMichael Neumann #define		SYSTEM_ACCESS_MODE_IN_SYS			(2 << 3)
60557e252bfSMichael Neumann #define		SYSTEM_ACCESS_MODE_NOT_IN_SYS			(3 << 3)
60657e252bfSMichael Neumann #define		SYSTEM_APERTURE_UNMAPPED_ACCESS_PASS_THRU	(0 << 5)
60757e252bfSMichael Neumann #define		ENABLE_ADVANCED_DRIVER_MODEL			(1 << 6)
60857e252bfSMichael Neumann #define	MC_VM_FB_OFFSET					0x2068
60957e252bfSMichael Neumann 
61057e252bfSMichael Neumann #define MC_SHARED_BLACKOUT_CNTL           		0x20ac
61157e252bfSMichael Neumann 
6124cd92098Szrj #define MC_HUB_MISC_HUB_CG           			0x20b8
6134cd92098Szrj #define MC_HUB_MISC_VM_CG           			0x20bc
6144cd92098Szrj 
6154cd92098Szrj #define MC_HUB_MISC_SIP_CG           			0x20c0
6164cd92098Szrj 
6174cd92098Szrj #define MC_XPB_CLK_GAT           			0x2478
6184cd92098Szrj 
6194cd92098Szrj #define MC_CITF_MISC_RD_CG           			0x2648
6204cd92098Szrj #define MC_CITF_MISC_WR_CG           			0x264c
6214cd92098Szrj #define MC_CITF_MISC_VM_CG           			0x2650
6224cd92098Szrj 
62357e252bfSMichael Neumann #define	MC_ARB_RAMCFG					0x2760
62457e252bfSMichael Neumann #define		NOOFBANK_SHIFT					0
62557e252bfSMichael Neumann #define		NOOFBANK_MASK					0x00000003
62657e252bfSMichael Neumann #define		NOOFRANK_SHIFT					2
62757e252bfSMichael Neumann #define		NOOFRANK_MASK					0x00000004
62857e252bfSMichael Neumann #define		NOOFROWS_SHIFT					3
62957e252bfSMichael Neumann #define		NOOFROWS_MASK					0x00000038
63057e252bfSMichael Neumann #define		NOOFCOLS_SHIFT					6
63157e252bfSMichael Neumann #define		NOOFCOLS_MASK					0x000000C0
63257e252bfSMichael Neumann #define		CHANSIZE_SHIFT					8
63357e252bfSMichael Neumann #define		CHANSIZE_MASK					0x00000100
63457e252bfSMichael Neumann #define		NOOFGROUPS_SHIFT				12
63557e252bfSMichael Neumann #define		NOOFGROUPS_MASK					0x00001000
63657e252bfSMichael Neumann 
6374cd92098Szrj #define	MC_ARB_DRAM_TIMING				0x2774
6384cd92098Szrj #define	MC_ARB_DRAM_TIMING2				0x2778
6394cd92098Szrj 
6404cd92098Szrj #define MC_ARB_BURST_TIME                               0x2808
6414cd92098Szrj #define		STATE0(x)				((x) << 0)
6424cd92098Szrj #define		STATE0_MASK				(0x1f << 0)
6434cd92098Szrj #define		STATE0_SHIFT				0
6444cd92098Szrj #define		STATE1(x)				((x) << 5)
6454cd92098Szrj #define		STATE1_MASK				(0x1f << 5)
6464cd92098Szrj #define		STATE1_SHIFT				5
6474cd92098Szrj #define		STATE2(x)				((x) << 10)
6484cd92098Szrj #define		STATE2_MASK				(0x1f << 10)
6494cd92098Szrj #define		STATE2_SHIFT				10
6504cd92098Szrj #define		STATE3(x)				((x) << 15)
6514cd92098Szrj #define		STATE3_MASK				(0x1f << 15)
6524cd92098Szrj #define		STATE3_SHIFT				15
6534cd92098Szrj 
6544cd92098Szrj #define MC_SEQ_RAS_TIMING                               0x28a0
6554cd92098Szrj #define MC_SEQ_CAS_TIMING                               0x28a4
6564cd92098Szrj #define MC_SEQ_MISC_TIMING                              0x28a8
6574cd92098Szrj #define MC_SEQ_MISC_TIMING2                             0x28ac
6584cd92098Szrj #define MC_SEQ_PMG_TIMING                               0x28b0
6594cd92098Szrj #define MC_SEQ_RD_CTL_D0                                0x28b4
6604cd92098Szrj #define MC_SEQ_RD_CTL_D1                                0x28b8
6614cd92098Szrj #define MC_SEQ_WR_CTL_D0                                0x28bc
6624cd92098Szrj #define MC_SEQ_WR_CTL_D1                                0x28c0
6634cd92098Szrj 
66457e252bfSMichael Neumann #define MC_SEQ_SUP_CNTL           			0x28c8
66557e252bfSMichael Neumann #define		RUN_MASK      				(1 << 0)
66657e252bfSMichael Neumann #define MC_SEQ_SUP_PGM           			0x28cc
6674cd92098Szrj #define MC_PMG_AUTO_CMD           			0x28d0
66857e252bfSMichael Neumann 
66957e252bfSMichael Neumann #define	MC_SEQ_TRAIN_WAKEUP_CNTL			0x28e8
67057e252bfSMichael Neumann #define		TRAIN_DONE_D0      			(1 << 30)
67157e252bfSMichael Neumann #define		TRAIN_DONE_D1      			(1 << 31)
67257e252bfSMichael Neumann 
67357e252bfSMichael Neumann #define MC_IO_PAD_CNTL_D0           			0x29d0
67457e252bfSMichael Neumann #define		MEM_FALL_OUT_CMD      			(1 << 8)
67557e252bfSMichael Neumann 
6764cd92098Szrj #define MC_SEQ_MISC0           				0x2a00
6774cd92098Szrj #define 	MC_SEQ_MISC0_VEN_ID_SHIFT               8
6784cd92098Szrj #define 	MC_SEQ_MISC0_VEN_ID_MASK                0x00000f00
6794cd92098Szrj #define 	MC_SEQ_MISC0_VEN_ID_VALUE               3
6804cd92098Szrj #define 	MC_SEQ_MISC0_REV_ID_SHIFT               12
6814cd92098Szrj #define 	MC_SEQ_MISC0_REV_ID_MASK                0x0000f000
6824cd92098Szrj #define 	MC_SEQ_MISC0_REV_ID_VALUE               1
6834cd92098Szrj #define 	MC_SEQ_MISC0_GDDR5_SHIFT                28
6844cd92098Szrj #define 	MC_SEQ_MISC0_GDDR5_MASK                 0xf0000000
6854cd92098Szrj #define 	MC_SEQ_MISC0_GDDR5_VALUE                5
6864cd92098Szrj #define MC_SEQ_MISC1                                    0x2a04
6874cd92098Szrj #define MC_SEQ_RESERVE_M                                0x2a08
6884cd92098Szrj #define MC_PMG_CMD_EMRS                                 0x2a0c
6894cd92098Szrj 
69057e252bfSMichael Neumann #define MC_SEQ_IO_DEBUG_INDEX           		0x2a44
69157e252bfSMichael Neumann #define MC_SEQ_IO_DEBUG_DATA           			0x2a48
69257e252bfSMichael Neumann 
6934cd92098Szrj #define MC_SEQ_MISC5                                    0x2a54
6944cd92098Szrj #define MC_SEQ_MISC6                                    0x2a58
6954cd92098Szrj 
6964cd92098Szrj #define MC_SEQ_MISC7                                    0x2a64
6974cd92098Szrj 
6984cd92098Szrj #define MC_SEQ_RAS_TIMING_LP                            0x2a6c
6994cd92098Szrj #define MC_SEQ_CAS_TIMING_LP                            0x2a70
7004cd92098Szrj #define MC_SEQ_MISC_TIMING_LP                           0x2a74
7014cd92098Szrj #define MC_SEQ_MISC_TIMING2_LP                          0x2a78
7024cd92098Szrj #define MC_SEQ_WR_CTL_D0_LP                             0x2a7c
7034cd92098Szrj #define MC_SEQ_WR_CTL_D1_LP                             0x2a80
7044cd92098Szrj #define MC_SEQ_PMG_CMD_EMRS_LP                          0x2a84
7054cd92098Szrj #define MC_SEQ_PMG_CMD_MRS_LP                           0x2a88
7064cd92098Szrj 
7074cd92098Szrj #define MC_PMG_CMD_MRS                                  0x2aac
7084cd92098Szrj 
7094cd92098Szrj #define MC_SEQ_RD_CTL_D0_LP                             0x2b1c
7104cd92098Szrj #define MC_SEQ_RD_CTL_D1_LP                             0x2b20
7114cd92098Szrj 
7124cd92098Szrj #define MC_PMG_CMD_MRS1                                 0x2b44
7134cd92098Szrj #define MC_SEQ_PMG_CMD_MRS1_LP                          0x2b48
7144cd92098Szrj #define MC_SEQ_PMG_TIMING_LP                            0x2b4c
7154cd92098Szrj 
7164cd92098Szrj #define MC_SEQ_WR_CTL_2                                 0x2b54
7174cd92098Szrj #define MC_SEQ_WR_CTL_2_LP                              0x2b58
7184cd92098Szrj #define MC_PMG_CMD_MRS2                                 0x2b5c
7194cd92098Szrj #define MC_SEQ_PMG_CMD_MRS2_LP                          0x2b60
7204cd92098Szrj 
7214cd92098Szrj #define	MCLK_PWRMGT_CNTL				0x2ba0
7224cd92098Szrj #       define DLL_SPEED(x)				((x) << 0)
7234cd92098Szrj #       define DLL_SPEED_MASK				(0x1f << 0)
7244cd92098Szrj #       define DLL_READY                                (1 << 6)
7254cd92098Szrj #       define MC_INT_CNTL                              (1 << 7)
7264cd92098Szrj #       define MRDCK0_PDNB                              (1 << 8)
7274cd92098Szrj #       define MRDCK1_PDNB                              (1 << 9)
7284cd92098Szrj #       define MRDCK0_RESET                             (1 << 16)
7294cd92098Szrj #       define MRDCK1_RESET                             (1 << 17)
7304cd92098Szrj #       define DLL_READY_READ                           (1 << 24)
7314cd92098Szrj #define	DLL_CNTL					0x2ba4
7324cd92098Szrj #       define MRDCK0_BYPASS                            (1 << 24)
7334cd92098Szrj #       define MRDCK1_BYPASS                            (1 << 25)
7344cd92098Szrj 
7354cd92098Szrj #define	MPLL_FUNC_CNTL					0x2bb4
7364cd92098Szrj #define		BWCTRL(x)				((x) << 20)
7374cd92098Szrj #define		BWCTRL_MASK				(0xff << 20)
7384cd92098Szrj #define	MPLL_FUNC_CNTL_1				0x2bb8
7394cd92098Szrj #define		VCO_MODE(x)				((x) << 0)
7404cd92098Szrj #define		VCO_MODE_MASK				(3 << 0)
7414cd92098Szrj #define		CLKFRAC(x)				((x) << 4)
7424cd92098Szrj #define		CLKFRAC_MASK				(0xfff << 4)
7434cd92098Szrj #define		CLKF(x)					((x) << 16)
7444cd92098Szrj #define		CLKF_MASK				(0xfff << 16)
7454cd92098Szrj #define	MPLL_FUNC_CNTL_2				0x2bbc
7464cd92098Szrj #define	MPLL_AD_FUNC_CNTL				0x2bc0
7474cd92098Szrj #define		YCLK_POST_DIV(x)			((x) << 0)
7484cd92098Szrj #define		YCLK_POST_DIV_MASK			(7 << 0)
7494cd92098Szrj #define	MPLL_DQ_FUNC_CNTL				0x2bc4
7504cd92098Szrj #define		YCLK_SEL(x)				((x) << 4)
7514cd92098Szrj #define		YCLK_SEL_MASK				(1 << 4)
7524cd92098Szrj 
7534cd92098Szrj #define	MPLL_SS1					0x2bcc
7544cd92098Szrj #define		CLKV(x)					((x) << 0)
7554cd92098Szrj #define		CLKV_MASK				(0x3ffffff << 0)
7564cd92098Szrj #define	MPLL_SS2					0x2bd0
7574cd92098Szrj #define		CLKS(x)					((x) << 0)
7584cd92098Szrj #define		CLKS_MASK				(0xfff << 0)
7594cd92098Szrj 
76057e252bfSMichael Neumann #define	HDP_HOST_PATH_CNTL				0x2C00
7614cd92098Szrj #define 	CLOCK_GATING_DIS			(1 << 23)
76257e252bfSMichael Neumann #define	HDP_NONSURFACE_BASE				0x2C04
76357e252bfSMichael Neumann #define	HDP_NONSURFACE_INFO				0x2C08
76457e252bfSMichael Neumann #define	HDP_NONSURFACE_SIZE				0x2C0C
76557e252bfSMichael Neumann 
76657e252bfSMichael Neumann #define HDP_ADDR_CONFIG  				0x2F48
76757e252bfSMichael Neumann #define HDP_MISC_CNTL					0x2F4C
76857e252bfSMichael Neumann #define 	HDP_FLUSH_INVALIDATE_CACHE			(1 << 0)
7694cd92098Szrj #define HDP_MEM_POWER_LS				0x2F50
7704cd92098Szrj #define 	HDP_LS_ENABLE				(1 << 0)
7714cd92098Szrj 
7724cd92098Szrj #define ATC_MISC_CG           				0x3350
7734cd92098Szrj 
774c6f73aabSFrançois Tigeot #define GMCON_RENG_EXECUTE				0x3508
775c6f73aabSFrançois Tigeot #define 	RENG_EXECUTE_ON_PWR_UP			(1 << 0)
776c6f73aabSFrançois Tigeot #define GMCON_MISC					0x350c
777c6f73aabSFrançois Tigeot #define 	RENG_EXECUTE_ON_REG_UPDATE		(1 << 11)
778c6f73aabSFrançois Tigeot #define 	STCTRL_STUTTER_EN			(1 << 16)
779c6f73aabSFrançois Tigeot 
780c6f73aabSFrançois Tigeot #define GMCON_PGFSM_CONFIG				0x3538
781c6f73aabSFrançois Tigeot #define GMCON_PGFSM_WRITE				0x353c
782c6f73aabSFrançois Tigeot #define GMCON_PGFSM_READ				0x3540
783c6f73aabSFrançois Tigeot #define GMCON_MISC3					0x3544
784c6f73aabSFrançois Tigeot 
7854cd92098Szrj #define MC_SEQ_CNTL_3                                     0x3600
7864cd92098Szrj #       define CAC_EN                                     (1 << 31)
7874cd92098Szrj #define MC_SEQ_G5PDX_CTRL                                 0x3604
7884cd92098Szrj #define MC_SEQ_G5PDX_CTRL_LP                              0x3608
7894cd92098Szrj #define MC_SEQ_G5PDX_CMD0                                 0x360c
7904cd92098Szrj #define MC_SEQ_G5PDX_CMD0_LP                              0x3610
7914cd92098Szrj #define MC_SEQ_G5PDX_CMD1                                 0x3614
7924cd92098Szrj #define MC_SEQ_G5PDX_CMD1_LP                              0x3618
7934cd92098Szrj 
7944cd92098Szrj #define MC_SEQ_PMG_DVS_CTL                                0x3628
7954cd92098Szrj #define MC_SEQ_PMG_DVS_CTL_LP                             0x362c
7964cd92098Szrj #define MC_SEQ_PMG_DVS_CMD                                0x3630
7974cd92098Szrj #define MC_SEQ_PMG_DVS_CMD_LP                             0x3634
7984cd92098Szrj #define MC_SEQ_DLL_STBY                                   0x3638
7994cd92098Szrj #define MC_SEQ_DLL_STBY_LP                                0x363c
80057e252bfSMichael Neumann 
80157e252bfSMichael Neumann #define IH_RB_CNTL                                        0x3e00
80257e252bfSMichael Neumann #       define IH_RB_ENABLE                               (1 << 0)
80357e252bfSMichael Neumann #       define IH_RB_SIZE(x)                              ((x) << 1) /* log2 */
80457e252bfSMichael Neumann #       define IH_RB_FULL_DRAIN_ENABLE                    (1 << 6)
80557e252bfSMichael Neumann #       define IH_WPTR_WRITEBACK_ENABLE                   (1 << 8)
80657e252bfSMichael Neumann #       define IH_WPTR_WRITEBACK_TIMER(x)                 ((x) << 9) /* log2 */
80757e252bfSMichael Neumann #       define IH_WPTR_OVERFLOW_ENABLE                    (1 << 16)
80857e252bfSMichael Neumann #       define IH_WPTR_OVERFLOW_CLEAR                     (1 << 31)
80957e252bfSMichael Neumann #define IH_RB_BASE                                        0x3e04
81057e252bfSMichael Neumann #define IH_RB_RPTR                                        0x3e08
81157e252bfSMichael Neumann #define IH_RB_WPTR                                        0x3e0c
81257e252bfSMichael Neumann #       define RB_OVERFLOW                                (1 << 0)
81357e252bfSMichael Neumann #       define WPTR_OFFSET_MASK                           0x3fffc
81457e252bfSMichael Neumann #define IH_RB_WPTR_ADDR_HI                                0x3e10
81557e252bfSMichael Neumann #define IH_RB_WPTR_ADDR_LO                                0x3e14
81657e252bfSMichael Neumann #define IH_CNTL                                           0x3e18
81757e252bfSMichael Neumann #       define ENABLE_INTR                                (1 << 0)
81857e252bfSMichael Neumann #       define IH_MC_SWAP(x)                              ((x) << 1)
81957e252bfSMichael Neumann #       define IH_MC_SWAP_NONE                            0
82057e252bfSMichael Neumann #       define IH_MC_SWAP_16BIT                           1
82157e252bfSMichael Neumann #       define IH_MC_SWAP_32BIT                           2
82257e252bfSMichael Neumann #       define IH_MC_SWAP_64BIT                           3
82357e252bfSMichael Neumann #       define RPTR_REARM                                 (1 << 4)
82457e252bfSMichael Neumann #       define MC_WRREQ_CREDIT(x)                         ((x) << 15)
82557e252bfSMichael Neumann #       define MC_WR_CLEAN_CNT(x)                         ((x) << 20)
82657e252bfSMichael Neumann #       define MC_VMID(x)                                 ((x) << 25)
82757e252bfSMichael Neumann 
8284cd92098Szrj #define	BIF_LNCNT_RESET					0x5220
8294cd92098Szrj #       define RESET_LNCNT_EN                           (1 << 0)
8304cd92098Szrj 
83157e252bfSMichael Neumann #define	CONFIG_MEMSIZE					0x5428
83257e252bfSMichael Neumann 
83357e252bfSMichael Neumann #define INTERRUPT_CNTL                                    0x5468
83457e252bfSMichael Neumann #       define IH_DUMMY_RD_OVERRIDE                       (1 << 0)
83557e252bfSMichael Neumann #       define IH_DUMMY_RD_EN                             (1 << 1)
83657e252bfSMichael Neumann #       define IH_REQ_NONSNOOP_EN                         (1 << 3)
83757e252bfSMichael Neumann #       define GEN_IH_INT_EN                              (1 << 8)
83857e252bfSMichael Neumann #define INTERRUPT_CNTL2                                   0x546c
83957e252bfSMichael Neumann 
84057e252bfSMichael Neumann #define HDP_MEM_COHERENCY_FLUSH_CNTL			0x5480
84157e252bfSMichael Neumann 
84257e252bfSMichael Neumann #define	BIF_FB_EN						0x5490
84357e252bfSMichael Neumann #define		FB_READ_EN					(1 << 0)
84457e252bfSMichael Neumann #define		FB_WRITE_EN					(1 << 1)
84557e252bfSMichael Neumann 
84657e252bfSMichael Neumann #define HDP_REG_COHERENCY_FLUSH_CNTL			0x54A0
84757e252bfSMichael Neumann 
84857e252bfSMichael Neumann #define GPU_HDP_FLUSH_REQ				0x54DC
84957e252bfSMichael Neumann #define GPU_HDP_FLUSH_DONE				0x54E0
85057e252bfSMichael Neumann #define		CP0					(1 << 0)
85157e252bfSMichael Neumann #define		CP1					(1 << 1)
85257e252bfSMichael Neumann #define		CP2					(1 << 2)
85357e252bfSMichael Neumann #define		CP3					(1 << 3)
85457e252bfSMichael Neumann #define		CP4					(1 << 4)
85557e252bfSMichael Neumann #define		CP5					(1 << 5)
85657e252bfSMichael Neumann #define		CP6					(1 << 6)
85757e252bfSMichael Neumann #define		CP7					(1 << 7)
85857e252bfSMichael Neumann #define		CP8					(1 << 8)
85957e252bfSMichael Neumann #define		CP9					(1 << 9)
86057e252bfSMichael Neumann #define		SDMA0					(1 << 10)
86157e252bfSMichael Neumann #define		SDMA1					(1 << 11)
86257e252bfSMichael Neumann 
86357e252bfSMichael Neumann /* 0x6b04, 0x7704, 0x10304, 0x10f04, 0x11b04, 0x12704 */
86457e252bfSMichael Neumann #define	LB_MEMORY_CTRL					0x6b04
86557e252bfSMichael Neumann #define		LB_MEMORY_SIZE(x)			((x) << 0)
86657e252bfSMichael Neumann #define		LB_MEMORY_CONFIG(x)			((x) << 20)
86757e252bfSMichael Neumann 
86857e252bfSMichael Neumann #define	DPG_WATERMARK_MASK_CONTROL			0x6cc8
86957e252bfSMichael Neumann #       define LATENCY_WATERMARK_MASK(x)		((x) << 8)
87057e252bfSMichael Neumann #define	DPG_PIPE_LATENCY_CONTROL			0x6ccc
87157e252bfSMichael Neumann #       define LATENCY_LOW_WATERMARK(x)			((x) << 0)
87257e252bfSMichael Neumann #       define LATENCY_HIGH_WATERMARK(x)		((x) << 16)
87357e252bfSMichael Neumann 
87457e252bfSMichael Neumann /* 0x6b24, 0x7724, 0x10324, 0x10f24, 0x11b24, 0x12724 */
87557e252bfSMichael Neumann #define LB_VLINE_STATUS                                 0x6b24
87657e252bfSMichael Neumann #       define VLINE_OCCURRED                           (1 << 0)
87757e252bfSMichael Neumann #       define VLINE_ACK                                (1 << 4)
87857e252bfSMichael Neumann #       define VLINE_STAT                               (1 << 12)
87957e252bfSMichael Neumann #       define VLINE_INTERRUPT                          (1 << 16)
88057e252bfSMichael Neumann #       define VLINE_INTERRUPT_TYPE                     (1 << 17)
88157e252bfSMichael Neumann /* 0x6b2c, 0x772c, 0x1032c, 0x10f2c, 0x11b2c, 0x1272c */
88257e252bfSMichael Neumann #define LB_VBLANK_STATUS                                0x6b2c
88357e252bfSMichael Neumann #       define VBLANK_OCCURRED                          (1 << 0)
88457e252bfSMichael Neumann #       define VBLANK_ACK                               (1 << 4)
88557e252bfSMichael Neumann #       define VBLANK_STAT                              (1 << 12)
88657e252bfSMichael Neumann #       define VBLANK_INTERRUPT                         (1 << 16)
88757e252bfSMichael Neumann #       define VBLANK_INTERRUPT_TYPE                    (1 << 17)
88857e252bfSMichael Neumann 
88957e252bfSMichael Neumann /* 0x6b20, 0x7720, 0x10320, 0x10f20, 0x11b20, 0x12720 */
89057e252bfSMichael Neumann #define LB_INTERRUPT_MASK                               0x6b20
89157e252bfSMichael Neumann #       define VBLANK_INTERRUPT_MASK                    (1 << 0)
89257e252bfSMichael Neumann #       define VLINE_INTERRUPT_MASK                     (1 << 4)
89357e252bfSMichael Neumann #       define VLINE2_INTERRUPT_MASK                    (1 << 8)
89457e252bfSMichael Neumann 
89557e252bfSMichael Neumann #define DISP_INTERRUPT_STATUS                           0x60f4
89657e252bfSMichael Neumann #       define LB_D1_VLINE_INTERRUPT                    (1 << 2)
89757e252bfSMichael Neumann #       define LB_D1_VBLANK_INTERRUPT                   (1 << 3)
89857e252bfSMichael Neumann #       define DC_HPD1_INTERRUPT                        (1 << 17)
89957e252bfSMichael Neumann #       define DC_HPD1_RX_INTERRUPT                     (1 << 18)
90057e252bfSMichael Neumann #       define DACA_AUTODETECT_INTERRUPT                (1 << 22)
90157e252bfSMichael Neumann #       define DACB_AUTODETECT_INTERRUPT                (1 << 23)
90257e252bfSMichael Neumann #       define DC_I2C_SW_DONE_INTERRUPT                 (1 << 24)
90357e252bfSMichael Neumann #       define DC_I2C_HW_DONE_INTERRUPT                 (1 << 25)
90457e252bfSMichael Neumann #define DISP_INTERRUPT_STATUS_CONTINUE                  0x60f8
90557e252bfSMichael Neumann #       define LB_D2_VLINE_INTERRUPT                    (1 << 2)
90657e252bfSMichael Neumann #       define LB_D2_VBLANK_INTERRUPT                   (1 << 3)
90757e252bfSMichael Neumann #       define DC_HPD2_INTERRUPT                        (1 << 17)
90857e252bfSMichael Neumann #       define DC_HPD2_RX_INTERRUPT                     (1 << 18)
90957e252bfSMichael Neumann #       define DISP_TIMER_INTERRUPT                     (1 << 24)
91057e252bfSMichael Neumann #define DISP_INTERRUPT_STATUS_CONTINUE2                 0x60fc
91157e252bfSMichael Neumann #       define LB_D3_VLINE_INTERRUPT                    (1 << 2)
91257e252bfSMichael Neumann #       define LB_D3_VBLANK_INTERRUPT                   (1 << 3)
91357e252bfSMichael Neumann #       define DC_HPD3_INTERRUPT                        (1 << 17)
91457e252bfSMichael Neumann #       define DC_HPD3_RX_INTERRUPT                     (1 << 18)
91557e252bfSMichael Neumann #define DISP_INTERRUPT_STATUS_CONTINUE3                 0x6100
91657e252bfSMichael Neumann #       define LB_D4_VLINE_INTERRUPT                    (1 << 2)
91757e252bfSMichael Neumann #       define LB_D4_VBLANK_INTERRUPT                   (1 << 3)
91857e252bfSMichael Neumann #       define DC_HPD4_INTERRUPT                        (1 << 17)
91957e252bfSMichael Neumann #       define DC_HPD4_RX_INTERRUPT                     (1 << 18)
92057e252bfSMichael Neumann #define DISP_INTERRUPT_STATUS_CONTINUE4                 0x614c
92157e252bfSMichael Neumann #       define LB_D5_VLINE_INTERRUPT                    (1 << 2)
92257e252bfSMichael Neumann #       define LB_D5_VBLANK_INTERRUPT                   (1 << 3)
92357e252bfSMichael Neumann #       define DC_HPD5_INTERRUPT                        (1 << 17)
92457e252bfSMichael Neumann #       define DC_HPD5_RX_INTERRUPT                     (1 << 18)
92557e252bfSMichael Neumann #define DISP_INTERRUPT_STATUS_CONTINUE5                 0x6150
92657e252bfSMichael Neumann #       define LB_D6_VLINE_INTERRUPT                    (1 << 2)
92757e252bfSMichael Neumann #       define LB_D6_VBLANK_INTERRUPT                   (1 << 3)
92857e252bfSMichael Neumann #       define DC_HPD6_INTERRUPT                        (1 << 17)
92957e252bfSMichael Neumann #       define DC_HPD6_RX_INTERRUPT                     (1 << 18)
93057e252bfSMichael Neumann #define DISP_INTERRUPT_STATUS_CONTINUE6                 0x6780
93157e252bfSMichael Neumann 
932c6f73aabSFrançois Tigeot /* 0x6858, 0x7458, 0x10058, 0x10c58, 0x11858, 0x12458 */
933c6f73aabSFrançois Tigeot #define GRPH_INT_STATUS                                 0x6858
934c6f73aabSFrançois Tigeot #       define GRPH_PFLIP_INT_OCCURRED                  (1 << 0)
935c6f73aabSFrançois Tigeot #       define GRPH_PFLIP_INT_CLEAR                     (1 << 8)
936c6f73aabSFrançois Tigeot /* 0x685c, 0x745c, 0x1005c, 0x10c5c, 0x1185c, 0x1245c */
937c6f73aabSFrançois Tigeot #define GRPH_INT_CONTROL                                0x685c
938c6f73aabSFrançois Tigeot #       define GRPH_PFLIP_INT_MASK                      (1 << 0)
939c6f73aabSFrançois Tigeot #       define GRPH_PFLIP_INT_TYPE                      (1 << 8)
940c6f73aabSFrançois Tigeot 
94157e252bfSMichael Neumann #define	DAC_AUTODETECT_INT_CONTROL			0x67c8
94257e252bfSMichael Neumann 
94357e252bfSMichael Neumann #define DC_HPD1_INT_STATUS                              0x601c
94457e252bfSMichael Neumann #define DC_HPD2_INT_STATUS                              0x6028
94557e252bfSMichael Neumann #define DC_HPD3_INT_STATUS                              0x6034
94657e252bfSMichael Neumann #define DC_HPD4_INT_STATUS                              0x6040
94757e252bfSMichael Neumann #define DC_HPD5_INT_STATUS                              0x604c
94857e252bfSMichael Neumann #define DC_HPD6_INT_STATUS                              0x6058
94957e252bfSMichael Neumann #       define DC_HPDx_INT_STATUS                       (1 << 0)
95057e252bfSMichael Neumann #       define DC_HPDx_SENSE                            (1 << 1)
95157e252bfSMichael Neumann #       define DC_HPDx_SENSE_DELAYED                    (1 << 4)
95257e252bfSMichael Neumann #       define DC_HPDx_RX_INT_STATUS                    (1 << 8)
95357e252bfSMichael Neumann 
95457e252bfSMichael Neumann #define DC_HPD1_INT_CONTROL                             0x6020
95557e252bfSMichael Neumann #define DC_HPD2_INT_CONTROL                             0x602c
95657e252bfSMichael Neumann #define DC_HPD3_INT_CONTROL                             0x6038
95757e252bfSMichael Neumann #define DC_HPD4_INT_CONTROL                             0x6044
95857e252bfSMichael Neumann #define DC_HPD5_INT_CONTROL                             0x6050
95957e252bfSMichael Neumann #define DC_HPD6_INT_CONTROL                             0x605c
96057e252bfSMichael Neumann #       define DC_HPDx_INT_ACK                          (1 << 0)
96157e252bfSMichael Neumann #       define DC_HPDx_INT_POLARITY                     (1 << 8)
96257e252bfSMichael Neumann #       define DC_HPDx_INT_EN                           (1 << 16)
96357e252bfSMichael Neumann #       define DC_HPDx_RX_INT_ACK                       (1 << 20)
96457e252bfSMichael Neumann #       define DC_HPDx_RX_INT_EN                        (1 << 24)
96557e252bfSMichael Neumann 
96657e252bfSMichael Neumann #define DC_HPD1_CONTROL                                   0x6024
96757e252bfSMichael Neumann #define DC_HPD2_CONTROL                                   0x6030
96857e252bfSMichael Neumann #define DC_HPD3_CONTROL                                   0x603c
96957e252bfSMichael Neumann #define DC_HPD4_CONTROL                                   0x6048
97057e252bfSMichael Neumann #define DC_HPD5_CONTROL                                   0x6054
97157e252bfSMichael Neumann #define DC_HPD6_CONTROL                                   0x6060
97257e252bfSMichael Neumann #       define DC_HPDx_CONNECTION_TIMER(x)                ((x) << 0)
97357e252bfSMichael Neumann #       define DC_HPDx_RX_INT_TIMER(x)                    ((x) << 16)
97457e252bfSMichael Neumann #       define DC_HPDx_EN                                 (1 << 28)
97557e252bfSMichael Neumann 
9764cd92098Szrj #define DPG_PIPE_STUTTER_CONTROL                          0x6cd4
9774cd92098Szrj #       define STUTTER_ENABLE                             (1 << 0)
9784cd92098Szrj 
979c6f73aabSFrançois Tigeot /* DCE8 FMT blocks */
980c6f73aabSFrançois Tigeot #define FMT_DYNAMIC_EXP_CNTL                 0x6fb4
981c6f73aabSFrançois Tigeot #       define FMT_DYNAMIC_EXP_EN            (1 << 0)
982c6f73aabSFrançois Tigeot #       define FMT_DYNAMIC_EXP_MODE          (1 << 4)
983c6f73aabSFrançois Tigeot         /* 0 = 10bit -> 12bit, 1 = 8bit -> 12bit */
984c6f73aabSFrançois Tigeot #define FMT_CONTROL                          0x6fb8
985c6f73aabSFrançois Tigeot #       define FMT_PIXEL_ENCODING            (1 << 16)
986c6f73aabSFrançois Tigeot         /* 0 = RGB 4:4:4 or YCbCr 4:4:4, 1 = YCbCr 4:2:2 */
987c6f73aabSFrançois Tigeot #define FMT_BIT_DEPTH_CONTROL                0x6fc8
988c6f73aabSFrançois Tigeot #       define FMT_TRUNCATE_EN               (1 << 0)
989c6f73aabSFrançois Tigeot #       define FMT_TRUNCATE_MODE             (1 << 1)
990c6f73aabSFrançois Tigeot #       define FMT_TRUNCATE_DEPTH(x)         ((x) << 4) /* 0 - 18bpp, 1 - 24bpp, 2 - 30bpp */
991c6f73aabSFrançois Tigeot #       define FMT_SPATIAL_DITHER_EN         (1 << 8)
992c6f73aabSFrançois Tigeot #       define FMT_SPATIAL_DITHER_MODE(x)    ((x) << 9)
993c6f73aabSFrançois Tigeot #       define FMT_SPATIAL_DITHER_DEPTH(x)   ((x) << 11) /* 0 - 18bpp, 1 - 24bpp, 2 - 30bpp */
994c6f73aabSFrançois Tigeot #       define FMT_FRAME_RANDOM_ENABLE       (1 << 13)
995c6f73aabSFrançois Tigeot #       define FMT_RGB_RANDOM_ENABLE         (1 << 14)
996c6f73aabSFrançois Tigeot #       define FMT_HIGHPASS_RANDOM_ENABLE    (1 << 15)
997c6f73aabSFrançois Tigeot #       define FMT_TEMPORAL_DITHER_EN        (1 << 16)
998c6f73aabSFrançois Tigeot #       define FMT_TEMPORAL_DITHER_DEPTH(x)  ((x) << 17) /* 0 - 18bpp, 1 - 24bpp, 2 - 30bpp */
999c6f73aabSFrançois Tigeot #       define FMT_TEMPORAL_DITHER_OFFSET(x) ((x) << 21)
1000c6f73aabSFrançois Tigeot #       define FMT_TEMPORAL_LEVEL            (1 << 24)
1001c6f73aabSFrançois Tigeot #       define FMT_TEMPORAL_DITHER_RESET     (1 << 25)
1002c6f73aabSFrançois Tigeot #       define FMT_25FRC_SEL(x)              ((x) << 26)
1003c6f73aabSFrançois Tigeot #       define FMT_50FRC_SEL(x)              ((x) << 28)
1004c6f73aabSFrançois Tigeot #       define FMT_75FRC_SEL(x)              ((x) << 30)
1005c6f73aabSFrançois Tigeot #define FMT_CLAMP_CONTROL                    0x6fe4
1006c6f73aabSFrançois Tigeot #       define FMT_CLAMP_DATA_EN             (1 << 0)
1007c6f73aabSFrançois Tigeot #       define FMT_CLAMP_COLOR_FORMAT(x)     ((x) << 16)
1008c6f73aabSFrançois Tigeot #       define FMT_CLAMP_6BPC                0
1009c6f73aabSFrançois Tigeot #       define FMT_CLAMP_8BPC                1
1010c6f73aabSFrançois Tigeot #       define FMT_CLAMP_10BPC               2
1011c6f73aabSFrançois Tigeot 
101257e252bfSMichael Neumann #define	GRBM_CNTL					0x8000
101357e252bfSMichael Neumann #define		GRBM_READ_TIMEOUT(x)				((x) << 0)
101457e252bfSMichael Neumann 
101557e252bfSMichael Neumann #define	GRBM_STATUS2					0x8008
101657e252bfSMichael Neumann #define		ME0PIPE1_CMDFIFO_AVAIL_MASK			0x0000000F
101757e252bfSMichael Neumann #define		ME0PIPE1_CF_RQ_PENDING				(1 << 4)
101857e252bfSMichael Neumann #define		ME0PIPE1_PF_RQ_PENDING				(1 << 5)
101957e252bfSMichael Neumann #define		ME1PIPE0_RQ_PENDING				(1 << 6)
102057e252bfSMichael Neumann #define		ME1PIPE1_RQ_PENDING				(1 << 7)
102157e252bfSMichael Neumann #define		ME1PIPE2_RQ_PENDING				(1 << 8)
102257e252bfSMichael Neumann #define		ME1PIPE3_RQ_PENDING				(1 << 9)
102357e252bfSMichael Neumann #define		ME2PIPE0_RQ_PENDING				(1 << 10)
102457e252bfSMichael Neumann #define		ME2PIPE1_RQ_PENDING				(1 << 11)
102557e252bfSMichael Neumann #define		ME2PIPE2_RQ_PENDING				(1 << 12)
102657e252bfSMichael Neumann #define		ME2PIPE3_RQ_PENDING				(1 << 13)
102757e252bfSMichael Neumann #define		RLC_RQ_PENDING 					(1 << 14)
102857e252bfSMichael Neumann #define		RLC_BUSY 					(1 << 24)
102957e252bfSMichael Neumann #define		TC_BUSY 					(1 << 25)
103057e252bfSMichael Neumann #define		CPF_BUSY 					(1 << 28)
103157e252bfSMichael Neumann #define		CPC_BUSY 					(1 << 29)
103257e252bfSMichael Neumann #define		CPG_BUSY 					(1 << 30)
103357e252bfSMichael Neumann 
103457e252bfSMichael Neumann #define	GRBM_STATUS					0x8010
103557e252bfSMichael Neumann #define		ME0PIPE0_CMDFIFO_AVAIL_MASK			0x0000000F
103657e252bfSMichael Neumann #define		SRBM_RQ_PENDING					(1 << 5)
103757e252bfSMichael Neumann #define		ME0PIPE0_CF_RQ_PENDING				(1 << 7)
103857e252bfSMichael Neumann #define		ME0PIPE0_PF_RQ_PENDING				(1 << 8)
103957e252bfSMichael Neumann #define		GDS_DMA_RQ_PENDING				(1 << 9)
104057e252bfSMichael Neumann #define		DB_CLEAN					(1 << 12)
104157e252bfSMichael Neumann #define		CB_CLEAN					(1 << 13)
104257e252bfSMichael Neumann #define		TA_BUSY 					(1 << 14)
104357e252bfSMichael Neumann #define		GDS_BUSY 					(1 << 15)
104457e252bfSMichael Neumann #define		WD_BUSY_NO_DMA 					(1 << 16)
104557e252bfSMichael Neumann #define		VGT_BUSY					(1 << 17)
104657e252bfSMichael Neumann #define		IA_BUSY_NO_DMA					(1 << 18)
104757e252bfSMichael Neumann #define		IA_BUSY						(1 << 19)
104857e252bfSMichael Neumann #define		SX_BUSY 					(1 << 20)
104957e252bfSMichael Neumann #define		WD_BUSY 					(1 << 21)
105057e252bfSMichael Neumann #define		SPI_BUSY					(1 << 22)
105157e252bfSMichael Neumann #define		BCI_BUSY					(1 << 23)
105257e252bfSMichael Neumann #define		SC_BUSY 					(1 << 24)
105357e252bfSMichael Neumann #define		PA_BUSY 					(1 << 25)
105457e252bfSMichael Neumann #define		DB_BUSY 					(1 << 26)
105557e252bfSMichael Neumann #define		CP_COHERENCY_BUSY      				(1 << 28)
105657e252bfSMichael Neumann #define		CP_BUSY 					(1 << 29)
105757e252bfSMichael Neumann #define		CB_BUSY 					(1 << 30)
105857e252bfSMichael Neumann #define		GUI_ACTIVE					(1 << 31)
105957e252bfSMichael Neumann #define	GRBM_STATUS_SE0					0x8014
106057e252bfSMichael Neumann #define	GRBM_STATUS_SE1					0x8018
106157e252bfSMichael Neumann #define	GRBM_STATUS_SE2					0x8038
106257e252bfSMichael Neumann #define	GRBM_STATUS_SE3					0x803C
106357e252bfSMichael Neumann #define		SE_DB_CLEAN					(1 << 1)
106457e252bfSMichael Neumann #define		SE_CB_CLEAN					(1 << 2)
106557e252bfSMichael Neumann #define		SE_BCI_BUSY					(1 << 22)
106657e252bfSMichael Neumann #define		SE_VGT_BUSY					(1 << 23)
106757e252bfSMichael Neumann #define		SE_PA_BUSY					(1 << 24)
106857e252bfSMichael Neumann #define		SE_TA_BUSY					(1 << 25)
106957e252bfSMichael Neumann #define		SE_SX_BUSY					(1 << 26)
107057e252bfSMichael Neumann #define		SE_SPI_BUSY					(1 << 27)
107157e252bfSMichael Neumann #define		SE_SC_BUSY					(1 << 29)
107257e252bfSMichael Neumann #define		SE_DB_BUSY					(1 << 30)
107357e252bfSMichael Neumann #define		SE_CB_BUSY					(1 << 31)
107457e252bfSMichael Neumann 
107557e252bfSMichael Neumann #define	GRBM_SOFT_RESET					0x8020
107657e252bfSMichael Neumann #define		SOFT_RESET_CP					(1 << 0)  /* All CP blocks */
107757e252bfSMichael Neumann #define		SOFT_RESET_RLC					(1 << 2)  /* RLC */
107857e252bfSMichael Neumann #define		SOFT_RESET_GFX					(1 << 16) /* GFX */
107957e252bfSMichael Neumann #define		SOFT_RESET_CPF					(1 << 17) /* CP fetcher shared by gfx and compute */
108057e252bfSMichael Neumann #define		SOFT_RESET_CPC					(1 << 18) /* CP Compute (MEC1/2) */
108157e252bfSMichael Neumann #define		SOFT_RESET_CPG					(1 << 19) /* CP GFX (PFP, ME, CE) */
108257e252bfSMichael Neumann 
108357e252bfSMichael Neumann #define GRBM_INT_CNTL                                   0x8060
108457e252bfSMichael Neumann #       define RDERR_INT_ENABLE                         (1 << 0)
108557e252bfSMichael Neumann #       define GUI_IDLE_INT_ENABLE                      (1 << 19)
108657e252bfSMichael Neumann 
108757e252bfSMichael Neumann #define CP_CPC_STATUS					0x8210
108857e252bfSMichael Neumann #define CP_CPC_BUSY_STAT				0x8214
108957e252bfSMichael Neumann #define CP_CPC_STALLED_STAT1				0x8218
109057e252bfSMichael Neumann #define CP_CPF_STATUS					0x821c
109157e252bfSMichael Neumann #define CP_CPF_BUSY_STAT				0x8220
109257e252bfSMichael Neumann #define CP_CPF_STALLED_STAT1				0x8224
109357e252bfSMichael Neumann 
109457e252bfSMichael Neumann #define CP_MEC_CNTL					0x8234
109557e252bfSMichael Neumann #define		MEC_ME2_HALT					(1 << 28)
109657e252bfSMichael Neumann #define		MEC_ME1_HALT					(1 << 30)
109757e252bfSMichael Neumann 
109857e252bfSMichael Neumann #define CP_MEC_CNTL					0x8234
109957e252bfSMichael Neumann #define		MEC_ME2_HALT					(1 << 28)
110057e252bfSMichael Neumann #define		MEC_ME1_HALT					(1 << 30)
110157e252bfSMichael Neumann 
110257e252bfSMichael Neumann #define CP_STALLED_STAT3				0x8670
110357e252bfSMichael Neumann #define CP_STALLED_STAT1				0x8674
110457e252bfSMichael Neumann #define CP_STALLED_STAT2				0x8678
110557e252bfSMichael Neumann 
110657e252bfSMichael Neumann #define CP_STAT						0x8680
110757e252bfSMichael Neumann 
110857e252bfSMichael Neumann #define CP_ME_CNTL					0x86D8
110957e252bfSMichael Neumann #define		CP_CE_HALT					(1 << 24)
111057e252bfSMichael Neumann #define		CP_PFP_HALT					(1 << 26)
111157e252bfSMichael Neumann #define		CP_ME_HALT					(1 << 28)
111257e252bfSMichael Neumann 
111357e252bfSMichael Neumann #define	CP_RB0_RPTR					0x8700
111457e252bfSMichael Neumann #define	CP_RB_WPTR_DELAY				0x8704
11154cd92098Szrj #define	CP_RB_WPTR_POLL_CNTL				0x8708
11164cd92098Szrj #define		IDLE_POLL_COUNT(x)			((x) << 16)
11174cd92098Szrj #define		IDLE_POLL_COUNT_MASK			(0xffff << 16)
111857e252bfSMichael Neumann 
111957e252bfSMichael Neumann #define CP_MEQ_THRESHOLDS				0x8764
112057e252bfSMichael Neumann #define		MEQ1_START(x)				((x) << 0)
112157e252bfSMichael Neumann #define		MEQ2_START(x)				((x) << 8)
112257e252bfSMichael Neumann 
112357e252bfSMichael Neumann #define	VGT_VTX_VECT_EJECT_REG				0x88B0
112457e252bfSMichael Neumann 
112557e252bfSMichael Neumann #define	VGT_CACHE_INVALIDATION				0x88C4
112657e252bfSMichael Neumann #define		CACHE_INVALIDATION(x)				((x) << 0)
112757e252bfSMichael Neumann #define			VC_ONLY						0
112857e252bfSMichael Neumann #define			TC_ONLY						1
112957e252bfSMichael Neumann #define			VC_AND_TC					2
113057e252bfSMichael Neumann #define		AUTO_INVLD_EN(x)				((x) << 6)
113157e252bfSMichael Neumann #define			NO_AUTO						0
113257e252bfSMichael Neumann #define			ES_AUTO						1
113357e252bfSMichael Neumann #define			GS_AUTO						2
113457e252bfSMichael Neumann #define			ES_AND_GS_AUTO					3
113557e252bfSMichael Neumann 
113657e252bfSMichael Neumann #define	VGT_GS_VERTEX_REUSE				0x88D4
113757e252bfSMichael Neumann 
113857e252bfSMichael Neumann #define CC_GC_SHADER_ARRAY_CONFIG			0x89bc
113957e252bfSMichael Neumann #define		INACTIVE_CUS_MASK			0xFFFF0000
114057e252bfSMichael Neumann #define		INACTIVE_CUS_SHIFT			16
114157e252bfSMichael Neumann #define GC_USER_SHADER_ARRAY_CONFIG			0x89c0
114257e252bfSMichael Neumann 
114357e252bfSMichael Neumann #define	PA_CL_ENHANCE					0x8A14
114457e252bfSMichael Neumann #define		CLIP_VTX_REORDER_ENA				(1 << 0)
114557e252bfSMichael Neumann #define		NUM_CLIP_SEQ(x)					((x) << 1)
114657e252bfSMichael Neumann 
114757e252bfSMichael Neumann #define	PA_SC_FORCE_EOV_MAX_CNTS			0x8B24
114857e252bfSMichael Neumann #define		FORCE_EOV_MAX_CLK_CNT(x)			((x) << 0)
114957e252bfSMichael Neumann #define		FORCE_EOV_MAX_REZ_CNT(x)			((x) << 16)
115057e252bfSMichael Neumann 
115157e252bfSMichael Neumann #define	PA_SC_FIFO_SIZE					0x8BCC
115257e252bfSMichael Neumann #define		SC_FRONTEND_PRIM_FIFO_SIZE(x)			((x) << 0)
115357e252bfSMichael Neumann #define		SC_BACKEND_PRIM_FIFO_SIZE(x)			((x) << 6)
115457e252bfSMichael Neumann #define		SC_HIZ_TILE_FIFO_SIZE(x)			((x) << 15)
115557e252bfSMichael Neumann #define		SC_EARLYZ_TILE_FIFO_SIZE(x)			((x) << 23)
115657e252bfSMichael Neumann 
115757e252bfSMichael Neumann #define	PA_SC_ENHANCE					0x8BF0
115857e252bfSMichael Neumann #define		ENABLE_PA_SC_OUT_OF_ORDER			(1 << 0)
115957e252bfSMichael Neumann #define		DISABLE_PA_SC_GUIDANCE				(1 << 13)
116057e252bfSMichael Neumann 
116157e252bfSMichael Neumann #define	SQ_CONFIG					0x8C00
116257e252bfSMichael Neumann 
116357e252bfSMichael Neumann #define	SH_MEM_BASES					0x8C28
116457e252bfSMichael Neumann /* if PTR32, these are the bases for scratch and lds */
116557e252bfSMichael Neumann #define		PRIVATE_BASE(x)					((x) << 0) /* scratch */
116657e252bfSMichael Neumann #define		SHARED_BASE(x)					((x) << 16) /* LDS */
116757e252bfSMichael Neumann #define	SH_MEM_APE1_BASE				0x8C2C
116857e252bfSMichael Neumann /* if PTR32, this is the base location of GPUVM */
116957e252bfSMichael Neumann #define	SH_MEM_APE1_LIMIT				0x8C30
117057e252bfSMichael Neumann /* if PTR32, this is the upper limit of GPUVM */
117157e252bfSMichael Neumann #define	SH_MEM_CONFIG					0x8C34
117257e252bfSMichael Neumann #define		PTR32						(1 << 0)
117357e252bfSMichael Neumann #define		ALIGNMENT_MODE(x)				((x) << 2)
117457e252bfSMichael Neumann #define			SH_MEM_ALIGNMENT_MODE_DWORD			0
117557e252bfSMichael Neumann #define			SH_MEM_ALIGNMENT_MODE_DWORD_STRICT		1
117657e252bfSMichael Neumann #define			SH_MEM_ALIGNMENT_MODE_STRICT			2
117757e252bfSMichael Neumann #define			SH_MEM_ALIGNMENT_MODE_UNALIGNED			3
117857e252bfSMichael Neumann #define		DEFAULT_MTYPE(x)				((x) << 4)
117957e252bfSMichael Neumann #define		APE1_MTYPE(x)					((x) << 7)
11807dcf36dcSFrançois Tigeot /* valid for both DEFAULT_MTYPE and APE1_MTYPE */
11817dcf36dcSFrançois Tigeot #define	MTYPE_CACHED					0
11827dcf36dcSFrançois Tigeot #define	MTYPE_NONCACHED					3
118357e252bfSMichael Neumann 
118457e252bfSMichael Neumann #define	SX_DEBUG_1					0x9060
118557e252bfSMichael Neumann 
118657e252bfSMichael Neumann #define	SPI_CONFIG_CNTL					0x9100
118757e252bfSMichael Neumann 
118857e252bfSMichael Neumann #define	SPI_CONFIG_CNTL_1				0x913C
118957e252bfSMichael Neumann #define		VTX_DONE_DELAY(x)				((x) << 0)
119057e252bfSMichael Neumann #define		INTERP_ONE_PRIM_PER_ROW				(1 << 4)
119157e252bfSMichael Neumann 
119257e252bfSMichael Neumann #define	TA_CNTL_AUX					0x9508
119357e252bfSMichael Neumann 
119457e252bfSMichael Neumann #define DB_DEBUG					0x9830
119557e252bfSMichael Neumann #define DB_DEBUG2					0x9834
119657e252bfSMichael Neumann #define DB_DEBUG3					0x9838
119757e252bfSMichael Neumann 
119857e252bfSMichael Neumann #define CC_RB_BACKEND_DISABLE				0x98F4
119957e252bfSMichael Neumann #define		BACKEND_DISABLE(x)     			((x) << 16)
120057e252bfSMichael Neumann #define GB_ADDR_CONFIG  				0x98F8
120157e252bfSMichael Neumann #define		NUM_PIPES(x)				((x) << 0)
120257e252bfSMichael Neumann #define		NUM_PIPES_MASK				0x00000007
120357e252bfSMichael Neumann #define		NUM_PIPES_SHIFT				0
120457e252bfSMichael Neumann #define		PIPE_INTERLEAVE_SIZE(x)			((x) << 4)
120557e252bfSMichael Neumann #define		PIPE_INTERLEAVE_SIZE_MASK		0x00000070
120657e252bfSMichael Neumann #define		PIPE_INTERLEAVE_SIZE_SHIFT		4
120757e252bfSMichael Neumann #define		NUM_SHADER_ENGINES(x)			((x) << 12)
120857e252bfSMichael Neumann #define		NUM_SHADER_ENGINES_MASK			0x00003000
120957e252bfSMichael Neumann #define		NUM_SHADER_ENGINES_SHIFT		12
121057e252bfSMichael Neumann #define		SHADER_ENGINE_TILE_SIZE(x)     		((x) << 16)
121157e252bfSMichael Neumann #define		SHADER_ENGINE_TILE_SIZE_MASK		0x00070000
121257e252bfSMichael Neumann #define		SHADER_ENGINE_TILE_SIZE_SHIFT		16
121357e252bfSMichael Neumann #define		ROW_SIZE(x)             		((x) << 28)
121457e252bfSMichael Neumann #define		ROW_SIZE_MASK				0x30000000
121557e252bfSMichael Neumann #define		ROW_SIZE_SHIFT				28
121657e252bfSMichael Neumann 
121757e252bfSMichael Neumann #define	GB_TILE_MODE0					0x9910
121857e252bfSMichael Neumann #       define ARRAY_MODE(x)					((x) << 2)
121957e252bfSMichael Neumann #              define	ARRAY_LINEAR_GENERAL			0
122057e252bfSMichael Neumann #              define	ARRAY_LINEAR_ALIGNED			1
122157e252bfSMichael Neumann #              define	ARRAY_1D_TILED_THIN1			2
122257e252bfSMichael Neumann #              define	ARRAY_2D_TILED_THIN1			4
122357e252bfSMichael Neumann #              define	ARRAY_PRT_TILED_THIN1			5
122457e252bfSMichael Neumann #              define	ARRAY_PRT_2D_TILED_THIN1		6
122557e252bfSMichael Neumann #       define PIPE_CONFIG(x)					((x) << 6)
122657e252bfSMichael Neumann #              define	ADDR_SURF_P2				0
122757e252bfSMichael Neumann #              define	ADDR_SURF_P4_8x16			4
122857e252bfSMichael Neumann #              define	ADDR_SURF_P4_16x16			5
122957e252bfSMichael Neumann #              define	ADDR_SURF_P4_16x32			6
123057e252bfSMichael Neumann #              define	ADDR_SURF_P4_32x32			7
123157e252bfSMichael Neumann #              define	ADDR_SURF_P8_16x16_8x16			8
123257e252bfSMichael Neumann #              define	ADDR_SURF_P8_16x32_8x16			9
123357e252bfSMichael Neumann #              define	ADDR_SURF_P8_32x32_8x16			10
123457e252bfSMichael Neumann #              define	ADDR_SURF_P8_16x32_16x16		11
123557e252bfSMichael Neumann #              define	ADDR_SURF_P8_32x32_16x16		12
123657e252bfSMichael Neumann #              define	ADDR_SURF_P8_32x32_16x32		13
123757e252bfSMichael Neumann #              define	ADDR_SURF_P8_32x64_32x32		14
1238c6f73aabSFrançois Tigeot #              define	ADDR_SURF_P16_32x32_8x16		16
1239c6f73aabSFrançois Tigeot #              define	ADDR_SURF_P16_32x32_16x16		17
124057e252bfSMichael Neumann #       define TILE_SPLIT(x)					((x) << 11)
124157e252bfSMichael Neumann #              define	ADDR_SURF_TILE_SPLIT_64B		0
124257e252bfSMichael Neumann #              define	ADDR_SURF_TILE_SPLIT_128B		1
124357e252bfSMichael Neumann #              define	ADDR_SURF_TILE_SPLIT_256B		2
124457e252bfSMichael Neumann #              define	ADDR_SURF_TILE_SPLIT_512B		3
124557e252bfSMichael Neumann #              define	ADDR_SURF_TILE_SPLIT_1KB		4
124657e252bfSMichael Neumann #              define	ADDR_SURF_TILE_SPLIT_2KB		5
124757e252bfSMichael Neumann #              define	ADDR_SURF_TILE_SPLIT_4KB		6
124857e252bfSMichael Neumann #       define MICRO_TILE_MODE_NEW(x)				((x) << 22)
124957e252bfSMichael Neumann #              define	ADDR_SURF_DISPLAY_MICRO_TILING		0
125057e252bfSMichael Neumann #              define	ADDR_SURF_THIN_MICRO_TILING		1
125157e252bfSMichael Neumann #              define	ADDR_SURF_DEPTH_MICRO_TILING		2
125257e252bfSMichael Neumann #              define	ADDR_SURF_ROTATED_MICRO_TILING		3
125357e252bfSMichael Neumann #       define SAMPLE_SPLIT(x)					((x) << 25)
125457e252bfSMichael Neumann #              define	ADDR_SURF_SAMPLE_SPLIT_1		0
125557e252bfSMichael Neumann #              define	ADDR_SURF_SAMPLE_SPLIT_2		1
125657e252bfSMichael Neumann #              define	ADDR_SURF_SAMPLE_SPLIT_4		2
125757e252bfSMichael Neumann #              define	ADDR_SURF_SAMPLE_SPLIT_8		3
125857e252bfSMichael Neumann 
125957e252bfSMichael Neumann #define	GB_MACROTILE_MODE0					0x9990
126057e252bfSMichael Neumann #       define BANK_WIDTH(x)					((x) << 0)
126157e252bfSMichael Neumann #              define	ADDR_SURF_BANK_WIDTH_1			0
126257e252bfSMichael Neumann #              define	ADDR_SURF_BANK_WIDTH_2			1
126357e252bfSMichael Neumann #              define	ADDR_SURF_BANK_WIDTH_4			2
126457e252bfSMichael Neumann #              define	ADDR_SURF_BANK_WIDTH_8			3
126557e252bfSMichael Neumann #       define BANK_HEIGHT(x)					((x) << 2)
126657e252bfSMichael Neumann #              define	ADDR_SURF_BANK_HEIGHT_1			0
126757e252bfSMichael Neumann #              define	ADDR_SURF_BANK_HEIGHT_2			1
126857e252bfSMichael Neumann #              define	ADDR_SURF_BANK_HEIGHT_4			2
126957e252bfSMichael Neumann #              define	ADDR_SURF_BANK_HEIGHT_8			3
127057e252bfSMichael Neumann #       define MACRO_TILE_ASPECT(x)				((x) << 4)
127157e252bfSMichael Neumann #              define	ADDR_SURF_MACRO_ASPECT_1		0
127257e252bfSMichael Neumann #              define	ADDR_SURF_MACRO_ASPECT_2		1
127357e252bfSMichael Neumann #              define	ADDR_SURF_MACRO_ASPECT_4		2
127457e252bfSMichael Neumann #              define	ADDR_SURF_MACRO_ASPECT_8		3
127557e252bfSMichael Neumann #       define NUM_BANKS(x)					((x) << 6)
127657e252bfSMichael Neumann #              define	ADDR_SURF_2_BANK			0
127757e252bfSMichael Neumann #              define	ADDR_SURF_4_BANK			1
127857e252bfSMichael Neumann #              define	ADDR_SURF_8_BANK			2
127957e252bfSMichael Neumann #              define	ADDR_SURF_16_BANK			3
128057e252bfSMichael Neumann 
128157e252bfSMichael Neumann #define	CB_HW_CONTROL					0x9A10
128257e252bfSMichael Neumann 
128357e252bfSMichael Neumann #define	GC_USER_RB_BACKEND_DISABLE			0x9B7C
128457e252bfSMichael Neumann #define		BACKEND_DISABLE_MASK			0x00FF0000
128557e252bfSMichael Neumann #define		BACKEND_DISABLE_SHIFT			16
128657e252bfSMichael Neumann 
128757e252bfSMichael Neumann #define	TCP_CHAN_STEER_LO				0xac0c
128857e252bfSMichael Neumann #define	TCP_CHAN_STEER_HI				0xac10
128957e252bfSMichael Neumann 
129057e252bfSMichael Neumann #define	TC_CFG_L1_LOAD_POLICY0				0xAC68
129157e252bfSMichael Neumann #define	TC_CFG_L1_LOAD_POLICY1				0xAC6C
129257e252bfSMichael Neumann #define	TC_CFG_L1_STORE_POLICY				0xAC70
129357e252bfSMichael Neumann #define	TC_CFG_L2_LOAD_POLICY0				0xAC74
129457e252bfSMichael Neumann #define	TC_CFG_L2_LOAD_POLICY1				0xAC78
129557e252bfSMichael Neumann #define	TC_CFG_L2_STORE_POLICY0				0xAC7C
129657e252bfSMichael Neumann #define	TC_CFG_L2_STORE_POLICY1				0xAC80
129757e252bfSMichael Neumann #define	TC_CFG_L2_ATOMIC_POLICY				0xAC84
129857e252bfSMichael Neumann #define	TC_CFG_L1_VOLATILE				0xAC88
129957e252bfSMichael Neumann #define	TC_CFG_L2_VOLATILE				0xAC8C
130057e252bfSMichael Neumann 
130157e252bfSMichael Neumann #define	CP_RB0_BASE					0xC100
130257e252bfSMichael Neumann #define	CP_RB0_CNTL					0xC104
130357e252bfSMichael Neumann #define		RB_BUFSZ(x)					((x) << 0)
130457e252bfSMichael Neumann #define		RB_BLKSZ(x)					((x) << 8)
130557e252bfSMichael Neumann #define		BUF_SWAP_32BIT					(2 << 16)
130657e252bfSMichael Neumann #define		RB_NO_UPDATE					(1 << 27)
130757e252bfSMichael Neumann #define		RB_RPTR_WR_ENA					(1 << 31)
130857e252bfSMichael Neumann 
130957e252bfSMichael Neumann #define	CP_RB0_RPTR_ADDR				0xC10C
131057e252bfSMichael Neumann #define		RB_RPTR_SWAP_32BIT				(2 << 0)
131157e252bfSMichael Neumann #define	CP_RB0_RPTR_ADDR_HI				0xC110
131257e252bfSMichael Neumann #define	CP_RB0_WPTR					0xC114
131357e252bfSMichael Neumann 
131457e252bfSMichael Neumann #define	CP_DEVICE_ID					0xC12C
131557e252bfSMichael Neumann #define	CP_ENDIAN_SWAP					0xC140
131657e252bfSMichael Neumann #define	CP_RB_VMID					0xC144
131757e252bfSMichael Neumann 
131857e252bfSMichael Neumann #define	CP_PFP_UCODE_ADDR				0xC150
131957e252bfSMichael Neumann #define	CP_PFP_UCODE_DATA				0xC154
132057e252bfSMichael Neumann #define	CP_ME_RAM_RADDR					0xC158
132157e252bfSMichael Neumann #define	CP_ME_RAM_WADDR					0xC15C
132257e252bfSMichael Neumann #define	CP_ME_RAM_DATA					0xC160
132357e252bfSMichael Neumann 
132457e252bfSMichael Neumann #define	CP_CE_UCODE_ADDR				0xC168
132557e252bfSMichael Neumann #define	CP_CE_UCODE_DATA				0xC16C
132657e252bfSMichael Neumann #define	CP_MEC_ME1_UCODE_ADDR				0xC170
132757e252bfSMichael Neumann #define	CP_MEC_ME1_UCODE_DATA				0xC174
132857e252bfSMichael Neumann #define	CP_MEC_ME2_UCODE_ADDR				0xC178
132957e252bfSMichael Neumann #define	CP_MEC_ME2_UCODE_DATA				0xC17C
133057e252bfSMichael Neumann 
133157e252bfSMichael Neumann #define CP_INT_CNTL_RING0                               0xC1A8
133257e252bfSMichael Neumann #       define CNTX_BUSY_INT_ENABLE                     (1 << 19)
133357e252bfSMichael Neumann #       define CNTX_EMPTY_INT_ENABLE                    (1 << 20)
133457e252bfSMichael Neumann #       define PRIV_INSTR_INT_ENABLE                    (1 << 22)
133557e252bfSMichael Neumann #       define PRIV_REG_INT_ENABLE                      (1 << 23)
1336c59a5c48SFrançois Tigeot #       define OPCODE_ERROR_INT_ENABLE                  (1 << 24)
133757e252bfSMichael Neumann #       define TIME_STAMP_INT_ENABLE                    (1 << 26)
133857e252bfSMichael Neumann #       define CP_RINGID2_INT_ENABLE                    (1 << 29)
133957e252bfSMichael Neumann #       define CP_RINGID1_INT_ENABLE                    (1 << 30)
134057e252bfSMichael Neumann #       define CP_RINGID0_INT_ENABLE                    (1 << 31)
134157e252bfSMichael Neumann 
134257e252bfSMichael Neumann #define CP_INT_STATUS_RING0                             0xC1B4
134357e252bfSMichael Neumann #       define PRIV_INSTR_INT_STAT                      (1 << 22)
134457e252bfSMichael Neumann #       define PRIV_REG_INT_STAT                        (1 << 23)
134557e252bfSMichael Neumann #       define TIME_STAMP_INT_STAT                      (1 << 26)
134657e252bfSMichael Neumann #       define CP_RINGID2_INT_STAT                      (1 << 29)
134757e252bfSMichael Neumann #       define CP_RINGID1_INT_STAT                      (1 << 30)
134857e252bfSMichael Neumann #       define CP_RINGID0_INT_STAT                      (1 << 31)
134957e252bfSMichael Neumann 
13504cd92098Szrj #define CP_MEM_SLP_CNTL                                 0xC1E4
13514cd92098Szrj #       define CP_MEM_LS_EN                             (1 << 0)
13524cd92098Szrj 
135357e252bfSMichael Neumann #define CP_CPF_DEBUG                                    0xC200
135457e252bfSMichael Neumann 
135557e252bfSMichael Neumann #define CP_PQ_WPTR_POLL_CNTL                            0xC20C
135657e252bfSMichael Neumann #define		WPTR_POLL_EN      			(1 << 31)
135757e252bfSMichael Neumann 
135857e252bfSMichael Neumann #define CP_ME1_PIPE0_INT_CNTL                           0xC214
135957e252bfSMichael Neumann #define CP_ME1_PIPE1_INT_CNTL                           0xC218
136057e252bfSMichael Neumann #define CP_ME1_PIPE2_INT_CNTL                           0xC21C
136157e252bfSMichael Neumann #define CP_ME1_PIPE3_INT_CNTL                           0xC220
136257e252bfSMichael Neumann #define CP_ME2_PIPE0_INT_CNTL                           0xC224
136357e252bfSMichael Neumann #define CP_ME2_PIPE1_INT_CNTL                           0xC228
136457e252bfSMichael Neumann #define CP_ME2_PIPE2_INT_CNTL                           0xC22C
136557e252bfSMichael Neumann #define CP_ME2_PIPE3_INT_CNTL                           0xC230
136657e252bfSMichael Neumann #       define DEQUEUE_REQUEST_INT_ENABLE               (1 << 13)
136757e252bfSMichael Neumann #       define WRM_POLL_TIMEOUT_INT_ENABLE              (1 << 17)
136857e252bfSMichael Neumann #       define PRIV_REG_INT_ENABLE                      (1 << 23)
136957e252bfSMichael Neumann #       define TIME_STAMP_INT_ENABLE                    (1 << 26)
137057e252bfSMichael Neumann #       define GENERIC2_INT_ENABLE                      (1 << 29)
137157e252bfSMichael Neumann #       define GENERIC1_INT_ENABLE                      (1 << 30)
137257e252bfSMichael Neumann #       define GENERIC0_INT_ENABLE                      (1 << 31)
137357e252bfSMichael Neumann #define CP_ME1_PIPE0_INT_STATUS                         0xC214
137457e252bfSMichael Neumann #define CP_ME1_PIPE1_INT_STATUS                         0xC218
137557e252bfSMichael Neumann #define CP_ME1_PIPE2_INT_STATUS                         0xC21C
137657e252bfSMichael Neumann #define CP_ME1_PIPE3_INT_STATUS                         0xC220
137757e252bfSMichael Neumann #define CP_ME2_PIPE0_INT_STATUS                         0xC224
137857e252bfSMichael Neumann #define CP_ME2_PIPE1_INT_STATUS                         0xC228
137957e252bfSMichael Neumann #define CP_ME2_PIPE2_INT_STATUS                         0xC22C
138057e252bfSMichael Neumann #define CP_ME2_PIPE3_INT_STATUS                         0xC230
138157e252bfSMichael Neumann #       define DEQUEUE_REQUEST_INT_STATUS               (1 << 13)
138257e252bfSMichael Neumann #       define WRM_POLL_TIMEOUT_INT_STATUS              (1 << 17)
138357e252bfSMichael Neumann #       define PRIV_REG_INT_STATUS                      (1 << 23)
138457e252bfSMichael Neumann #       define TIME_STAMP_INT_STATUS                    (1 << 26)
138557e252bfSMichael Neumann #       define GENERIC2_INT_STATUS                      (1 << 29)
138657e252bfSMichael Neumann #       define GENERIC1_INT_STATUS                      (1 << 30)
138757e252bfSMichael Neumann #       define GENERIC0_INT_STATUS                      (1 << 31)
138857e252bfSMichael Neumann 
138957e252bfSMichael Neumann #define	CP_MAX_CONTEXT					0xC2B8
139057e252bfSMichael Neumann 
139157e252bfSMichael Neumann #define	CP_RB0_BASE_HI					0xC2C4
139257e252bfSMichael Neumann 
139357e252bfSMichael Neumann #define RLC_CNTL                                          0xC300
139457e252bfSMichael Neumann #       define RLC_ENABLE                                 (1 << 0)
139557e252bfSMichael Neumann 
139657e252bfSMichael Neumann #define RLC_MC_CNTL                                       0xC30C
139757e252bfSMichael Neumann 
13984cd92098Szrj #define RLC_MEM_SLP_CNTL                                  0xC318
13994cd92098Szrj #       define RLC_MEM_LS_EN                              (1 << 0)
14004cd92098Szrj 
140157e252bfSMichael Neumann #define RLC_LB_CNTR_MAX                                   0xC348
140257e252bfSMichael Neumann 
140357e252bfSMichael Neumann #define RLC_LB_CNTL                                       0xC364
14044cd92098Szrj #       define LOAD_BALANCE_ENABLE                        (1 << 0)
140557e252bfSMichael Neumann 
140657e252bfSMichael Neumann #define RLC_LB_CNTR_INIT                                  0xC36C
140757e252bfSMichael Neumann 
140857e252bfSMichael Neumann #define RLC_SAVE_AND_RESTORE_BASE                         0xC374
14094cd92098Szrj #define RLC_DRIVER_DMA_STATUS                             0xC378 /* dGPU */
14104cd92098Szrj #define RLC_CP_TABLE_RESTORE                              0xC378 /* APU */
14114cd92098Szrj #define RLC_PG_DELAY_2                                    0xC37C
141257e252bfSMichael Neumann 
141357e252bfSMichael Neumann #define RLC_GPM_UCODE_ADDR                                0xC388
141457e252bfSMichael Neumann #define RLC_GPM_UCODE_DATA                                0xC38C
141557e252bfSMichael Neumann #define RLC_GPU_CLOCK_COUNT_LSB                           0xC390
141657e252bfSMichael Neumann #define RLC_GPU_CLOCK_COUNT_MSB                           0xC394
141757e252bfSMichael Neumann #define RLC_CAPTURE_GPU_CLOCK_COUNT                       0xC398
141857e252bfSMichael Neumann #define RLC_UCODE_CNTL                                    0xC39C
141957e252bfSMichael Neumann 
14204cd92098Szrj #define RLC_GPM_STAT                                      0xC400
14214cd92098Szrj #       define RLC_GPM_BUSY                               (1 << 0)
14224cd92098Szrj #       define GFX_POWER_STATUS                           (1 << 1)
14234cd92098Szrj #       define GFX_CLOCK_STATUS                           (1 << 2)
14244cd92098Szrj 
14254cd92098Szrj #define RLC_PG_CNTL                                       0xC40C
14264cd92098Szrj #       define GFX_PG_ENABLE                              (1 << 0)
14274cd92098Szrj #       define GFX_PG_SRC                                 (1 << 1)
14284cd92098Szrj #       define DYN_PER_CU_PG_ENABLE                       (1 << 2)
14294cd92098Szrj #       define STATIC_PER_CU_PG_ENABLE                    (1 << 3)
14304cd92098Szrj #       define DISABLE_GDS_PG                             (1 << 13)
14314cd92098Szrj #       define DISABLE_CP_PG                              (1 << 15)
14324cd92098Szrj #       define SMU_CLK_SLOWDOWN_ON_PU_ENABLE              (1 << 17)
14334cd92098Szrj #       define SMU_CLK_SLOWDOWN_ON_PD_ENABLE              (1 << 18)
14344cd92098Szrj 
14354cd92098Szrj #define RLC_CGTT_MGCG_OVERRIDE                            0xC420
143657e252bfSMichael Neumann #define RLC_CGCG_CGLS_CTRL                                0xC424
14374cd92098Szrj #       define CGCG_EN                                    (1 << 0)
14384cd92098Szrj #       define CGLS_EN                                    (1 << 1)
14394cd92098Szrj 
14404cd92098Szrj #define RLC_PG_DELAY                                      0xC434
144157e252bfSMichael Neumann 
144257e252bfSMichael Neumann #define RLC_LB_INIT_CU_MASK                               0xC43C
144357e252bfSMichael Neumann 
144457e252bfSMichael Neumann #define RLC_LB_PARAMS                                     0xC444
144557e252bfSMichael Neumann 
14464cd92098Szrj #define RLC_PG_AO_CU_MASK                                 0xC44C
14474cd92098Szrj 
14484cd92098Szrj #define	RLC_MAX_PG_CU					0xC450
14494cd92098Szrj #	define MAX_PU_CU(x)				((x) << 0)
14504cd92098Szrj #	define MAX_PU_CU_MASK				(0xff << 0)
14514cd92098Szrj #define RLC_AUTO_PG_CTRL                                  0xC454
14524cd92098Szrj #       define AUTO_PG_EN                                 (1 << 0)
14534cd92098Szrj #	define GRBM_REG_SGIT(x)				((x) << 3)
14544cd92098Szrj #	define GRBM_REG_SGIT_MASK			(0xffff << 3)
14554cd92098Szrj 
14564cd92098Szrj #define RLC_SERDES_WR_CU_MASTER_MASK                      0xC474
14574cd92098Szrj #define RLC_SERDES_WR_NONCU_MASTER_MASK                   0xC478
14584cd92098Szrj #define RLC_SERDES_WR_CTRL                                0xC47C
14594cd92098Szrj #define		BPM_ADDR(x)				((x) << 0)
14604cd92098Szrj #define		BPM_ADDR_MASK      			(0xff << 0)
14614cd92098Szrj #define		CGLS_ENABLE				(1 << 16)
14624cd92098Szrj #define		CGCG_OVERRIDE_0				(1 << 20)
14634cd92098Szrj #define		MGCG_OVERRIDE_0				(1 << 22)
14644cd92098Szrj #define		MGCG_OVERRIDE_1				(1 << 23)
14654cd92098Szrj 
146657e252bfSMichael Neumann #define RLC_SERDES_CU_MASTER_BUSY                         0xC484
146757e252bfSMichael Neumann #define RLC_SERDES_NONCU_MASTER_BUSY                      0xC488
146857e252bfSMichael Neumann #       define SE_MASTER_BUSY_MASK                        0x0000ffff
146957e252bfSMichael Neumann #       define GC_MASTER_BUSY                             (1 << 16)
147057e252bfSMichael Neumann #       define TC0_MASTER_BUSY                            (1 << 17)
147157e252bfSMichael Neumann #       define TC1_MASTER_BUSY                            (1 << 18)
147257e252bfSMichael Neumann 
147357e252bfSMichael Neumann #define RLC_GPM_SCRATCH_ADDR                              0xC4B0
147457e252bfSMichael Neumann #define RLC_GPM_SCRATCH_DATA                              0xC4B4
147557e252bfSMichael Neumann 
14764cd92098Szrj #define RLC_GPR_REG2                                      0xC4E8
14774cd92098Szrj #define		REQ      				0x00000001
14784cd92098Szrj #define		MESSAGE(x)      			((x) << 1)
14794cd92098Szrj #define		MESSAGE_MASK      			0x0000001e
14804cd92098Szrj #define		MSG_ENTER_RLC_SAFE_MODE      			1
14814cd92098Szrj #define		MSG_EXIT_RLC_SAFE_MODE      			0
14824cd92098Szrj 
148357e252bfSMichael Neumann #define CP_HPD_EOP_BASE_ADDR                              0xC904
148457e252bfSMichael Neumann #define CP_HPD_EOP_BASE_ADDR_HI                           0xC908
148557e252bfSMichael Neumann #define CP_HPD_EOP_VMID                                   0xC90C
148657e252bfSMichael Neumann #define CP_HPD_EOP_CONTROL                                0xC910
148757e252bfSMichael Neumann #define		EOP_SIZE(x)				((x) << 0)
148857e252bfSMichael Neumann #define		EOP_SIZE_MASK      			(0x3f << 0)
148957e252bfSMichael Neumann #define CP_MQD_BASE_ADDR                                  0xC914
149057e252bfSMichael Neumann #define CP_MQD_BASE_ADDR_HI                               0xC918
149157e252bfSMichael Neumann #define CP_HQD_ACTIVE                                     0xC91C
149257e252bfSMichael Neumann #define CP_HQD_VMID                                       0xC920
149357e252bfSMichael Neumann 
14947dcf36dcSFrançois Tigeot #define CP_HQD_PERSISTENT_STATE				0xC924u
14957dcf36dcSFrançois Tigeot #define	DEFAULT_CP_HQD_PERSISTENT_STATE			(0x33U << 8)
14967dcf36dcSFrançois Tigeot 
14977dcf36dcSFrançois Tigeot #define CP_HQD_PIPE_PRIORITY				0xC928u
14987dcf36dcSFrançois Tigeot #define CP_HQD_QUEUE_PRIORITY				0xC92Cu
14997dcf36dcSFrançois Tigeot #define CP_HQD_QUANTUM					0xC930u
15007dcf36dcSFrançois Tigeot #define	QUANTUM_EN					1U
15017dcf36dcSFrançois Tigeot #define	QUANTUM_SCALE_1MS				(1U << 4)
15027dcf36dcSFrançois Tigeot #define	QUANTUM_DURATION(x)				((x) << 8)
15037dcf36dcSFrançois Tigeot 
150457e252bfSMichael Neumann #define CP_HQD_PQ_BASE                                    0xC934
150557e252bfSMichael Neumann #define CP_HQD_PQ_BASE_HI                                 0xC938
150657e252bfSMichael Neumann #define CP_HQD_PQ_RPTR                                    0xC93C
150757e252bfSMichael Neumann #define CP_HQD_PQ_RPTR_REPORT_ADDR                        0xC940
150857e252bfSMichael Neumann #define CP_HQD_PQ_RPTR_REPORT_ADDR_HI                     0xC944
150957e252bfSMichael Neumann #define CP_HQD_PQ_WPTR_POLL_ADDR                          0xC948
151057e252bfSMichael Neumann #define CP_HQD_PQ_WPTR_POLL_ADDR_HI                       0xC94C
151157e252bfSMichael Neumann #define CP_HQD_PQ_DOORBELL_CONTROL                        0xC950
151257e252bfSMichael Neumann #define		DOORBELL_OFFSET(x)			((x) << 2)
151357e252bfSMichael Neumann #define		DOORBELL_OFFSET_MASK			(0x1fffff << 2)
151457e252bfSMichael Neumann #define		DOORBELL_SOURCE      			(1 << 28)
151557e252bfSMichael Neumann #define		DOORBELL_SCHD_HIT      			(1 << 29)
151657e252bfSMichael Neumann #define		DOORBELL_EN      			(1 << 30)
151757e252bfSMichael Neumann #define		DOORBELL_HIT      			(1 << 31)
151857e252bfSMichael Neumann #define CP_HQD_PQ_WPTR                                    0xC954
151957e252bfSMichael Neumann #define CP_HQD_PQ_CONTROL                                 0xC958
152057e252bfSMichael Neumann #define		QUEUE_SIZE(x)				((x) << 0)
152157e252bfSMichael Neumann #define		QUEUE_SIZE_MASK      			(0x3f << 0)
152257e252bfSMichael Neumann #define		RPTR_BLOCK_SIZE(x)			((x) << 8)
152357e252bfSMichael Neumann #define		RPTR_BLOCK_SIZE_MASK			(0x3f << 8)
152457e252bfSMichael Neumann #define		PQ_VOLATILE      			(1 << 26)
152557e252bfSMichael Neumann #define		NO_UPDATE_RPTR      			(1 << 27)
152657e252bfSMichael Neumann #define		UNORD_DISPATCH      			(1 << 28)
152757e252bfSMichael Neumann #define		ROQ_PQ_IB_FLIP      			(1 << 29)
152857e252bfSMichael Neumann #define		PRIV_STATE      			(1 << 30)
152957e252bfSMichael Neumann #define		KMD_QUEUE      				(1 << 31)
153057e252bfSMichael Neumann 
15317dcf36dcSFrançois Tigeot #define CP_HQD_IB_BASE_ADDR				0xC95Cu
15327dcf36dcSFrançois Tigeot #define CP_HQD_IB_BASE_ADDR_HI			0xC960u
15337dcf36dcSFrançois Tigeot #define CP_HQD_IB_RPTR					0xC964u
15347dcf36dcSFrançois Tigeot #define CP_HQD_IB_CONTROL				0xC968u
15357dcf36dcSFrançois Tigeot #define	IB_ATC_EN					(1U << 23)
15367dcf36dcSFrançois Tigeot #define	DEFAULT_MIN_IB_AVAIL_SIZE			(3U << 20)
15377dcf36dcSFrançois Tigeot 
153857e252bfSMichael Neumann #define CP_HQD_DEQUEUE_REQUEST			0xC974
15397dcf36dcSFrançois Tigeot #define	DEQUEUE_REQUEST_DRAIN				1
15407dcf36dcSFrançois Tigeot #define DEQUEUE_REQUEST_RESET				2
154157e252bfSMichael Neumann 
154257e252bfSMichael Neumann #define CP_MQD_CONTROL                                  0xC99C
154357e252bfSMichael Neumann #define		MQD_VMID(x)				((x) << 0)
154457e252bfSMichael Neumann #define		MQD_VMID_MASK      			(0xf << 0)
154557e252bfSMichael Neumann 
15467dcf36dcSFrançois Tigeot #define CP_HQD_SEMA_CMD					0xC97Cu
15477dcf36dcSFrançois Tigeot #define CP_HQD_MSG_TYPE					0xC980u
15487dcf36dcSFrançois Tigeot #define CP_HQD_ATOMIC0_PREOP_LO			0xC984u
15497dcf36dcSFrançois Tigeot #define CP_HQD_ATOMIC0_PREOP_HI			0xC988u
15507dcf36dcSFrançois Tigeot #define CP_HQD_ATOMIC1_PREOP_LO			0xC98Cu
15517dcf36dcSFrançois Tigeot #define CP_HQD_ATOMIC1_PREOP_HI			0xC990u
15527dcf36dcSFrançois Tigeot #define CP_HQD_HQ_SCHEDULER0			0xC994u
15537dcf36dcSFrançois Tigeot #define CP_HQD_HQ_SCHEDULER1			0xC998u
15547dcf36dcSFrançois Tigeot 
15557dcf36dcSFrançois Tigeot #define SH_STATIC_MEM_CONFIG			0x9604u
15567dcf36dcSFrançois Tigeot 
15574cd92098Szrj #define DB_RENDER_CONTROL                               0x28000
15584cd92098Szrj 
155957e252bfSMichael Neumann #define PA_SC_RASTER_CONFIG                             0x28350
156057e252bfSMichael Neumann #       define RASTER_CONFIG_RB_MAP_0                   0
156157e252bfSMichael Neumann #       define RASTER_CONFIG_RB_MAP_1                   1
156257e252bfSMichael Neumann #       define RASTER_CONFIG_RB_MAP_2                   2
156357e252bfSMichael Neumann #       define RASTER_CONFIG_RB_MAP_3                   3
1564c6f73aabSFrançois Tigeot #define		PKR_MAP(x)				((x) << 8)
156557e252bfSMichael Neumann 
156657e252bfSMichael Neumann #define VGT_EVENT_INITIATOR                             0x28a90
156757e252bfSMichael Neumann #       define SAMPLE_STREAMOUTSTATS1                   (1 << 0)
156857e252bfSMichael Neumann #       define SAMPLE_STREAMOUTSTATS2                   (2 << 0)
156957e252bfSMichael Neumann #       define SAMPLE_STREAMOUTSTATS3                   (3 << 0)
157057e252bfSMichael Neumann #       define CACHE_FLUSH_TS                           (4 << 0)
157157e252bfSMichael Neumann #       define CACHE_FLUSH                              (6 << 0)
157257e252bfSMichael Neumann #       define CS_PARTIAL_FLUSH                         (7 << 0)
157357e252bfSMichael Neumann #       define VGT_STREAMOUT_RESET                      (10 << 0)
157457e252bfSMichael Neumann #       define END_OF_PIPE_INCR_DE                      (11 << 0)
157557e252bfSMichael Neumann #       define END_OF_PIPE_IB_END                       (12 << 0)
157657e252bfSMichael Neumann #       define RST_PIX_CNT                              (13 << 0)
157757e252bfSMichael Neumann #       define VS_PARTIAL_FLUSH                         (15 << 0)
157857e252bfSMichael Neumann #       define PS_PARTIAL_FLUSH                         (16 << 0)
157957e252bfSMichael Neumann #       define CACHE_FLUSH_AND_INV_TS_EVENT             (20 << 0)
158057e252bfSMichael Neumann #       define ZPASS_DONE                               (21 << 0)
158157e252bfSMichael Neumann #       define CACHE_FLUSH_AND_INV_EVENT                (22 << 0)
158257e252bfSMichael Neumann #       define PERFCOUNTER_START                        (23 << 0)
158357e252bfSMichael Neumann #       define PERFCOUNTER_STOP                         (24 << 0)
158457e252bfSMichael Neumann #       define PIPELINESTAT_START                       (25 << 0)
158557e252bfSMichael Neumann #       define PIPELINESTAT_STOP                        (26 << 0)
158657e252bfSMichael Neumann #       define PERFCOUNTER_SAMPLE                       (27 << 0)
158757e252bfSMichael Neumann #       define SAMPLE_PIPELINESTAT                      (30 << 0)
158857e252bfSMichael Neumann #       define SO_VGT_STREAMOUT_FLUSH                   (31 << 0)
158957e252bfSMichael Neumann #       define SAMPLE_STREAMOUTSTATS                    (32 << 0)
159057e252bfSMichael Neumann #       define RESET_VTX_CNT                            (33 << 0)
159157e252bfSMichael Neumann #       define VGT_FLUSH                                (36 << 0)
159257e252bfSMichael Neumann #       define BOTTOM_OF_PIPE_TS                        (40 << 0)
159357e252bfSMichael Neumann #       define DB_CACHE_FLUSH_AND_INV                   (42 << 0)
159457e252bfSMichael Neumann #       define FLUSH_AND_INV_DB_DATA_TS                 (43 << 0)
159557e252bfSMichael Neumann #       define FLUSH_AND_INV_DB_META                    (44 << 0)
159657e252bfSMichael Neumann #       define FLUSH_AND_INV_CB_DATA_TS                 (45 << 0)
159757e252bfSMichael Neumann #       define FLUSH_AND_INV_CB_META                    (46 << 0)
159857e252bfSMichael Neumann #       define CS_DONE                                  (47 << 0)
159957e252bfSMichael Neumann #       define PS_DONE                                  (48 << 0)
160057e252bfSMichael Neumann #       define FLUSH_AND_INV_CB_PIXEL_DATA              (49 << 0)
160157e252bfSMichael Neumann #       define THREAD_TRACE_START                       (51 << 0)
160257e252bfSMichael Neumann #       define THREAD_TRACE_STOP                        (52 << 0)
160357e252bfSMichael Neumann #       define THREAD_TRACE_FLUSH                       (54 << 0)
160457e252bfSMichael Neumann #       define THREAD_TRACE_FINISH                      (55 << 0)
160557e252bfSMichael Neumann #       define PIXEL_PIPE_STAT_CONTROL                  (56 << 0)
160657e252bfSMichael Neumann #       define PIXEL_PIPE_STAT_DUMP                     (57 << 0)
160757e252bfSMichael Neumann #       define PIXEL_PIPE_STAT_RESET                    (58 << 0)
160857e252bfSMichael Neumann 
160957e252bfSMichael Neumann #define	SCRATCH_REG0					0x30100
161057e252bfSMichael Neumann #define	SCRATCH_REG1					0x30104
161157e252bfSMichael Neumann #define	SCRATCH_REG2					0x30108
161257e252bfSMichael Neumann #define	SCRATCH_REG3					0x3010C
161357e252bfSMichael Neumann #define	SCRATCH_REG4					0x30110
161457e252bfSMichael Neumann #define	SCRATCH_REG5					0x30114
161557e252bfSMichael Neumann #define	SCRATCH_REG6					0x30118
161657e252bfSMichael Neumann #define	SCRATCH_REG7					0x3011C
161757e252bfSMichael Neumann 
161857e252bfSMichael Neumann #define	SCRATCH_UMSK					0x30140
161957e252bfSMichael Neumann #define	SCRATCH_ADDR					0x30144
162057e252bfSMichael Neumann 
162157e252bfSMichael Neumann #define	CP_SEM_WAIT_TIMER				0x301BC
162257e252bfSMichael Neumann 
162357e252bfSMichael Neumann #define	CP_SEM_INCOMPLETE_TIMER_CNTL			0x301C8
162457e252bfSMichael Neumann 
162557e252bfSMichael Neumann #define	CP_WAIT_REG_MEM_TIMEOUT				0x301D0
162657e252bfSMichael Neumann 
162757e252bfSMichael Neumann #define GRBM_GFX_INDEX          			0x30800
162857e252bfSMichael Neumann #define		INSTANCE_INDEX(x)			((x) << 0)
162957e252bfSMichael Neumann #define		SH_INDEX(x)     			((x) << 8)
163057e252bfSMichael Neumann #define		SE_INDEX(x)     			((x) << 16)
163157e252bfSMichael Neumann #define		SH_BROADCAST_WRITES      		(1 << 29)
163257e252bfSMichael Neumann #define		INSTANCE_BROADCAST_WRITES      		(1 << 30)
163357e252bfSMichael Neumann #define		SE_BROADCAST_WRITES      		(1 << 31)
163457e252bfSMichael Neumann 
163557e252bfSMichael Neumann #define	VGT_ESGS_RING_SIZE				0x30900
163657e252bfSMichael Neumann #define	VGT_GSVS_RING_SIZE				0x30904
163757e252bfSMichael Neumann #define	VGT_PRIMITIVE_TYPE				0x30908
163857e252bfSMichael Neumann #define	VGT_INDEX_TYPE					0x3090C
163957e252bfSMichael Neumann 
164057e252bfSMichael Neumann #define	VGT_NUM_INDICES					0x30930
164157e252bfSMichael Neumann #define	VGT_NUM_INSTANCES				0x30934
164257e252bfSMichael Neumann #define	VGT_TF_RING_SIZE				0x30938
164357e252bfSMichael Neumann #define	VGT_HS_OFFCHIP_PARAM				0x3093C
164457e252bfSMichael Neumann #define	VGT_TF_MEMORY_BASE				0x30940
164557e252bfSMichael Neumann 
164657e252bfSMichael Neumann #define	PA_SU_LINE_STIPPLE_VALUE			0x30a00
164757e252bfSMichael Neumann #define	PA_SC_LINE_STIPPLE_STATE			0x30a04
164857e252bfSMichael Neumann 
164957e252bfSMichael Neumann #define	SQC_CACHES					0x30d20
165057e252bfSMichael Neumann 
165157e252bfSMichael Neumann #define	CP_PERFMON_CNTL					0x36020
165257e252bfSMichael Neumann 
16534cd92098Szrj #define	CGTS_SM_CTRL_REG				0x3c000
16544cd92098Szrj #define		SM_MODE(x)				((x) << 17)
16554cd92098Szrj #define		SM_MODE_MASK				(0x7 << 17)
16564cd92098Szrj #define		SM_MODE_ENABLE				(1 << 20)
16574cd92098Szrj #define		CGTS_OVERRIDE				(1 << 21)
16584cd92098Szrj #define		CGTS_LS_OVERRIDE			(1 << 22)
16594cd92098Szrj #define		ON_MONITOR_ADD_EN			(1 << 23)
16604cd92098Szrj #define		ON_MONITOR_ADD(x)			((x) << 24)
16614cd92098Szrj #define		ON_MONITOR_ADD_MASK			(0xff << 24)
16624cd92098Szrj 
166357e252bfSMichael Neumann #define	CGTS_TCC_DISABLE				0x3c00c
166457e252bfSMichael Neumann #define	CGTS_USER_TCC_DISABLE				0x3c010
166557e252bfSMichael Neumann #define		TCC_DISABLE_MASK				0xFFFF0000
166657e252bfSMichael Neumann #define		TCC_DISABLE_SHIFT				16
166757e252bfSMichael Neumann 
166857e252bfSMichael Neumann #define	CB_CGTT_SCLK_CTRL				0x3c2a0
166957e252bfSMichael Neumann 
167057e252bfSMichael Neumann /*
167157e252bfSMichael Neumann  * PM4
167257e252bfSMichael Neumann  */
167357e252bfSMichael Neumann #define	PACKET_TYPE0	0
167457e252bfSMichael Neumann #define	PACKET_TYPE1	1
167557e252bfSMichael Neumann #define	PACKET_TYPE2	2
167657e252bfSMichael Neumann #define	PACKET_TYPE3	3
167757e252bfSMichael Neumann 
167857e252bfSMichael Neumann #define CP_PACKET_GET_TYPE(h) (((h) >> 30) & 3)
167957e252bfSMichael Neumann #define CP_PACKET_GET_COUNT(h) (((h) >> 16) & 0x3FFF)
168057e252bfSMichael Neumann #define CP_PACKET0_GET_REG(h) (((h) & 0xFFFF) << 2)
168157e252bfSMichael Neumann #define CP_PACKET3_GET_OPCODE(h) (((h) >> 8) & 0xFF)
168257e252bfSMichael Neumann #define PACKET0(reg, n)	((PACKET_TYPE0 << 30) |				\
168357e252bfSMichael Neumann 			 (((reg) >> 2) & 0xFFFF) |			\
168457e252bfSMichael Neumann 			 ((n) & 0x3FFF) << 16)
168557e252bfSMichael Neumann #define CP_PACKET2			0x80000000
168657e252bfSMichael Neumann #define		PACKET2_PAD_SHIFT		0
168757e252bfSMichael Neumann #define		PACKET2_PAD_MASK		(0x3fffffff << 0)
168857e252bfSMichael Neumann 
168957e252bfSMichael Neumann #define PACKET2(v)	(CP_PACKET2 | REG_SET(PACKET2_PAD, (v)))
169057e252bfSMichael Neumann 
169157e252bfSMichael Neumann #define PACKET3(op, n)	((PACKET_TYPE3 << 30) |				\
169257e252bfSMichael Neumann 			 (((op) & 0xFF) << 8) |				\
169357e252bfSMichael Neumann 			 ((n) & 0x3FFF) << 16)
169457e252bfSMichael Neumann 
169557e252bfSMichael Neumann #define PACKET3_COMPUTE(op, n) (PACKET3(op, n) | 1 << 1)
169657e252bfSMichael Neumann 
169757e252bfSMichael Neumann /* Packet 3 types */
169857e252bfSMichael Neumann #define	PACKET3_NOP					0x10
169957e252bfSMichael Neumann #define	PACKET3_SET_BASE				0x11
170057e252bfSMichael Neumann #define		PACKET3_BASE_INDEX(x)                  ((x) << 0)
170157e252bfSMichael Neumann #define			CE_PARTITION_BASE		3
170257e252bfSMichael Neumann #define	PACKET3_CLEAR_STATE				0x12
170357e252bfSMichael Neumann #define	PACKET3_INDEX_BUFFER_SIZE			0x13
170457e252bfSMichael Neumann #define	PACKET3_DISPATCH_DIRECT				0x15
170557e252bfSMichael Neumann #define	PACKET3_DISPATCH_INDIRECT			0x16
170657e252bfSMichael Neumann #define	PACKET3_ATOMIC_GDS				0x1D
170757e252bfSMichael Neumann #define	PACKET3_ATOMIC_MEM				0x1E
170857e252bfSMichael Neumann #define	PACKET3_OCCLUSION_QUERY				0x1F
170957e252bfSMichael Neumann #define	PACKET3_SET_PREDICATION				0x20
171057e252bfSMichael Neumann #define	PACKET3_REG_RMW					0x21
171157e252bfSMichael Neumann #define	PACKET3_COND_EXEC				0x22
171257e252bfSMichael Neumann #define	PACKET3_PRED_EXEC				0x23
171357e252bfSMichael Neumann #define	PACKET3_DRAW_INDIRECT				0x24
171457e252bfSMichael Neumann #define	PACKET3_DRAW_INDEX_INDIRECT			0x25
171557e252bfSMichael Neumann #define	PACKET3_INDEX_BASE				0x26
171657e252bfSMichael Neumann #define	PACKET3_DRAW_INDEX_2				0x27
171757e252bfSMichael Neumann #define	PACKET3_CONTEXT_CONTROL				0x28
171857e252bfSMichael Neumann #define	PACKET3_INDEX_TYPE				0x2A
171957e252bfSMichael Neumann #define	PACKET3_DRAW_INDIRECT_MULTI			0x2C
172057e252bfSMichael Neumann #define	PACKET3_DRAW_INDEX_AUTO				0x2D
172157e252bfSMichael Neumann #define	PACKET3_NUM_INSTANCES				0x2F
172257e252bfSMichael Neumann #define	PACKET3_DRAW_INDEX_MULTI_AUTO			0x30
172357e252bfSMichael Neumann #define	PACKET3_INDIRECT_BUFFER_CONST			0x33
172457e252bfSMichael Neumann #define	PACKET3_STRMOUT_BUFFER_UPDATE			0x34
172557e252bfSMichael Neumann #define	PACKET3_DRAW_INDEX_OFFSET_2			0x35
172657e252bfSMichael Neumann #define	PACKET3_DRAW_PREAMBLE				0x36
172757e252bfSMichael Neumann #define	PACKET3_WRITE_DATA				0x37
172857e252bfSMichael Neumann #define		WRITE_DATA_DST_SEL(x)                   ((x) << 8)
172957e252bfSMichael Neumann                 /* 0 - register
173057e252bfSMichael Neumann 		 * 1 - memory (sync - via GRBM)
173157e252bfSMichael Neumann 		 * 2 - gl2
173257e252bfSMichael Neumann 		 * 3 - gds
173357e252bfSMichael Neumann 		 * 4 - reserved
173457e252bfSMichael Neumann 		 * 5 - memory (async - direct)
173557e252bfSMichael Neumann 		 */
173657e252bfSMichael Neumann #define		WR_ONE_ADDR                             (1 << 16)
173757e252bfSMichael Neumann #define		WR_CONFIRM                              (1 << 20)
173857e252bfSMichael Neumann #define		WRITE_DATA_CACHE_POLICY(x)              ((x) << 25)
173957e252bfSMichael Neumann                 /* 0 - LRU
174057e252bfSMichael Neumann 		 * 1 - Stream
174157e252bfSMichael Neumann 		 */
174257e252bfSMichael Neumann #define		WRITE_DATA_ENGINE_SEL(x)                ((x) << 30)
174357e252bfSMichael Neumann                 /* 0 - me
174457e252bfSMichael Neumann 		 * 1 - pfp
174557e252bfSMichael Neumann 		 * 2 - ce
174657e252bfSMichael Neumann 		 */
174757e252bfSMichael Neumann #define	PACKET3_DRAW_INDEX_INDIRECT_MULTI		0x38
174857e252bfSMichael Neumann #define	PACKET3_MEM_SEMAPHORE				0x39
174957e252bfSMichael Neumann #              define PACKET3_SEM_USE_MAILBOX       (0x1 << 16)
175057e252bfSMichael Neumann #              define PACKET3_SEM_SEL_SIGNAL_TYPE   (0x1 << 20) /* 0 = increment, 1 = write 1 */
175157e252bfSMichael Neumann #              define PACKET3_SEM_CLIENT_CODE	    ((x) << 24) /* 0 = CP, 1 = CB, 2 = DB */
175257e252bfSMichael Neumann #              define PACKET3_SEM_SEL_SIGNAL	    (0x6 << 29)
175357e252bfSMichael Neumann #              define PACKET3_SEM_SEL_WAIT	    (0x7 << 29)
175457e252bfSMichael Neumann #define	PACKET3_COPY_DW					0x3B
175557e252bfSMichael Neumann #define	PACKET3_WAIT_REG_MEM				0x3C
175657e252bfSMichael Neumann #define		WAIT_REG_MEM_FUNCTION(x)                ((x) << 0)
175757e252bfSMichael Neumann                 /* 0 - always
175857e252bfSMichael Neumann 		 * 1 - <
175957e252bfSMichael Neumann 		 * 2 - <=
176057e252bfSMichael Neumann 		 * 3 - ==
176157e252bfSMichael Neumann 		 * 4 - !=
176257e252bfSMichael Neumann 		 * 5 - >=
176357e252bfSMichael Neumann 		 * 6 - >
176457e252bfSMichael Neumann 		 */
176557e252bfSMichael Neumann #define		WAIT_REG_MEM_MEM_SPACE(x)               ((x) << 4)
176657e252bfSMichael Neumann                 /* 0 - reg
176757e252bfSMichael Neumann 		 * 1 - mem
176857e252bfSMichael Neumann 		 */
176957e252bfSMichael Neumann #define		WAIT_REG_MEM_OPERATION(x)               ((x) << 6)
177057e252bfSMichael Neumann                 /* 0 - wait_reg_mem
177157e252bfSMichael Neumann 		 * 1 - wr_wait_wr_reg
177257e252bfSMichael Neumann 		 */
177357e252bfSMichael Neumann #define		WAIT_REG_MEM_ENGINE(x)                  ((x) << 8)
177457e252bfSMichael Neumann                 /* 0 - me
177557e252bfSMichael Neumann 		 * 1 - pfp
177657e252bfSMichael Neumann 		 */
177757e252bfSMichael Neumann #define	PACKET3_INDIRECT_BUFFER				0x3F
177857e252bfSMichael Neumann #define		INDIRECT_BUFFER_TCL2_VOLATILE           (1 << 22)
177957e252bfSMichael Neumann #define		INDIRECT_BUFFER_VALID                   (1 << 23)
178057e252bfSMichael Neumann #define		INDIRECT_BUFFER_CACHE_POLICY(x)         ((x) << 28)
178157e252bfSMichael Neumann                 /* 0 - LRU
178257e252bfSMichael Neumann 		 * 1 - Stream
178357e252bfSMichael Neumann 		 * 2 - Bypass
178457e252bfSMichael Neumann 		 */
178557e252bfSMichael Neumann #define	PACKET3_COPY_DATA				0x40
178657e252bfSMichael Neumann #define	PACKET3_PFP_SYNC_ME				0x42
178757e252bfSMichael Neumann #define	PACKET3_SURFACE_SYNC				0x43
178857e252bfSMichael Neumann #              define PACKET3_DEST_BASE_0_ENA      (1 << 0)
178957e252bfSMichael Neumann #              define PACKET3_DEST_BASE_1_ENA      (1 << 1)
179057e252bfSMichael Neumann #              define PACKET3_CB0_DEST_BASE_ENA    (1 << 6)
179157e252bfSMichael Neumann #              define PACKET3_CB1_DEST_BASE_ENA    (1 << 7)
179257e252bfSMichael Neumann #              define PACKET3_CB2_DEST_BASE_ENA    (1 << 8)
179357e252bfSMichael Neumann #              define PACKET3_CB3_DEST_BASE_ENA    (1 << 9)
179457e252bfSMichael Neumann #              define PACKET3_CB4_DEST_BASE_ENA    (1 << 10)
179557e252bfSMichael Neumann #              define PACKET3_CB5_DEST_BASE_ENA    (1 << 11)
179657e252bfSMichael Neumann #              define PACKET3_CB6_DEST_BASE_ENA    (1 << 12)
179757e252bfSMichael Neumann #              define PACKET3_CB7_DEST_BASE_ENA    (1 << 13)
179857e252bfSMichael Neumann #              define PACKET3_DB_DEST_BASE_ENA     (1 << 14)
179957e252bfSMichael Neumann #              define PACKET3_TCL1_VOL_ACTION_ENA  (1 << 15)
180057e252bfSMichael Neumann #              define PACKET3_TC_VOL_ACTION_ENA    (1 << 16) /* L2 */
180157e252bfSMichael Neumann #              define PACKET3_TC_WB_ACTION_ENA     (1 << 18) /* L2 */
180257e252bfSMichael Neumann #              define PACKET3_DEST_BASE_2_ENA      (1 << 19)
180357e252bfSMichael Neumann #              define PACKET3_DEST_BASE_3_ENA      (1 << 21)
180457e252bfSMichael Neumann #              define PACKET3_TCL1_ACTION_ENA      (1 << 22)
180557e252bfSMichael Neumann #              define PACKET3_TC_ACTION_ENA        (1 << 23) /* L2 */
180657e252bfSMichael Neumann #              define PACKET3_CB_ACTION_ENA        (1 << 25)
180757e252bfSMichael Neumann #              define PACKET3_DB_ACTION_ENA        (1 << 26)
180857e252bfSMichael Neumann #              define PACKET3_SH_KCACHE_ACTION_ENA (1 << 27)
180957e252bfSMichael Neumann #              define PACKET3_SH_KCACHE_VOL_ACTION_ENA (1 << 28)
181057e252bfSMichael Neumann #              define PACKET3_SH_ICACHE_ACTION_ENA (1 << 29)
181157e252bfSMichael Neumann #define	PACKET3_COND_WRITE				0x45
181257e252bfSMichael Neumann #define	PACKET3_EVENT_WRITE				0x46
181357e252bfSMichael Neumann #define		EVENT_TYPE(x)                           ((x) << 0)
181457e252bfSMichael Neumann #define		EVENT_INDEX(x)                          ((x) << 8)
181557e252bfSMichael Neumann                 /* 0 - any non-TS event
181657e252bfSMichael Neumann 		 * 1 - ZPASS_DONE, PIXEL_PIPE_STAT_*
181757e252bfSMichael Neumann 		 * 2 - SAMPLE_PIPELINESTAT
181857e252bfSMichael Neumann 		 * 3 - SAMPLE_STREAMOUTSTAT*
181957e252bfSMichael Neumann 		 * 4 - *S_PARTIAL_FLUSH
182057e252bfSMichael Neumann 		 * 5 - EOP events
182157e252bfSMichael Neumann 		 * 6 - EOS events
182257e252bfSMichael Neumann 		 */
182357e252bfSMichael Neumann #define	PACKET3_EVENT_WRITE_EOP				0x47
182457e252bfSMichael Neumann #define		EOP_TCL1_VOL_ACTION_EN                  (1 << 12)
182557e252bfSMichael Neumann #define		EOP_TC_VOL_ACTION_EN                    (1 << 13) /* L2 */
182657e252bfSMichael Neumann #define		EOP_TC_WB_ACTION_EN                     (1 << 15) /* L2 */
182757e252bfSMichael Neumann #define		EOP_TCL1_ACTION_EN                      (1 << 16)
182857e252bfSMichael Neumann #define		EOP_TC_ACTION_EN                        (1 << 17) /* L2 */
1829c6f73aabSFrançois Tigeot #define		EOP_TCL2_VOLATILE                       (1 << 24)
183057e252bfSMichael Neumann #define		EOP_CACHE_POLICY(x)                     ((x) << 25)
183157e252bfSMichael Neumann                 /* 0 - LRU
183257e252bfSMichael Neumann 		 * 1 - Stream
183357e252bfSMichael Neumann 		 * 2 - Bypass
183457e252bfSMichael Neumann 		 */
183557e252bfSMichael Neumann #define		DATA_SEL(x)                             ((x) << 29)
183657e252bfSMichael Neumann                 /* 0 - discard
183757e252bfSMichael Neumann 		 * 1 - send low 32bit data
183857e252bfSMichael Neumann 		 * 2 - send 64bit data
183957e252bfSMichael Neumann 		 * 3 - send 64bit GPU counter value
184057e252bfSMichael Neumann 		 * 4 - send 64bit sys counter value
184157e252bfSMichael Neumann 		 */
184257e252bfSMichael Neumann #define		INT_SEL(x)                              ((x) << 24)
184357e252bfSMichael Neumann                 /* 0 - none
184457e252bfSMichael Neumann 		 * 1 - interrupt only (DATA_SEL = 0)
184557e252bfSMichael Neumann 		 * 2 - interrupt when data write is confirmed
184657e252bfSMichael Neumann 		 */
184757e252bfSMichael Neumann #define		DST_SEL(x)                              ((x) << 16)
184857e252bfSMichael Neumann                 /* 0 - MC
184957e252bfSMichael Neumann 		 * 1 - TC/L2
185057e252bfSMichael Neumann 		 */
185157e252bfSMichael Neumann #define	PACKET3_EVENT_WRITE_EOS				0x48
185257e252bfSMichael Neumann #define	PACKET3_RELEASE_MEM				0x49
185357e252bfSMichael Neumann #define	PACKET3_PREAMBLE_CNTL				0x4A
185457e252bfSMichael Neumann #              define PACKET3_PREAMBLE_BEGIN_CLEAR_STATE     (2 << 28)
185557e252bfSMichael Neumann #              define PACKET3_PREAMBLE_END_CLEAR_STATE       (3 << 28)
185657e252bfSMichael Neumann #define	PACKET3_DMA_DATA				0x50
1857c6f73aabSFrançois Tigeot /* 1. header
1858c6f73aabSFrançois Tigeot  * 2. CONTROL
1859c6f73aabSFrançois Tigeot  * 3. SRC_ADDR_LO or DATA [31:0]
1860c6f73aabSFrançois Tigeot  * 4. SRC_ADDR_HI [31:0]
1861c6f73aabSFrançois Tigeot  * 5. DST_ADDR_LO [31:0]
1862c6f73aabSFrançois Tigeot  * 6. DST_ADDR_HI [7:0]
1863c6f73aabSFrançois Tigeot  * 7. COMMAND [30:21] | BYTE_COUNT [20:0]
1864c6f73aabSFrançois Tigeot  */
1865c6f73aabSFrançois Tigeot /* CONTROL */
1866c6f73aabSFrançois Tigeot #              define PACKET3_DMA_DATA_ENGINE(x)     ((x) << 0)
1867c6f73aabSFrançois Tigeot                 /* 0 - ME
1868c6f73aabSFrançois Tigeot 		 * 1 - PFP
1869c6f73aabSFrançois Tigeot 		 */
1870c6f73aabSFrançois Tigeot #              define PACKET3_DMA_DATA_SRC_CACHE_POLICY(x) ((x) << 13)
1871c6f73aabSFrançois Tigeot                 /* 0 - LRU
1872c6f73aabSFrançois Tigeot 		 * 1 - Stream
1873c6f73aabSFrançois Tigeot 		 * 2 - Bypass
1874c6f73aabSFrançois Tigeot 		 */
1875c6f73aabSFrançois Tigeot #              define PACKET3_DMA_DATA_SRC_VOLATILE (1 << 15)
1876c6f73aabSFrançois Tigeot #              define PACKET3_DMA_DATA_DST_SEL(x)  ((x) << 20)
1877c6f73aabSFrançois Tigeot                 /* 0 - DST_ADDR using DAS
1878c6f73aabSFrançois Tigeot 		 * 1 - GDS
1879c6f73aabSFrançois Tigeot 		 * 3 - DST_ADDR using L2
1880c6f73aabSFrançois Tigeot 		 */
1881c6f73aabSFrançois Tigeot #              define PACKET3_DMA_DATA_DST_CACHE_POLICY(x) ((x) << 25)
1882c6f73aabSFrançois Tigeot                 /* 0 - LRU
1883c6f73aabSFrançois Tigeot 		 * 1 - Stream
1884c6f73aabSFrançois Tigeot 		 * 2 - Bypass
1885c6f73aabSFrançois Tigeot 		 */
1886c6f73aabSFrançois Tigeot #              define PACKET3_DMA_DATA_DST_VOLATILE (1 << 27)
1887c6f73aabSFrançois Tigeot #              define PACKET3_DMA_DATA_SRC_SEL(x)  ((x) << 29)
1888c6f73aabSFrançois Tigeot                 /* 0 - SRC_ADDR using SAS
1889c6f73aabSFrançois Tigeot 		 * 1 - GDS
1890c6f73aabSFrançois Tigeot 		 * 2 - DATA
1891c6f73aabSFrançois Tigeot 		 * 3 - SRC_ADDR using L2
1892c6f73aabSFrançois Tigeot 		 */
1893c6f73aabSFrançois Tigeot #              define PACKET3_DMA_DATA_CP_SYNC     (1 << 31)
1894c6f73aabSFrançois Tigeot /* COMMAND */
1895c6f73aabSFrançois Tigeot #              define PACKET3_DMA_DATA_DIS_WC      (1 << 21)
1896c6f73aabSFrançois Tigeot #              define PACKET3_DMA_DATA_CMD_SRC_SWAP(x) ((x) << 22)
1897c6f73aabSFrançois Tigeot                 /* 0 - none
1898c6f73aabSFrançois Tigeot 		 * 1 - 8 in 16
1899c6f73aabSFrançois Tigeot 		 * 2 - 8 in 32
1900c6f73aabSFrançois Tigeot 		 * 3 - 8 in 64
1901c6f73aabSFrançois Tigeot 		 */
1902c6f73aabSFrançois Tigeot #              define PACKET3_DMA_DATA_CMD_DST_SWAP(x) ((x) << 24)
1903c6f73aabSFrançois Tigeot                 /* 0 - none
1904c6f73aabSFrançois Tigeot 		 * 1 - 8 in 16
1905c6f73aabSFrançois Tigeot 		 * 2 - 8 in 32
1906c6f73aabSFrançois Tigeot 		 * 3 - 8 in 64
1907c6f73aabSFrançois Tigeot 		 */
1908c6f73aabSFrançois Tigeot #              define PACKET3_DMA_DATA_CMD_SAS     (1 << 26)
1909c6f73aabSFrançois Tigeot                 /* 0 - memory
1910c6f73aabSFrançois Tigeot 		 * 1 - register
1911c6f73aabSFrançois Tigeot 		 */
1912c6f73aabSFrançois Tigeot #              define PACKET3_DMA_DATA_CMD_DAS     (1 << 27)
1913c6f73aabSFrançois Tigeot                 /* 0 - memory
1914c6f73aabSFrançois Tigeot 		 * 1 - register
1915c6f73aabSFrançois Tigeot 		 */
1916c6f73aabSFrançois Tigeot #              define PACKET3_DMA_DATA_CMD_SAIC    (1 << 28)
1917c6f73aabSFrançois Tigeot #              define PACKET3_DMA_DATA_CMD_DAIC    (1 << 29)
1918c6f73aabSFrançois Tigeot #              define PACKET3_DMA_DATA_CMD_RAW_WAIT  (1 << 30)
191957e252bfSMichael Neumann #define	PACKET3_AQUIRE_MEM				0x58
192057e252bfSMichael Neumann #define	PACKET3_REWIND					0x59
192157e252bfSMichael Neumann #define	PACKET3_LOAD_UCONFIG_REG			0x5E
192257e252bfSMichael Neumann #define	PACKET3_LOAD_SH_REG				0x5F
192357e252bfSMichael Neumann #define	PACKET3_LOAD_CONFIG_REG				0x60
192457e252bfSMichael Neumann #define	PACKET3_LOAD_CONTEXT_REG			0x61
192557e252bfSMichael Neumann #define	PACKET3_SET_CONFIG_REG				0x68
192657e252bfSMichael Neumann #define		PACKET3_SET_CONFIG_REG_START			0x00008000
192757e252bfSMichael Neumann #define		PACKET3_SET_CONFIG_REG_END			0x0000b000
192857e252bfSMichael Neumann #define	PACKET3_SET_CONTEXT_REG				0x69
192957e252bfSMichael Neumann #define		PACKET3_SET_CONTEXT_REG_START			0x00028000
193057e252bfSMichael Neumann #define		PACKET3_SET_CONTEXT_REG_END			0x00029000
193157e252bfSMichael Neumann #define	PACKET3_SET_CONTEXT_REG_INDIRECT		0x73
193257e252bfSMichael Neumann #define	PACKET3_SET_SH_REG				0x76
193357e252bfSMichael Neumann #define		PACKET3_SET_SH_REG_START			0x0000b000
193457e252bfSMichael Neumann #define		PACKET3_SET_SH_REG_END				0x0000c000
193557e252bfSMichael Neumann #define	PACKET3_SET_SH_REG_OFFSET			0x77
193657e252bfSMichael Neumann #define	PACKET3_SET_QUEUE_REG				0x78
193757e252bfSMichael Neumann #define	PACKET3_SET_UCONFIG_REG				0x79
193857e252bfSMichael Neumann #define		PACKET3_SET_UCONFIG_REG_START			0x00030000
193957e252bfSMichael Neumann #define		PACKET3_SET_UCONFIG_REG_END			0x00031000
194057e252bfSMichael Neumann #define	PACKET3_SCRATCH_RAM_WRITE			0x7D
194157e252bfSMichael Neumann #define	PACKET3_SCRATCH_RAM_READ			0x7E
194257e252bfSMichael Neumann #define	PACKET3_LOAD_CONST_RAM				0x80
194357e252bfSMichael Neumann #define	PACKET3_WRITE_CONST_RAM				0x81
194457e252bfSMichael Neumann #define	PACKET3_DUMP_CONST_RAM				0x83
194557e252bfSMichael Neumann #define	PACKET3_INCREMENT_CE_COUNTER			0x84
194657e252bfSMichael Neumann #define	PACKET3_INCREMENT_DE_COUNTER			0x85
194757e252bfSMichael Neumann #define	PACKET3_WAIT_ON_CE_COUNTER			0x86
194857e252bfSMichael Neumann #define	PACKET3_WAIT_ON_DE_COUNTER_DIFF			0x88
194957e252bfSMichael Neumann #define	PACKET3_SWITCH_BUFFER				0x8B
195057e252bfSMichael Neumann 
195157e252bfSMichael Neumann /* SDMA - first instance at 0xd000, second at 0xd800 */
195257e252bfSMichael Neumann #define SDMA0_REGISTER_OFFSET                             0x0 /* not a register */
195357e252bfSMichael Neumann #define SDMA1_REGISTER_OFFSET                             0x800 /* not a register */
195457e252bfSMichael Neumann 
195557e252bfSMichael Neumann #define	SDMA0_UCODE_ADDR                                  0xD000
195657e252bfSMichael Neumann #define	SDMA0_UCODE_DATA                                  0xD004
19574cd92098Szrj #define	SDMA0_POWER_CNTL                                  0xD008
19584cd92098Szrj #define	SDMA0_CLK_CTRL                                    0xD00C
195957e252bfSMichael Neumann 
196057e252bfSMichael Neumann #define SDMA0_CNTL                                        0xD010
196157e252bfSMichael Neumann #       define TRAP_ENABLE                                (1 << 0)
196257e252bfSMichael Neumann #       define SEM_INCOMPLETE_INT_ENABLE                  (1 << 1)
196357e252bfSMichael Neumann #       define SEM_WAIT_INT_ENABLE                        (1 << 2)
196457e252bfSMichael Neumann #       define DATA_SWAP_ENABLE                           (1 << 3)
196557e252bfSMichael Neumann #       define FENCE_SWAP_ENABLE                          (1 << 4)
196657e252bfSMichael Neumann #       define AUTO_CTXSW_ENABLE                          (1 << 18)
196757e252bfSMichael Neumann #       define CTXEMPTY_INT_ENABLE                        (1 << 28)
196857e252bfSMichael Neumann 
196957e252bfSMichael Neumann #define SDMA0_TILING_CONFIG  				  0xD018
197057e252bfSMichael Neumann 
197157e252bfSMichael Neumann #define SDMA0_SEM_INCOMPLETE_TIMER_CNTL                   0xD020
197257e252bfSMichael Neumann #define SDMA0_SEM_WAIT_FAIL_TIMER_CNTL                    0xD024
197357e252bfSMichael Neumann 
197457e252bfSMichael Neumann #define SDMA0_STATUS_REG                                  0xd034
197557e252bfSMichael Neumann #       define SDMA_IDLE                                  (1 << 0)
197657e252bfSMichael Neumann 
197757e252bfSMichael Neumann #define SDMA0_ME_CNTL                                     0xD048
197857e252bfSMichael Neumann #       define SDMA_HALT                                  (1 << 0)
197957e252bfSMichael Neumann 
198057e252bfSMichael Neumann #define SDMA0_GFX_RB_CNTL                                 0xD200
198157e252bfSMichael Neumann #       define SDMA_RB_ENABLE                             (1 << 0)
198257e252bfSMichael Neumann #       define SDMA_RB_SIZE(x)                            ((x) << 1) /* log2 */
198357e252bfSMichael Neumann #       define SDMA_RB_SWAP_ENABLE                        (1 << 9) /* 8IN32 */
198457e252bfSMichael Neumann #       define SDMA_RPTR_WRITEBACK_ENABLE                 (1 << 12)
198557e252bfSMichael Neumann #       define SDMA_RPTR_WRITEBACK_SWAP_ENABLE            (1 << 13)  /* 8IN32 */
198657e252bfSMichael Neumann #       define SDMA_RPTR_WRITEBACK_TIMER(x)               ((x) << 16) /* log2 */
198757e252bfSMichael Neumann #define SDMA0_GFX_RB_BASE                                 0xD204
198857e252bfSMichael Neumann #define SDMA0_GFX_RB_BASE_HI                              0xD208
198957e252bfSMichael Neumann #define SDMA0_GFX_RB_RPTR                                 0xD20C
199057e252bfSMichael Neumann #define SDMA0_GFX_RB_WPTR                                 0xD210
199157e252bfSMichael Neumann 
199257e252bfSMichael Neumann #define SDMA0_GFX_RB_RPTR_ADDR_HI                         0xD220
199357e252bfSMichael Neumann #define SDMA0_GFX_RB_RPTR_ADDR_LO                         0xD224
199457e252bfSMichael Neumann #define SDMA0_GFX_IB_CNTL                                 0xD228
199557e252bfSMichael Neumann #       define SDMA_IB_ENABLE                             (1 << 0)
199657e252bfSMichael Neumann #       define SDMA_IB_SWAP_ENABLE                        (1 << 4)
199757e252bfSMichael Neumann #       define SDMA_SWITCH_INSIDE_IB                      (1 << 8)
199857e252bfSMichael Neumann #       define SDMA_CMD_VMID(x)                           ((x) << 16)
199957e252bfSMichael Neumann 
200057e252bfSMichael Neumann #define SDMA0_GFX_VIRTUAL_ADDR                            0xD29C
200157e252bfSMichael Neumann #define SDMA0_GFX_APE1_CNTL                               0xD2A0
200257e252bfSMichael Neumann 
200357e252bfSMichael Neumann #define SDMA_PACKET(op, sub_op, e)	((((e) & 0xFFFF) << 16) |	\
200457e252bfSMichael Neumann 					 (((sub_op) & 0xFF) << 8) |	\
200557e252bfSMichael Neumann 					 (((op) & 0xFF) << 0))
200657e252bfSMichael Neumann /* sDMA opcodes */
200757e252bfSMichael Neumann #define	SDMA_OPCODE_NOP					  0
200857e252bfSMichael Neumann #define	SDMA_OPCODE_COPY				  1
200957e252bfSMichael Neumann #       define SDMA_COPY_SUB_OPCODE_LINEAR                0
201057e252bfSMichael Neumann #       define SDMA_COPY_SUB_OPCODE_TILED                 1
201157e252bfSMichael Neumann #       define SDMA_COPY_SUB_OPCODE_SOA                   3
201257e252bfSMichael Neumann #       define SDMA_COPY_SUB_OPCODE_LINEAR_SUB_WINDOW     4
201357e252bfSMichael Neumann #       define SDMA_COPY_SUB_OPCODE_TILED_SUB_WINDOW      5
201457e252bfSMichael Neumann #       define SDMA_COPY_SUB_OPCODE_T2T_SUB_WINDOW        6
201557e252bfSMichael Neumann #define	SDMA_OPCODE_WRITE				  2
201657e252bfSMichael Neumann #       define SDMA_WRITE_SUB_OPCODE_LINEAR               0
2017*a85cb24fSFrançois Tigeot #       define SDMA_WRITE_SUB_OPCODE_TILED                1
201857e252bfSMichael Neumann #define	SDMA_OPCODE_INDIRECT_BUFFER			  4
201957e252bfSMichael Neumann #define	SDMA_OPCODE_FENCE				  5
202057e252bfSMichael Neumann #define	SDMA_OPCODE_TRAP				  6
202157e252bfSMichael Neumann #define	SDMA_OPCODE_SEMAPHORE				  7
202257e252bfSMichael Neumann #       define SDMA_SEMAPHORE_EXTRA_O                     (1 << 13)
202357e252bfSMichael Neumann                 /* 0 - increment
202457e252bfSMichael Neumann 		 * 1 - write 1
202557e252bfSMichael Neumann 		 */
202657e252bfSMichael Neumann #       define SDMA_SEMAPHORE_EXTRA_S                     (1 << 14)
202757e252bfSMichael Neumann                 /* 0 - wait
202857e252bfSMichael Neumann 		 * 1 - signal
202957e252bfSMichael Neumann 		 */
203057e252bfSMichael Neumann #       define SDMA_SEMAPHORE_EXTRA_M                     (1 << 15)
203157e252bfSMichael Neumann                 /* mailbox */
203257e252bfSMichael Neumann #define	SDMA_OPCODE_POLL_REG_MEM			  8
203357e252bfSMichael Neumann #       define SDMA_POLL_REG_MEM_EXTRA_OP(x)              ((x) << 10)
203457e252bfSMichael Neumann                 /* 0 - wait_reg_mem
203557e252bfSMichael Neumann 		 * 1 - wr_wait_wr_reg
203657e252bfSMichael Neumann 		 */
203757e252bfSMichael Neumann #       define SDMA_POLL_REG_MEM_EXTRA_FUNC(x)            ((x) << 12)
203857e252bfSMichael Neumann                 /* 0 - always
203957e252bfSMichael Neumann 		 * 1 - <
204057e252bfSMichael Neumann 		 * 2 - <=
204157e252bfSMichael Neumann 		 * 3 - ==
204257e252bfSMichael Neumann 		 * 4 - !=
204357e252bfSMichael Neumann 		 * 5 - >=
204457e252bfSMichael Neumann 		 * 6 - >
204557e252bfSMichael Neumann 		 */
204657e252bfSMichael Neumann #       define SDMA_POLL_REG_MEM_EXTRA_M                  (1 << 15)
204757e252bfSMichael Neumann                 /* 0 = register
204857e252bfSMichael Neumann 		 * 1 = memory
204957e252bfSMichael Neumann 		 */
205057e252bfSMichael Neumann #define	SDMA_OPCODE_COND_EXEC				  9
205157e252bfSMichael Neumann #define	SDMA_OPCODE_CONSTANT_FILL			  11
205257e252bfSMichael Neumann #       define SDMA_CONSTANT_FILL_EXTRA_SIZE(x)           ((x) << 14)
205357e252bfSMichael Neumann                 /* 0 = byte fill
205457e252bfSMichael Neumann 		 * 2 = DW fill
205557e252bfSMichael Neumann 		 */
205657e252bfSMichael Neumann #define	SDMA_OPCODE_GENERATE_PTE_PDE			  12
205757e252bfSMichael Neumann #define	SDMA_OPCODE_TIMESTAMP				  13
205857e252bfSMichael Neumann #       define SDMA_TIMESTAMP_SUB_OPCODE_SET_LOCAL        0
205957e252bfSMichael Neumann #       define SDMA_TIMESTAMP_SUB_OPCODE_GET_LOCAL        1
206057e252bfSMichael Neumann #       define SDMA_TIMESTAMP_SUB_OPCODE_GET_GLOBAL       2
206157e252bfSMichael Neumann #define	SDMA_OPCODE_SRBM_WRITE				  14
206257e252bfSMichael Neumann #       define SDMA_SRBM_WRITE_EXTRA_BYTE_ENABLE(x)       ((x) << 12)
206357e252bfSMichael Neumann                 /* byte mask */
206457e252bfSMichael Neumann 
206557e252bfSMichael Neumann /* UVD */
206657e252bfSMichael Neumann 
206757e252bfSMichael Neumann #define UVD_UDEC_ADDR_CONFIG		0xef4c
206857e252bfSMichael Neumann #define UVD_UDEC_DB_ADDR_CONFIG		0xef50
206957e252bfSMichael Neumann #define UVD_UDEC_DBW_ADDR_CONFIG	0xef54
20701dedbd3bSFrançois Tigeot #define UVD_NO_OP			0xeffc
207157e252bfSMichael Neumann 
207257e252bfSMichael Neumann #define UVD_LMI_EXT40_ADDR		0xf498
2073d78d3a22SFrançois Tigeot #define UVD_GP_SCRATCH4			0xf4e0
207457e252bfSMichael Neumann #define UVD_LMI_ADDR_EXT		0xf594
207557e252bfSMichael Neumann #define UVD_VCPU_CACHE_OFFSET0		0xf608
207657e252bfSMichael Neumann #define UVD_VCPU_CACHE_SIZE0		0xf60c
207757e252bfSMichael Neumann #define UVD_VCPU_CACHE_OFFSET1		0xf610
207857e252bfSMichael Neumann #define UVD_VCPU_CACHE_SIZE1		0xf614
207957e252bfSMichael Neumann #define UVD_VCPU_CACHE_OFFSET2		0xf618
208057e252bfSMichael Neumann #define UVD_VCPU_CACHE_SIZE2		0xf61c
208157e252bfSMichael Neumann 
208257e252bfSMichael Neumann #define UVD_RBC_RB_RPTR			0xf690
208357e252bfSMichael Neumann #define UVD_RBC_RB_WPTR			0xf694
208457e252bfSMichael Neumann 
20854cd92098Szrj #define	UVD_CGC_CTRL					0xF4B0
20864cd92098Szrj #	define DCM					(1 << 0)
20874cd92098Szrj #	define CG_DT(x)					((x) << 2)
20884cd92098Szrj #	define CG_DT_MASK				(0xf << 2)
20894cd92098Szrj #	define CLK_OD(x)				((x) << 6)
20904cd92098Szrj #	define CLK_OD_MASK				(0x1f << 6)
20914cd92098Szrj 
2092c59a5c48SFrançois Tigeot #define UVD_STATUS					0xf6bc
2093c59a5c48SFrançois Tigeot 
209457e252bfSMichael Neumann /* UVD clocks */
209557e252bfSMichael Neumann 
209657e252bfSMichael Neumann #define CG_DCLK_CNTL			0xC050009C
209757e252bfSMichael Neumann #	define DCLK_DIVIDER_MASK	0x7f
209857e252bfSMichael Neumann #	define DCLK_DIR_CNTL_EN		(1 << 8)
209957e252bfSMichael Neumann #define CG_DCLK_STATUS			0xC05000A0
210057e252bfSMichael Neumann #	define DCLK_STATUS		(1 << 0)
210157e252bfSMichael Neumann #define CG_VCLK_CNTL			0xC05000A4
210257e252bfSMichael Neumann #define CG_VCLK_STATUS			0xC05000A8
210357e252bfSMichael Neumann 
21044cd92098Szrj /* UVD CTX indirect */
21054cd92098Szrj #define	UVD_CGC_MEM_CTRL				0xC0
21064cd92098Szrj 
2107c6f73aabSFrançois Tigeot /* VCE */
2108c6f73aabSFrançois Tigeot 
2109c6f73aabSFrançois Tigeot #define VCE_VCPU_CACHE_OFFSET0		0x20024
2110c6f73aabSFrançois Tigeot #define VCE_VCPU_CACHE_SIZE0		0x20028
2111c6f73aabSFrançois Tigeot #define VCE_VCPU_CACHE_OFFSET1		0x2002c
2112c6f73aabSFrançois Tigeot #define VCE_VCPU_CACHE_SIZE1		0x20030
2113c6f73aabSFrançois Tigeot #define VCE_VCPU_CACHE_OFFSET2		0x20034
2114c6f73aabSFrançois Tigeot #define VCE_VCPU_CACHE_SIZE2		0x20038
2115c6f73aabSFrançois Tigeot #define VCE_RB_RPTR2			0x20178
2116c6f73aabSFrançois Tigeot #define VCE_RB_WPTR2			0x2017c
2117c6f73aabSFrançois Tigeot #define VCE_RB_RPTR			0x2018c
2118c6f73aabSFrançois Tigeot #define VCE_RB_WPTR			0x20190
2119c6f73aabSFrançois Tigeot #define VCE_CLOCK_GATING_A		0x202f8
2120c6f73aabSFrançois Tigeot #	define CGC_CLK_GATE_DLY_TIMER_MASK	(0xf << 0)
2121c6f73aabSFrançois Tigeot #	define CGC_CLK_GATE_DLY_TIMER(x)	((x) << 0)
2122c6f73aabSFrançois Tigeot #	define CGC_CLK_GATER_OFF_DLY_TIMER_MASK	(0xff << 4)
2123c6f73aabSFrançois Tigeot #	define CGC_CLK_GATER_OFF_DLY_TIMER(x)	((x) << 4)
2124c6f73aabSFrançois Tigeot #	define CGC_UENC_WAIT_AWAKE	(1 << 18)
2125c6f73aabSFrançois Tigeot #define VCE_CLOCK_GATING_B		0x202fc
2126c6f73aabSFrançois Tigeot #define VCE_CGTT_CLK_OVERRIDE		0x207a0
2127c6f73aabSFrançois Tigeot #define VCE_UENC_CLOCK_GATING		0x207bc
2128c6f73aabSFrançois Tigeot #	define CLOCK_ON_DELAY_MASK	(0xf << 0)
2129c6f73aabSFrançois Tigeot #	define CLOCK_ON_DELAY(x)	((x) << 0)
2130c6f73aabSFrançois Tigeot #	define CLOCK_OFF_DELAY_MASK	(0xff << 4)
2131c6f73aabSFrançois Tigeot #	define CLOCK_OFF_DELAY(x)	((x) << 4)
2132c6f73aabSFrançois Tigeot #define VCE_UENC_REG_CLOCK_GATING	0x207c0
2133c6f73aabSFrançois Tigeot #define VCE_SYS_INT_EN			0x21300
2134c6f73aabSFrançois Tigeot #	define VCE_SYS_INT_TRAP_INTERRUPT_EN	(1 << 3)
2135c59a5c48SFrançois Tigeot #define VCE_LMI_VCPU_CACHE_40BIT_BAR	0x2145c
2136c6f73aabSFrançois Tigeot #define VCE_LMI_CTRL2			0x21474
2137c6f73aabSFrançois Tigeot #define VCE_LMI_CTRL			0x21498
2138c6f73aabSFrançois Tigeot #define VCE_LMI_VM_CTRL			0x214a0
2139c6f73aabSFrançois Tigeot #define VCE_LMI_SWAP_CNTL		0x214b4
2140c6f73aabSFrançois Tigeot #define VCE_LMI_SWAP_CNTL1		0x214b8
2141c6f73aabSFrançois Tigeot #define VCE_LMI_CACHE_CTRL		0x214f4
2142c6f73aabSFrançois Tigeot 
2143c6f73aabSFrançois Tigeot #define VCE_CMD_NO_OP		0x00000000
2144c6f73aabSFrançois Tigeot #define VCE_CMD_END		0x00000001
2145c6f73aabSFrançois Tigeot #define VCE_CMD_IB		0x00000002
2146c6f73aabSFrançois Tigeot #define VCE_CMD_FENCE		0x00000003
2147c6f73aabSFrançois Tigeot #define VCE_CMD_TRAP		0x00000004
2148c6f73aabSFrançois Tigeot #define VCE_CMD_IB_AUTO		0x00000005
2149c6f73aabSFrançois Tigeot #define VCE_CMD_SEMAPHORE	0x00000006
2150c6f73aabSFrançois Tigeot 
21517dcf36dcSFrançois Tigeot #define ATC_VMID_PASID_MAPPING_UPDATE_STATUS		0x3398u
2152c59a5c48SFrançois Tigeot #define ATC_VMID0_PASID_MAPPING				0x339Cu
2153c59a5c48SFrançois Tigeot #define ATC_VMID_PASID_MAPPING_PASID_MASK		(0xFFFF)
2154c59a5c48SFrançois Tigeot #define ATC_VMID_PASID_MAPPING_PASID_SHIFT		0
2155c59a5c48SFrançois Tigeot #define ATC_VMID_PASID_MAPPING_VALID_MASK		(0x1 << 31)
2156c59a5c48SFrançois Tigeot #define ATC_VMID_PASID_MAPPING_VALID_SHIFT		31
21577dcf36dcSFrançois Tigeot 
21587dcf36dcSFrançois Tigeot #define ATC_VM_APERTURE0_CNTL					0x3310u
21597dcf36dcSFrançois Tigeot #define	ATS_ACCESS_MODE_NEVER						0
21607dcf36dcSFrançois Tigeot #define	ATS_ACCESS_MODE_ALWAYS						1
21617dcf36dcSFrançois Tigeot 
21627dcf36dcSFrançois Tigeot #define ATC_VM_APERTURE0_CNTL2					0x3318u
21637dcf36dcSFrançois Tigeot #define ATC_VM_APERTURE0_HIGH_ADDR				0x3308u
21647dcf36dcSFrançois Tigeot #define ATC_VM_APERTURE0_LOW_ADDR				0x3300u
21657dcf36dcSFrançois Tigeot #define ATC_VM_APERTURE1_CNTL					0x3314u
21667dcf36dcSFrançois Tigeot #define ATC_VM_APERTURE1_CNTL2					0x331Cu
21677dcf36dcSFrançois Tigeot #define ATC_VM_APERTURE1_HIGH_ADDR				0x330Cu
21687dcf36dcSFrançois Tigeot #define ATC_VM_APERTURE1_LOW_ADDR				0x3304u
21697dcf36dcSFrançois Tigeot 
21707dcf36dcSFrançois Tigeot #define IH_VMID_0_LUT						0x3D40u
21717dcf36dcSFrançois Tigeot 
217257e252bfSMichael Neumann #endif
2173