xref: /dragonfly/sys/dev/drm/radeon/cikd.h (revision c6f73aab)
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
28*c6f73aabSFrançois Tigeot #define HAWAII_GB_ADDR_CONFIG_GOLDEN         0x12011003
2957e252bfSMichael Neumann 
3057e252bfSMichael Neumann #define CIK_RB_BITMAP_WIDTH_PER_SH     2
31*c6f73aabSFranç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
1874cd92098Szrj 
1884cd92098Szrj #define	CG_THERMAL_INT					0xC030000C
1894cd92098Szrj #define		CI_DIG_THERM_INTH(x)			((x) << 8)
1904cd92098Szrj #define		CI_DIG_THERM_INTH_MASK			0x0000FF00
1914cd92098Szrj #define		CI_DIG_THERM_INTH_SHIFT			8
1924cd92098Szrj #define		CI_DIG_THERM_INTL(x)			((x) << 16)
1934cd92098Szrj #define		CI_DIG_THERM_INTL_MASK			0x00FF0000
1944cd92098Szrj #define		CI_DIG_THERM_INTL_SHIFT			16
1954cd92098Szrj #define 	THERM_INT_MASK_HIGH			(1 << 24)
1964cd92098Szrj #define 	THERM_INT_MASK_LOW			(1 << 25)
1974cd92098Szrj 
1984cd92098Szrj #define	CG_MULT_THERMAL_STATUS				0xC0300014
1994cd92098Szrj #define		ASIC_MAX_TEMP(x)			((x) << 0)
2004cd92098Szrj #define		ASIC_MAX_TEMP_MASK			0x000001ff
2014cd92098Szrj #define		ASIC_MAX_TEMP_SHIFT			0
2024cd92098Szrj #define		CTF_TEMP(x)				((x) << 9)
2034cd92098Szrj #define		CTF_TEMP_MASK				0x0003fe00
2044cd92098Szrj #define		CTF_TEMP_SHIFT				9
2054cd92098Szrj 
206*c6f73aabSFrançois Tigeot #define CG_ECLK_CNTL                                    0xC05000AC
207*c6f73aabSFrançois Tigeot #       define ECLK_DIVIDER_MASK                        0x7f
208*c6f73aabSFrançois Tigeot #       define ECLK_DIR_CNTL_EN                         (1 << 8)
209*c6f73aabSFrançois Tigeot #define CG_ECLK_STATUS                                  0xC05000B0
210*c6f73aabSFrançois Tigeot #       define ECLK_STATUS                              (1 << 0)
211*c6f73aabSFrançois Tigeot 
2124cd92098Szrj #define	CG_SPLL_FUNC_CNTL				0xC0500140
2134cd92098Szrj #define		SPLL_RESET				(1 << 0)
2144cd92098Szrj #define		SPLL_PWRON				(1 << 1)
2154cd92098Szrj #define		SPLL_BYPASS_EN				(1 << 3)
2164cd92098Szrj #define		SPLL_REF_DIV(x)				((x) << 5)
2174cd92098Szrj #define		SPLL_REF_DIV_MASK			(0x3f << 5)
2184cd92098Szrj #define		SPLL_PDIV_A(x)				((x) << 20)
2194cd92098Szrj #define		SPLL_PDIV_A_MASK			(0x7f << 20)
2204cd92098Szrj #define		SPLL_PDIV_A_SHIFT			20
2214cd92098Szrj #define	CG_SPLL_FUNC_CNTL_2				0xC0500144
2224cd92098Szrj #define		SCLK_MUX_SEL(x)				((x) << 0)
2234cd92098Szrj #define		SCLK_MUX_SEL_MASK			(0x1ff << 0)
2244cd92098Szrj #define	CG_SPLL_FUNC_CNTL_3				0xC0500148
2254cd92098Szrj #define		SPLL_FB_DIV(x)				((x) << 0)
2264cd92098Szrj #define		SPLL_FB_DIV_MASK			(0x3ffffff << 0)
2274cd92098Szrj #define		SPLL_FB_DIV_SHIFT			0
2284cd92098Szrj #define		SPLL_DITHEN				(1 << 28)
2294cd92098Szrj #define	CG_SPLL_FUNC_CNTL_4				0xC050014C
2304cd92098Szrj 
2314cd92098Szrj #define	CG_SPLL_SPREAD_SPECTRUM				0xC0500164
2324cd92098Szrj #define		SSEN					(1 << 0)
2334cd92098Szrj #define		CLK_S(x)				((x) << 4)
2344cd92098Szrj #define		CLK_S_MASK				(0xfff << 4)
2354cd92098Szrj #define		CLK_S_SHIFT				4
2364cd92098Szrj #define	CG_SPLL_SPREAD_SPECTRUM_2			0xC0500168
2374cd92098Szrj #define		CLK_V(x)				((x) << 0)
2384cd92098Szrj #define		CLK_V_MASK				(0x3ffffff << 0)
2394cd92098Szrj #define		CLK_V_SHIFT				0
2404cd92098Szrj 
2414cd92098Szrj #define	MPLL_BYPASSCLK_SEL				0xC050019C
2424cd92098Szrj #	define MPLL_CLKOUT_SEL(x)			((x) << 8)
2434cd92098Szrj #	define MPLL_CLKOUT_SEL_MASK			0xFF00
24457e252bfSMichael Neumann #define CG_CLKPIN_CNTL                                    0xC05001A0
24557e252bfSMichael Neumann #       define XTALIN_DIVIDE                              (1 << 1)
2464cd92098Szrj #       define BCLK_AS_XCLK                               (1 << 2)
2474cd92098Szrj #define CG_CLKPIN_CNTL_2                                  0xC05001A4
2484cd92098Szrj #       define FORCE_BIF_REFCLK_EN                        (1 << 3)
2494cd92098Szrj #       define MUX_TCLK_TO_XCLK                           (1 << 8)
2504cd92098Szrj #define	THM_CLK_CNTL					0xC05001A8
2514cd92098Szrj #	define CMON_CLK_SEL(x)				((x) << 0)
2524cd92098Szrj #	define CMON_CLK_SEL_MASK			0xFF
2534cd92098Szrj #	define TMON_CLK_SEL(x)				((x) << 8)
2544cd92098Szrj #	define TMON_CLK_SEL_MASK			0xFF00
2554cd92098Szrj #define	MISC_CLK_CTRL					0xC05001AC
2564cd92098Szrj #	define DEEP_SLEEP_CLK_SEL(x)			((x) << 0)
2574cd92098Szrj #	define DEEP_SLEEP_CLK_SEL_MASK			0xFF
2584cd92098Szrj #	define ZCLK_SEL(x)				((x) << 8)
2594cd92098Szrj #	define ZCLK_SEL_MASK				0xFF00
26057e252bfSMichael Neumann 
2614cd92098Szrj /* KV/KB */
2624cd92098Szrj #define	CG_THERMAL_INT_CTRL				0xC2100028
2634cd92098Szrj #define		DIG_THERM_INTH(x)			((x) << 0)
2644cd92098Szrj #define		DIG_THERM_INTH_MASK			0x000000FF
2654cd92098Szrj #define		DIG_THERM_INTH_SHIFT			0
2664cd92098Szrj #define		DIG_THERM_INTL(x)			((x) << 8)
2674cd92098Szrj #define		DIG_THERM_INTL_MASK			0x0000FF00
2684cd92098Szrj #define		DIG_THERM_INTL_SHIFT			8
2694cd92098Szrj #define 	THERM_INTH_MASK				(1 << 24)
2704cd92098Szrj #define 	THERM_INTL_MASK				(1 << 25)
2714cd92098Szrj 
2724cd92098Szrj /* PCIE registers idx/data 0x38/0x3c */
2734cd92098Szrj #define PB0_PIF_PWRDOWN_0                                 0x1100012 /* PCIE */
2744cd92098Szrj #       define PLL_POWER_STATE_IN_TXS2_0(x)               ((x) << 7)
2754cd92098Szrj #       define PLL_POWER_STATE_IN_TXS2_0_MASK             (0x7 << 7)
2764cd92098Szrj #       define PLL_POWER_STATE_IN_TXS2_0_SHIFT            7
2774cd92098Szrj #       define PLL_POWER_STATE_IN_OFF_0(x)                ((x) << 10)
2784cd92098Szrj #       define PLL_POWER_STATE_IN_OFF_0_MASK              (0x7 << 10)
2794cd92098Szrj #       define PLL_POWER_STATE_IN_OFF_0_SHIFT             10
2804cd92098Szrj #       define PLL_RAMP_UP_TIME_0(x)                      ((x) << 24)
2814cd92098Szrj #       define PLL_RAMP_UP_TIME_0_MASK                    (0x7 << 24)
2824cd92098Szrj #       define PLL_RAMP_UP_TIME_0_SHIFT                   24
2834cd92098Szrj #define PB0_PIF_PWRDOWN_1                                 0x1100013 /* PCIE */
2844cd92098Szrj #       define PLL_POWER_STATE_IN_TXS2_1(x)               ((x) << 7)
2854cd92098Szrj #       define PLL_POWER_STATE_IN_TXS2_1_MASK             (0x7 << 7)
2864cd92098Szrj #       define PLL_POWER_STATE_IN_TXS2_1_SHIFT            7
2874cd92098Szrj #       define PLL_POWER_STATE_IN_OFF_1(x)                ((x) << 10)
2884cd92098Szrj #       define PLL_POWER_STATE_IN_OFF_1_MASK              (0x7 << 10)
2894cd92098Szrj #       define PLL_POWER_STATE_IN_OFF_1_SHIFT             10
2904cd92098Szrj #       define PLL_RAMP_UP_TIME_1(x)                      ((x) << 24)
2914cd92098Szrj #       define PLL_RAMP_UP_TIME_1_MASK                    (0x7 << 24)
2924cd92098Szrj #       define PLL_RAMP_UP_TIME_1_SHIFT                   24
2934cd92098Szrj 
2944cd92098Szrj #define PCIE_CNTL2                                        0x1001001c /* PCIE */
2954cd92098Szrj #       define SLV_MEM_LS_EN                              (1 << 16)
2964cd92098Szrj #       define SLV_MEM_AGGRESSIVE_LS_EN                   (1 << 17)
2974cd92098Szrj #       define MST_MEM_LS_EN                              (1 << 18)
2984cd92098Szrj #       define REPLAY_MEM_LS_EN                           (1 << 19)
2994cd92098Szrj 
3004cd92098Szrj #define PCIE_LC_STATUS1                                   0x1400028 /* PCIE */
3014cd92098Szrj #       define LC_REVERSE_RCVR                            (1 << 0)
3024cd92098Szrj #       define LC_REVERSE_XMIT                            (1 << 1)
3034cd92098Szrj #       define LC_OPERATING_LINK_WIDTH_MASK               (0x7 << 2)
3044cd92098Szrj #       define LC_OPERATING_LINK_WIDTH_SHIFT              2
3054cd92098Szrj #       define LC_DETECTED_LINK_WIDTH_MASK                (0x7 << 5)
3064cd92098Szrj #       define LC_DETECTED_LINK_WIDTH_SHIFT               5
3074cd92098Szrj 
3084cd92098Szrj #define PCIE_P_CNTL                                       0x1400040 /* PCIE */
3094cd92098Szrj #       define P_IGNORE_EDB_ERR                           (1 << 6)
3104cd92098Szrj 
3114cd92098Szrj #define PB1_PIF_PWRDOWN_0                                 0x2100012 /* PCIE */
3124cd92098Szrj #define PB1_PIF_PWRDOWN_1                                 0x2100013 /* PCIE */
3134cd92098Szrj 
3144cd92098Szrj #define PCIE_LC_CNTL                                      0x100100A0 /* PCIE */
3154cd92098Szrj #       define LC_L0S_INACTIVITY(x)                       ((x) << 8)
3164cd92098Szrj #       define LC_L0S_INACTIVITY_MASK                     (0xf << 8)
3174cd92098Szrj #       define LC_L0S_INACTIVITY_SHIFT                    8
3184cd92098Szrj #       define LC_L1_INACTIVITY(x)                        ((x) << 12)
3194cd92098Szrj #       define LC_L1_INACTIVITY_MASK                      (0xf << 12)
3204cd92098Szrj #       define LC_L1_INACTIVITY_SHIFT                     12
3214cd92098Szrj #       define LC_PMI_TO_L1_DIS                           (1 << 16)
3224cd92098Szrj #       define LC_ASPM_TO_L1_DIS                          (1 << 24)
3234cd92098Szrj 
3244cd92098Szrj #define PCIE_LC_LINK_WIDTH_CNTL                           0x100100A2 /* PCIE */
3254cd92098Szrj #       define LC_LINK_WIDTH_SHIFT                        0
3264cd92098Szrj #       define LC_LINK_WIDTH_MASK                         0x7
3274cd92098Szrj #       define LC_LINK_WIDTH_X0                           0
3284cd92098Szrj #       define LC_LINK_WIDTH_X1                           1
3294cd92098Szrj #       define LC_LINK_WIDTH_X2                           2
3304cd92098Szrj #       define LC_LINK_WIDTH_X4                           3
3314cd92098Szrj #       define LC_LINK_WIDTH_X8                           4
3324cd92098Szrj #       define LC_LINK_WIDTH_X16                          6
3334cd92098Szrj #       define LC_LINK_WIDTH_RD_SHIFT                     4
3344cd92098Szrj #       define LC_LINK_WIDTH_RD_MASK                      0x70
3354cd92098Szrj #       define LC_RECONFIG_ARC_MISSING_ESCAPE             (1 << 7)
3364cd92098Szrj #       define LC_RECONFIG_NOW                            (1 << 8)
3374cd92098Szrj #       define LC_RENEGOTIATION_SUPPORT                   (1 << 9)
3384cd92098Szrj #       define LC_RENEGOTIATE_EN                          (1 << 10)
3394cd92098Szrj #       define LC_SHORT_RECONFIG_EN                       (1 << 11)
3404cd92098Szrj #       define LC_UPCONFIGURE_SUPPORT                     (1 << 12)
3414cd92098Szrj #       define LC_UPCONFIGURE_DIS                         (1 << 13)
3424cd92098Szrj #       define LC_DYN_LANES_PWR_STATE(x)                  ((x) << 21)
3434cd92098Szrj #       define LC_DYN_LANES_PWR_STATE_MASK                (0x3 << 21)
3444cd92098Szrj #       define LC_DYN_LANES_PWR_STATE_SHIFT               21
3454cd92098Szrj #define PCIE_LC_N_FTS_CNTL                                0x100100a3 /* PCIE */
3464cd92098Szrj #       define LC_XMIT_N_FTS(x)                           ((x) << 0)
3474cd92098Szrj #       define LC_XMIT_N_FTS_MASK                         (0xff << 0)
3484cd92098Szrj #       define LC_XMIT_N_FTS_SHIFT                        0
3494cd92098Szrj #       define LC_XMIT_N_FTS_OVERRIDE_EN                  (1 << 8)
3504cd92098Szrj #       define LC_N_FTS_MASK                              (0xff << 24)
3514cd92098Szrj #define PCIE_LC_SPEED_CNTL                                0x100100A4 /* PCIE */
3524cd92098Szrj #       define LC_GEN2_EN_STRAP                           (1 << 0)
3534cd92098Szrj #       define LC_GEN3_EN_STRAP                           (1 << 1)
3544cd92098Szrj #       define LC_TARGET_LINK_SPEED_OVERRIDE_EN           (1 << 2)
3554cd92098Szrj #       define LC_TARGET_LINK_SPEED_OVERRIDE_MASK         (0x3 << 3)
3564cd92098Szrj #       define LC_TARGET_LINK_SPEED_OVERRIDE_SHIFT        3
3574cd92098Szrj #       define LC_FORCE_EN_SW_SPEED_CHANGE                (1 << 5)
3584cd92098Szrj #       define LC_FORCE_DIS_SW_SPEED_CHANGE               (1 << 6)
3594cd92098Szrj #       define LC_FORCE_EN_HW_SPEED_CHANGE                (1 << 7)
3604cd92098Szrj #       define LC_FORCE_DIS_HW_SPEED_CHANGE               (1 << 8)
3614cd92098Szrj #       define LC_INITIATE_LINK_SPEED_CHANGE              (1 << 9)
3624cd92098Szrj #       define LC_SPEED_CHANGE_ATTEMPTS_ALLOWED_MASK      (0x3 << 10)
3634cd92098Szrj #       define LC_SPEED_CHANGE_ATTEMPTS_ALLOWED_SHIFT     10
3644cd92098Szrj #       define LC_CURRENT_DATA_RATE_MASK                  (0x3 << 13) /* 0/1/2 = gen1/2/3 */
3654cd92098Szrj #       define LC_CURRENT_DATA_RATE_SHIFT                 13
3664cd92098Szrj #       define LC_CLR_FAILED_SPD_CHANGE_CNT               (1 << 16)
3674cd92098Szrj #       define LC_OTHER_SIDE_EVER_SENT_GEN2               (1 << 18)
3684cd92098Szrj #       define LC_OTHER_SIDE_SUPPORTS_GEN2                (1 << 19)
3694cd92098Szrj #       define LC_OTHER_SIDE_EVER_SENT_GEN3               (1 << 20)
3704cd92098Szrj #       define LC_OTHER_SIDE_SUPPORTS_GEN3                (1 << 21)
3714cd92098Szrj 
3724cd92098Szrj #define PCIE_LC_CNTL2                                     0x100100B1 /* PCIE */
3734cd92098Szrj #       define LC_ALLOW_PDWN_IN_L1                        (1 << 17)
3744cd92098Szrj #       define LC_ALLOW_PDWN_IN_L23                       (1 << 18)
3754cd92098Szrj 
3764cd92098Szrj #define PCIE_LC_CNTL3                                     0x100100B5 /* PCIE */
3774cd92098Szrj #       define LC_GO_TO_RECOVERY                          (1 << 30)
3784cd92098Szrj #define PCIE_LC_CNTL4                                     0x100100B6 /* PCIE */
3794cd92098Szrj #       define LC_REDO_EQ                                 (1 << 5)
3804cd92098Szrj #       define LC_SET_QUIESCE                             (1 << 13)
3814cd92098Szrj 
3824cd92098Szrj /* direct registers */
38357e252bfSMichael Neumann #define PCIE_INDEX  					0x38
38457e252bfSMichael Neumann #define PCIE_DATA  					0x3C
38557e252bfSMichael Neumann 
3864cd92098Szrj #define SMC_IND_INDEX_0  				0x200
3874cd92098Szrj #define SMC_IND_DATA_0  				0x204
3884cd92098Szrj 
3894cd92098Szrj #define SMC_IND_ACCESS_CNTL  				0x240
3904cd92098Szrj #define		AUTO_INCREMENT_IND_0			(1 << 0)
3914cd92098Szrj 
3924cd92098Szrj #define SMC_MESSAGE_0  					0x250
3934cd92098Szrj #define		SMC_MSG_MASK				0xffff
3944cd92098Szrj #define SMC_RESP_0  					0x254
3954cd92098Szrj #define		SMC_RESP_MASK				0xffff
3964cd92098Szrj 
3974cd92098Szrj #define SMC_MSG_ARG_0  					0x290
3984cd92098Szrj 
39957e252bfSMichael Neumann #define VGA_HDP_CONTROL  				0x328
40057e252bfSMichael Neumann #define		VGA_MEMORY_DISABLE				(1 << 4)
40157e252bfSMichael Neumann 
40257e252bfSMichael Neumann #define DMIF_ADDR_CALC  				0xC00
40357e252bfSMichael Neumann 
4044cd92098Szrj #define	PIPE0_DMIF_BUFFER_CONTROL			  0x0ca0
4054cd92098Szrj #       define DMIF_BUFFERS_ALLOCATED(x)                  ((x) << 0)
4064cd92098Szrj #       define DMIF_BUFFERS_ALLOCATED_COMPLETED           (1 << 4)
4074cd92098Szrj 
40857e252bfSMichael Neumann #define	SRBM_GFX_CNTL				        0xE44
40957e252bfSMichael Neumann #define		PIPEID(x)					((x) << 0)
41057e252bfSMichael Neumann #define		MEID(x)						((x) << 2)
41157e252bfSMichael Neumann #define		VMID(x)						((x) << 4)
41257e252bfSMichael Neumann #define		QUEUEID(x)					((x) << 8)
41357e252bfSMichael Neumann 
41457e252bfSMichael Neumann #define	SRBM_STATUS2				        0xE4C
41557e252bfSMichael Neumann #define		SDMA_BUSY 				(1 << 5)
41657e252bfSMichael Neumann #define		SDMA1_BUSY 				(1 << 6)
41757e252bfSMichael Neumann #define	SRBM_STATUS				        0xE50
41857e252bfSMichael Neumann #define		UVD_RQ_PENDING 				(1 << 1)
41957e252bfSMichael Neumann #define		GRBM_RQ_PENDING 			(1 << 5)
42057e252bfSMichael Neumann #define		VMC_BUSY 				(1 << 8)
42157e252bfSMichael Neumann #define		MCB_BUSY 				(1 << 9)
42257e252bfSMichael Neumann #define		MCB_NON_DISPLAY_BUSY 			(1 << 10)
42357e252bfSMichael Neumann #define		MCC_BUSY 				(1 << 11)
42457e252bfSMichael Neumann #define		MCD_BUSY 				(1 << 12)
42557e252bfSMichael Neumann #define		SEM_BUSY 				(1 << 14)
42657e252bfSMichael Neumann #define		IH_BUSY 				(1 << 17)
42757e252bfSMichael Neumann #define		UVD_BUSY 				(1 << 19)
42857e252bfSMichael Neumann 
42957e252bfSMichael Neumann #define	SRBM_SOFT_RESET				        0xE60
43057e252bfSMichael Neumann #define		SOFT_RESET_BIF				(1 << 1)
43157e252bfSMichael Neumann #define		SOFT_RESET_R0PLL			(1 << 4)
43257e252bfSMichael Neumann #define		SOFT_RESET_DC				(1 << 5)
43357e252bfSMichael Neumann #define		SOFT_RESET_SDMA1			(1 << 6)
43457e252bfSMichael Neumann #define		SOFT_RESET_GRBM				(1 << 8)
43557e252bfSMichael Neumann #define		SOFT_RESET_HDP				(1 << 9)
43657e252bfSMichael Neumann #define		SOFT_RESET_IH				(1 << 10)
43757e252bfSMichael Neumann #define		SOFT_RESET_MC				(1 << 11)
43857e252bfSMichael Neumann #define		SOFT_RESET_ROM				(1 << 14)
43957e252bfSMichael Neumann #define		SOFT_RESET_SEM				(1 << 15)
44057e252bfSMichael Neumann #define		SOFT_RESET_VMC				(1 << 17)
44157e252bfSMichael Neumann #define		SOFT_RESET_SDMA				(1 << 20)
44257e252bfSMichael Neumann #define		SOFT_RESET_TST				(1 << 21)
44357e252bfSMichael Neumann #define		SOFT_RESET_REGBB		       	(1 << 22)
44457e252bfSMichael Neumann #define		SOFT_RESET_ORB				(1 << 23)
44557e252bfSMichael Neumann #define		SOFT_RESET_VCE				(1 << 24)
44657e252bfSMichael Neumann 
44757e252bfSMichael Neumann #define VM_L2_CNTL					0x1400
44857e252bfSMichael Neumann #define		ENABLE_L2_CACHE					(1 << 0)
44957e252bfSMichael Neumann #define		ENABLE_L2_FRAGMENT_PROCESSING			(1 << 1)
45057e252bfSMichael Neumann #define		L2_CACHE_PTE_ENDIAN_SWAP_MODE(x)		((x) << 2)
45157e252bfSMichael Neumann #define		L2_CACHE_PDE_ENDIAN_SWAP_MODE(x)		((x) << 4)
45257e252bfSMichael Neumann #define		ENABLE_L2_PTE_CACHE_LRU_UPDATE_BY_WRITE		(1 << 9)
45357e252bfSMichael Neumann #define		ENABLE_L2_PDE0_CACHE_LRU_UPDATE_BY_WRITE	(1 << 10)
45457e252bfSMichael Neumann #define		EFFECTIVE_L2_QUEUE_SIZE(x)			(((x) & 7) << 15)
45557e252bfSMichael Neumann #define		CONTEXT1_IDENTITY_ACCESS_MODE(x)		(((x) & 3) << 19)
45657e252bfSMichael Neumann #define VM_L2_CNTL2					0x1404
45757e252bfSMichael Neumann #define		INVALIDATE_ALL_L1_TLBS				(1 << 0)
45857e252bfSMichael Neumann #define		INVALIDATE_L2_CACHE				(1 << 1)
45957e252bfSMichael Neumann #define		INVALIDATE_CACHE_MODE(x)			((x) << 26)
46057e252bfSMichael Neumann #define			INVALIDATE_PTE_AND_PDE_CACHES		0
46157e252bfSMichael Neumann #define			INVALIDATE_ONLY_PTE_CACHES		1
46257e252bfSMichael Neumann #define			INVALIDATE_ONLY_PDE_CACHES		2
46357e252bfSMichael Neumann #define VM_L2_CNTL3					0x1408
46457e252bfSMichael Neumann #define		BANK_SELECT(x)					((x) << 0)
46557e252bfSMichael Neumann #define		L2_CACHE_UPDATE_MODE(x)				((x) << 6)
46657e252bfSMichael Neumann #define		L2_CACHE_BIGK_FRAGMENT_SIZE(x)			((x) << 15)
46757e252bfSMichael Neumann #define		L2_CACHE_BIGK_ASSOCIATIVITY			(1 << 20)
46857e252bfSMichael Neumann #define	VM_L2_STATUS					0x140C
46957e252bfSMichael Neumann #define		L2_BUSY						(1 << 0)
47057e252bfSMichael Neumann #define VM_CONTEXT0_CNTL				0x1410
47157e252bfSMichael Neumann #define		ENABLE_CONTEXT					(1 << 0)
47257e252bfSMichael Neumann #define		PAGE_TABLE_DEPTH(x)				(((x) & 3) << 1)
47357e252bfSMichael Neumann #define		RANGE_PROTECTION_FAULT_ENABLE_INTERRUPT		(1 << 3)
47457e252bfSMichael Neumann #define		RANGE_PROTECTION_FAULT_ENABLE_DEFAULT		(1 << 4)
47557e252bfSMichael Neumann #define		DUMMY_PAGE_PROTECTION_FAULT_ENABLE_INTERRUPT	(1 << 6)
47657e252bfSMichael Neumann #define		DUMMY_PAGE_PROTECTION_FAULT_ENABLE_DEFAULT	(1 << 7)
47757e252bfSMichael Neumann #define		PDE0_PROTECTION_FAULT_ENABLE_INTERRUPT		(1 << 9)
47857e252bfSMichael Neumann #define		PDE0_PROTECTION_FAULT_ENABLE_DEFAULT		(1 << 10)
47957e252bfSMichael Neumann #define		VALID_PROTECTION_FAULT_ENABLE_INTERRUPT		(1 << 12)
48057e252bfSMichael Neumann #define		VALID_PROTECTION_FAULT_ENABLE_DEFAULT		(1 << 13)
48157e252bfSMichael Neumann #define		READ_PROTECTION_FAULT_ENABLE_INTERRUPT		(1 << 15)
48257e252bfSMichael Neumann #define		READ_PROTECTION_FAULT_ENABLE_DEFAULT		(1 << 16)
48357e252bfSMichael Neumann #define		WRITE_PROTECTION_FAULT_ENABLE_INTERRUPT		(1 << 18)
48457e252bfSMichael Neumann #define		WRITE_PROTECTION_FAULT_ENABLE_DEFAULT		(1 << 19)
485*c6f73aabSFrançois Tigeot #define		PAGE_TABLE_BLOCK_SIZE(x)			(((x) & 0xF) << 24)
48657e252bfSMichael Neumann #define VM_CONTEXT1_CNTL				0x1414
48757e252bfSMichael Neumann #define VM_CONTEXT0_CNTL2				0x1430
48857e252bfSMichael Neumann #define VM_CONTEXT1_CNTL2				0x1434
48957e252bfSMichael Neumann #define	VM_CONTEXT8_PAGE_TABLE_BASE_ADDR		0x1438
49057e252bfSMichael Neumann #define	VM_CONTEXT9_PAGE_TABLE_BASE_ADDR		0x143c
49157e252bfSMichael Neumann #define	VM_CONTEXT10_PAGE_TABLE_BASE_ADDR		0x1440
49257e252bfSMichael Neumann #define	VM_CONTEXT11_PAGE_TABLE_BASE_ADDR		0x1444
49357e252bfSMichael Neumann #define	VM_CONTEXT12_PAGE_TABLE_BASE_ADDR		0x1448
49457e252bfSMichael Neumann #define	VM_CONTEXT13_PAGE_TABLE_BASE_ADDR		0x144c
49557e252bfSMichael Neumann #define	VM_CONTEXT14_PAGE_TABLE_BASE_ADDR		0x1450
49657e252bfSMichael Neumann #define	VM_CONTEXT15_PAGE_TABLE_BASE_ADDR		0x1454
49757e252bfSMichael Neumann 
49857e252bfSMichael Neumann #define VM_INVALIDATE_REQUEST				0x1478
49957e252bfSMichael Neumann #define VM_INVALIDATE_RESPONSE				0x147c
50057e252bfSMichael Neumann 
50157e252bfSMichael Neumann #define	VM_CONTEXT1_PROTECTION_FAULT_STATUS		0x14DC
50257e252bfSMichael Neumann #define		PROTECTIONS_MASK			(0xf << 0)
50357e252bfSMichael Neumann #define		PROTECTIONS_SHIFT			0
50457e252bfSMichael Neumann 		/* bit 0: range
50557e252bfSMichael Neumann 		 * bit 1: pde0
50657e252bfSMichael Neumann 		 * bit 2: valid
50757e252bfSMichael Neumann 		 * bit 3: read
50857e252bfSMichael Neumann 		 * bit 4: write
50957e252bfSMichael Neumann 		 */
51057e252bfSMichael Neumann #define		MEMORY_CLIENT_ID_MASK			(0xff << 12)
511*c6f73aabSFrançois Tigeot #define		HAWAII_MEMORY_CLIENT_ID_MASK		(0x1ff << 12)
51257e252bfSMichael Neumann #define		MEMORY_CLIENT_ID_SHIFT			12
51357e252bfSMichael Neumann #define		MEMORY_CLIENT_RW_MASK			(1 << 24)
51457e252bfSMichael Neumann #define		MEMORY_CLIENT_RW_SHIFT			24
51557e252bfSMichael Neumann #define		FAULT_VMID_MASK				(0xf << 25)
51657e252bfSMichael Neumann #define		FAULT_VMID_SHIFT			25
51757e252bfSMichael Neumann 
51857e252bfSMichael Neumann #define	VM_CONTEXT1_PROTECTION_FAULT_MCCLIENT		0x14E4
51957e252bfSMichael Neumann 
52057e252bfSMichael Neumann #define	VM_CONTEXT1_PROTECTION_FAULT_ADDR		0x14FC
52157e252bfSMichael Neumann 
52257e252bfSMichael Neumann #define VM_CONTEXT0_PROTECTION_FAULT_DEFAULT_ADDR	0x1518
52357e252bfSMichael Neumann #define VM_CONTEXT1_PROTECTION_FAULT_DEFAULT_ADDR	0x151c
52457e252bfSMichael Neumann 
52557e252bfSMichael Neumann #define	VM_CONTEXT0_PAGE_TABLE_BASE_ADDR		0x153c
52657e252bfSMichael Neumann #define	VM_CONTEXT1_PAGE_TABLE_BASE_ADDR		0x1540
52757e252bfSMichael Neumann #define	VM_CONTEXT2_PAGE_TABLE_BASE_ADDR		0x1544
52857e252bfSMichael Neumann #define	VM_CONTEXT3_PAGE_TABLE_BASE_ADDR		0x1548
52957e252bfSMichael Neumann #define	VM_CONTEXT4_PAGE_TABLE_BASE_ADDR		0x154c
53057e252bfSMichael Neumann #define	VM_CONTEXT5_PAGE_TABLE_BASE_ADDR		0x1550
53157e252bfSMichael Neumann #define	VM_CONTEXT6_PAGE_TABLE_BASE_ADDR		0x1554
53257e252bfSMichael Neumann #define	VM_CONTEXT7_PAGE_TABLE_BASE_ADDR		0x1558
53357e252bfSMichael Neumann #define	VM_CONTEXT0_PAGE_TABLE_START_ADDR		0x155c
53457e252bfSMichael Neumann #define	VM_CONTEXT1_PAGE_TABLE_START_ADDR		0x1560
53557e252bfSMichael Neumann 
53657e252bfSMichael Neumann #define	VM_CONTEXT0_PAGE_TABLE_END_ADDR			0x157C
53757e252bfSMichael Neumann #define	VM_CONTEXT1_PAGE_TABLE_END_ADDR			0x1580
53857e252bfSMichael Neumann 
5394cd92098Szrj #define VM_L2_CG           				0x15c0
5404cd92098Szrj #define		MC_CG_ENABLE				(1 << 18)
5414cd92098Szrj #define		MC_LS_ENABLE				(1 << 19)
5424cd92098Szrj 
54357e252bfSMichael Neumann #define MC_SHARED_CHMAP						0x2004
54457e252bfSMichael Neumann #define		NOOFCHAN_SHIFT					12
54557e252bfSMichael Neumann #define		NOOFCHAN_MASK					0x0000f000
54657e252bfSMichael Neumann #define MC_SHARED_CHREMAP					0x2008
54757e252bfSMichael Neumann 
54857e252bfSMichael Neumann #define CHUB_CONTROL					0x1864
54957e252bfSMichael Neumann #define		BYPASS_VM					(1 << 0)
55057e252bfSMichael Neumann 
55157e252bfSMichael Neumann #define	MC_VM_FB_LOCATION				0x2024
55257e252bfSMichael Neumann #define	MC_VM_AGP_TOP					0x2028
55357e252bfSMichael Neumann #define	MC_VM_AGP_BOT					0x202C
55457e252bfSMichael Neumann #define	MC_VM_AGP_BASE					0x2030
55557e252bfSMichael Neumann #define	MC_VM_SYSTEM_APERTURE_LOW_ADDR			0x2034
55657e252bfSMichael Neumann #define	MC_VM_SYSTEM_APERTURE_HIGH_ADDR			0x2038
55757e252bfSMichael Neumann #define	MC_VM_SYSTEM_APERTURE_DEFAULT_ADDR		0x203C
55857e252bfSMichael Neumann 
55957e252bfSMichael Neumann #define	MC_VM_MX_L1_TLB_CNTL				0x2064
56057e252bfSMichael Neumann #define		ENABLE_L1_TLB					(1 << 0)
56157e252bfSMichael Neumann #define		ENABLE_L1_FRAGMENT_PROCESSING			(1 << 1)
56257e252bfSMichael Neumann #define		SYSTEM_ACCESS_MODE_PA_ONLY			(0 << 3)
56357e252bfSMichael Neumann #define		SYSTEM_ACCESS_MODE_USE_SYS_MAP			(1 << 3)
56457e252bfSMichael Neumann #define		SYSTEM_ACCESS_MODE_IN_SYS			(2 << 3)
56557e252bfSMichael Neumann #define		SYSTEM_ACCESS_MODE_NOT_IN_SYS			(3 << 3)
56657e252bfSMichael Neumann #define		SYSTEM_APERTURE_UNMAPPED_ACCESS_PASS_THRU	(0 << 5)
56757e252bfSMichael Neumann #define		ENABLE_ADVANCED_DRIVER_MODEL			(1 << 6)
56857e252bfSMichael Neumann #define	MC_VM_FB_OFFSET					0x2068
56957e252bfSMichael Neumann 
57057e252bfSMichael Neumann #define MC_SHARED_BLACKOUT_CNTL           		0x20ac
57157e252bfSMichael Neumann 
5724cd92098Szrj #define MC_HUB_MISC_HUB_CG           			0x20b8
5734cd92098Szrj #define MC_HUB_MISC_VM_CG           			0x20bc
5744cd92098Szrj 
5754cd92098Szrj #define MC_HUB_MISC_SIP_CG           			0x20c0
5764cd92098Szrj 
5774cd92098Szrj #define MC_XPB_CLK_GAT           			0x2478
5784cd92098Szrj 
5794cd92098Szrj #define MC_CITF_MISC_RD_CG           			0x2648
5804cd92098Szrj #define MC_CITF_MISC_WR_CG           			0x264c
5814cd92098Szrj #define MC_CITF_MISC_VM_CG           			0x2650
5824cd92098Szrj 
58357e252bfSMichael Neumann #define	MC_ARB_RAMCFG					0x2760
58457e252bfSMichael Neumann #define		NOOFBANK_SHIFT					0
58557e252bfSMichael Neumann #define		NOOFBANK_MASK					0x00000003
58657e252bfSMichael Neumann #define		NOOFRANK_SHIFT					2
58757e252bfSMichael Neumann #define		NOOFRANK_MASK					0x00000004
58857e252bfSMichael Neumann #define		NOOFROWS_SHIFT					3
58957e252bfSMichael Neumann #define		NOOFROWS_MASK					0x00000038
59057e252bfSMichael Neumann #define		NOOFCOLS_SHIFT					6
59157e252bfSMichael Neumann #define		NOOFCOLS_MASK					0x000000C0
59257e252bfSMichael Neumann #define		CHANSIZE_SHIFT					8
59357e252bfSMichael Neumann #define		CHANSIZE_MASK					0x00000100
59457e252bfSMichael Neumann #define		NOOFGROUPS_SHIFT				12
59557e252bfSMichael Neumann #define		NOOFGROUPS_MASK					0x00001000
59657e252bfSMichael Neumann 
5974cd92098Szrj #define	MC_ARB_DRAM_TIMING				0x2774
5984cd92098Szrj #define	MC_ARB_DRAM_TIMING2				0x2778
5994cd92098Szrj 
6004cd92098Szrj #define MC_ARB_BURST_TIME                               0x2808
6014cd92098Szrj #define		STATE0(x)				((x) << 0)
6024cd92098Szrj #define		STATE0_MASK				(0x1f << 0)
6034cd92098Szrj #define		STATE0_SHIFT				0
6044cd92098Szrj #define		STATE1(x)				((x) << 5)
6054cd92098Szrj #define		STATE1_MASK				(0x1f << 5)
6064cd92098Szrj #define		STATE1_SHIFT				5
6074cd92098Szrj #define		STATE2(x)				((x) << 10)
6084cd92098Szrj #define		STATE2_MASK				(0x1f << 10)
6094cd92098Szrj #define		STATE2_SHIFT				10
6104cd92098Szrj #define		STATE3(x)				((x) << 15)
6114cd92098Szrj #define		STATE3_MASK				(0x1f << 15)
6124cd92098Szrj #define		STATE3_SHIFT				15
6134cd92098Szrj 
6144cd92098Szrj #define MC_SEQ_RAS_TIMING                               0x28a0
6154cd92098Szrj #define MC_SEQ_CAS_TIMING                               0x28a4
6164cd92098Szrj #define MC_SEQ_MISC_TIMING                              0x28a8
6174cd92098Szrj #define MC_SEQ_MISC_TIMING2                             0x28ac
6184cd92098Szrj #define MC_SEQ_PMG_TIMING                               0x28b0
6194cd92098Szrj #define MC_SEQ_RD_CTL_D0                                0x28b4
6204cd92098Szrj #define MC_SEQ_RD_CTL_D1                                0x28b8
6214cd92098Szrj #define MC_SEQ_WR_CTL_D0                                0x28bc
6224cd92098Szrj #define MC_SEQ_WR_CTL_D1                                0x28c0
6234cd92098Szrj 
62457e252bfSMichael Neumann #define MC_SEQ_SUP_CNTL           			0x28c8
62557e252bfSMichael Neumann #define		RUN_MASK      				(1 << 0)
62657e252bfSMichael Neumann #define MC_SEQ_SUP_PGM           			0x28cc
6274cd92098Szrj #define MC_PMG_AUTO_CMD           			0x28d0
62857e252bfSMichael Neumann 
62957e252bfSMichael Neumann #define	MC_SEQ_TRAIN_WAKEUP_CNTL			0x28e8
63057e252bfSMichael Neumann #define		TRAIN_DONE_D0      			(1 << 30)
63157e252bfSMichael Neumann #define		TRAIN_DONE_D1      			(1 << 31)
63257e252bfSMichael Neumann 
63357e252bfSMichael Neumann #define MC_IO_PAD_CNTL_D0           			0x29d0
63457e252bfSMichael Neumann #define		MEM_FALL_OUT_CMD      			(1 << 8)
63557e252bfSMichael Neumann 
6364cd92098Szrj #define MC_SEQ_MISC0           				0x2a00
6374cd92098Szrj #define 	MC_SEQ_MISC0_VEN_ID_SHIFT               8
6384cd92098Szrj #define 	MC_SEQ_MISC0_VEN_ID_MASK                0x00000f00
6394cd92098Szrj #define 	MC_SEQ_MISC0_VEN_ID_VALUE               3
6404cd92098Szrj #define 	MC_SEQ_MISC0_REV_ID_SHIFT               12
6414cd92098Szrj #define 	MC_SEQ_MISC0_REV_ID_MASK                0x0000f000
6424cd92098Szrj #define 	MC_SEQ_MISC0_REV_ID_VALUE               1
6434cd92098Szrj #define 	MC_SEQ_MISC0_GDDR5_SHIFT                28
6444cd92098Szrj #define 	MC_SEQ_MISC0_GDDR5_MASK                 0xf0000000
6454cd92098Szrj #define 	MC_SEQ_MISC0_GDDR5_VALUE                5
6464cd92098Szrj #define MC_SEQ_MISC1                                    0x2a04
6474cd92098Szrj #define MC_SEQ_RESERVE_M                                0x2a08
6484cd92098Szrj #define MC_PMG_CMD_EMRS                                 0x2a0c
6494cd92098Szrj 
65057e252bfSMichael Neumann #define MC_SEQ_IO_DEBUG_INDEX           		0x2a44
65157e252bfSMichael Neumann #define MC_SEQ_IO_DEBUG_DATA           			0x2a48
65257e252bfSMichael Neumann 
6534cd92098Szrj #define MC_SEQ_MISC5                                    0x2a54
6544cd92098Szrj #define MC_SEQ_MISC6                                    0x2a58
6554cd92098Szrj 
6564cd92098Szrj #define MC_SEQ_MISC7                                    0x2a64
6574cd92098Szrj 
6584cd92098Szrj #define MC_SEQ_RAS_TIMING_LP                            0x2a6c
6594cd92098Szrj #define MC_SEQ_CAS_TIMING_LP                            0x2a70
6604cd92098Szrj #define MC_SEQ_MISC_TIMING_LP                           0x2a74
6614cd92098Szrj #define MC_SEQ_MISC_TIMING2_LP                          0x2a78
6624cd92098Szrj #define MC_SEQ_WR_CTL_D0_LP                             0x2a7c
6634cd92098Szrj #define MC_SEQ_WR_CTL_D1_LP                             0x2a80
6644cd92098Szrj #define MC_SEQ_PMG_CMD_EMRS_LP                          0x2a84
6654cd92098Szrj #define MC_SEQ_PMG_CMD_MRS_LP                           0x2a88
6664cd92098Szrj 
6674cd92098Szrj #define MC_PMG_CMD_MRS                                  0x2aac
6684cd92098Szrj 
6694cd92098Szrj #define MC_SEQ_RD_CTL_D0_LP                             0x2b1c
6704cd92098Szrj #define MC_SEQ_RD_CTL_D1_LP                             0x2b20
6714cd92098Szrj 
6724cd92098Szrj #define MC_PMG_CMD_MRS1                                 0x2b44
6734cd92098Szrj #define MC_SEQ_PMG_CMD_MRS1_LP                          0x2b48
6744cd92098Szrj #define MC_SEQ_PMG_TIMING_LP                            0x2b4c
6754cd92098Szrj 
6764cd92098Szrj #define MC_SEQ_WR_CTL_2                                 0x2b54
6774cd92098Szrj #define MC_SEQ_WR_CTL_2_LP                              0x2b58
6784cd92098Szrj #define MC_PMG_CMD_MRS2                                 0x2b5c
6794cd92098Szrj #define MC_SEQ_PMG_CMD_MRS2_LP                          0x2b60
6804cd92098Szrj 
6814cd92098Szrj #define	MCLK_PWRMGT_CNTL				0x2ba0
6824cd92098Szrj #       define DLL_SPEED(x)				((x) << 0)
6834cd92098Szrj #       define DLL_SPEED_MASK				(0x1f << 0)
6844cd92098Szrj #       define DLL_READY                                (1 << 6)
6854cd92098Szrj #       define MC_INT_CNTL                              (1 << 7)
6864cd92098Szrj #       define MRDCK0_PDNB                              (1 << 8)
6874cd92098Szrj #       define MRDCK1_PDNB                              (1 << 9)
6884cd92098Szrj #       define MRDCK0_RESET                             (1 << 16)
6894cd92098Szrj #       define MRDCK1_RESET                             (1 << 17)
6904cd92098Szrj #       define DLL_READY_READ                           (1 << 24)
6914cd92098Szrj #define	DLL_CNTL					0x2ba4
6924cd92098Szrj #       define MRDCK0_BYPASS                            (1 << 24)
6934cd92098Szrj #       define MRDCK1_BYPASS                            (1 << 25)
6944cd92098Szrj 
6954cd92098Szrj #define	MPLL_FUNC_CNTL					0x2bb4
6964cd92098Szrj #define		BWCTRL(x)				((x) << 20)
6974cd92098Szrj #define		BWCTRL_MASK				(0xff << 20)
6984cd92098Szrj #define	MPLL_FUNC_CNTL_1				0x2bb8
6994cd92098Szrj #define		VCO_MODE(x)				((x) << 0)
7004cd92098Szrj #define		VCO_MODE_MASK				(3 << 0)
7014cd92098Szrj #define		CLKFRAC(x)				((x) << 4)
7024cd92098Szrj #define		CLKFRAC_MASK				(0xfff << 4)
7034cd92098Szrj #define		CLKF(x)					((x) << 16)
7044cd92098Szrj #define		CLKF_MASK				(0xfff << 16)
7054cd92098Szrj #define	MPLL_FUNC_CNTL_2				0x2bbc
7064cd92098Szrj #define	MPLL_AD_FUNC_CNTL				0x2bc0
7074cd92098Szrj #define		YCLK_POST_DIV(x)			((x) << 0)
7084cd92098Szrj #define		YCLK_POST_DIV_MASK			(7 << 0)
7094cd92098Szrj #define	MPLL_DQ_FUNC_CNTL				0x2bc4
7104cd92098Szrj #define		YCLK_SEL(x)				((x) << 4)
7114cd92098Szrj #define		YCLK_SEL_MASK				(1 << 4)
7124cd92098Szrj 
7134cd92098Szrj #define	MPLL_SS1					0x2bcc
7144cd92098Szrj #define		CLKV(x)					((x) << 0)
7154cd92098Szrj #define		CLKV_MASK				(0x3ffffff << 0)
7164cd92098Szrj #define	MPLL_SS2					0x2bd0
7174cd92098Szrj #define		CLKS(x)					((x) << 0)
7184cd92098Szrj #define		CLKS_MASK				(0xfff << 0)
7194cd92098Szrj 
72057e252bfSMichael Neumann #define	HDP_HOST_PATH_CNTL				0x2C00
7214cd92098Szrj #define 	CLOCK_GATING_DIS			(1 << 23)
72257e252bfSMichael Neumann #define	HDP_NONSURFACE_BASE				0x2C04
72357e252bfSMichael Neumann #define	HDP_NONSURFACE_INFO				0x2C08
72457e252bfSMichael Neumann #define	HDP_NONSURFACE_SIZE				0x2C0C
72557e252bfSMichael Neumann 
72657e252bfSMichael Neumann #define HDP_ADDR_CONFIG  				0x2F48
72757e252bfSMichael Neumann #define HDP_MISC_CNTL					0x2F4C
72857e252bfSMichael Neumann #define 	HDP_FLUSH_INVALIDATE_CACHE			(1 << 0)
7294cd92098Szrj #define HDP_MEM_POWER_LS				0x2F50
7304cd92098Szrj #define 	HDP_LS_ENABLE				(1 << 0)
7314cd92098Szrj 
7324cd92098Szrj #define ATC_MISC_CG           				0x3350
7334cd92098Szrj 
734*c6f73aabSFrançois Tigeot #define GMCON_RENG_EXECUTE				0x3508
735*c6f73aabSFrançois Tigeot #define 	RENG_EXECUTE_ON_PWR_UP			(1 << 0)
736*c6f73aabSFrançois Tigeot #define GMCON_MISC					0x350c
737*c6f73aabSFrançois Tigeot #define 	RENG_EXECUTE_ON_REG_UPDATE		(1 << 11)
738*c6f73aabSFrançois Tigeot #define 	STCTRL_STUTTER_EN			(1 << 16)
739*c6f73aabSFrançois Tigeot 
740*c6f73aabSFrançois Tigeot #define GMCON_PGFSM_CONFIG				0x3538
741*c6f73aabSFrançois Tigeot #define GMCON_PGFSM_WRITE				0x353c
742*c6f73aabSFrançois Tigeot #define GMCON_PGFSM_READ				0x3540
743*c6f73aabSFrançois Tigeot #define GMCON_MISC3					0x3544
744*c6f73aabSFrançois Tigeot 
7454cd92098Szrj #define MC_SEQ_CNTL_3                                     0x3600
7464cd92098Szrj #       define CAC_EN                                     (1 << 31)
7474cd92098Szrj #define MC_SEQ_G5PDX_CTRL                                 0x3604
7484cd92098Szrj #define MC_SEQ_G5PDX_CTRL_LP                              0x3608
7494cd92098Szrj #define MC_SEQ_G5PDX_CMD0                                 0x360c
7504cd92098Szrj #define MC_SEQ_G5PDX_CMD0_LP                              0x3610
7514cd92098Szrj #define MC_SEQ_G5PDX_CMD1                                 0x3614
7524cd92098Szrj #define MC_SEQ_G5PDX_CMD1_LP                              0x3618
7534cd92098Szrj 
7544cd92098Szrj #define MC_SEQ_PMG_DVS_CTL                                0x3628
7554cd92098Szrj #define MC_SEQ_PMG_DVS_CTL_LP                             0x362c
7564cd92098Szrj #define MC_SEQ_PMG_DVS_CMD                                0x3630
7574cd92098Szrj #define MC_SEQ_PMG_DVS_CMD_LP                             0x3634
7584cd92098Szrj #define MC_SEQ_DLL_STBY                                   0x3638
7594cd92098Szrj #define MC_SEQ_DLL_STBY_LP                                0x363c
76057e252bfSMichael Neumann 
76157e252bfSMichael Neumann #define IH_RB_CNTL                                        0x3e00
76257e252bfSMichael Neumann #       define IH_RB_ENABLE                               (1 << 0)
76357e252bfSMichael Neumann #       define IH_RB_SIZE(x)                              ((x) << 1) /* log2 */
76457e252bfSMichael Neumann #       define IH_RB_FULL_DRAIN_ENABLE                    (1 << 6)
76557e252bfSMichael Neumann #       define IH_WPTR_WRITEBACK_ENABLE                   (1 << 8)
76657e252bfSMichael Neumann #       define IH_WPTR_WRITEBACK_TIMER(x)                 ((x) << 9) /* log2 */
76757e252bfSMichael Neumann #       define IH_WPTR_OVERFLOW_ENABLE                    (1 << 16)
76857e252bfSMichael Neumann #       define IH_WPTR_OVERFLOW_CLEAR                     (1 << 31)
76957e252bfSMichael Neumann #define IH_RB_BASE                                        0x3e04
77057e252bfSMichael Neumann #define IH_RB_RPTR                                        0x3e08
77157e252bfSMichael Neumann #define IH_RB_WPTR                                        0x3e0c
77257e252bfSMichael Neumann #       define RB_OVERFLOW                                (1 << 0)
77357e252bfSMichael Neumann #       define WPTR_OFFSET_MASK                           0x3fffc
77457e252bfSMichael Neumann #define IH_RB_WPTR_ADDR_HI                                0x3e10
77557e252bfSMichael Neumann #define IH_RB_WPTR_ADDR_LO                                0x3e14
77657e252bfSMichael Neumann #define IH_CNTL                                           0x3e18
77757e252bfSMichael Neumann #       define ENABLE_INTR                                (1 << 0)
77857e252bfSMichael Neumann #       define IH_MC_SWAP(x)                              ((x) << 1)
77957e252bfSMichael Neumann #       define IH_MC_SWAP_NONE                            0
78057e252bfSMichael Neumann #       define IH_MC_SWAP_16BIT                           1
78157e252bfSMichael Neumann #       define IH_MC_SWAP_32BIT                           2
78257e252bfSMichael Neumann #       define IH_MC_SWAP_64BIT                           3
78357e252bfSMichael Neumann #       define RPTR_REARM                                 (1 << 4)
78457e252bfSMichael Neumann #       define MC_WRREQ_CREDIT(x)                         ((x) << 15)
78557e252bfSMichael Neumann #       define MC_WR_CLEAN_CNT(x)                         ((x) << 20)
78657e252bfSMichael Neumann #       define MC_VMID(x)                                 ((x) << 25)
78757e252bfSMichael Neumann 
7884cd92098Szrj #define	BIF_LNCNT_RESET					0x5220
7894cd92098Szrj #       define RESET_LNCNT_EN                           (1 << 0)
7904cd92098Szrj 
79157e252bfSMichael Neumann #define	CONFIG_MEMSIZE					0x5428
79257e252bfSMichael Neumann 
79357e252bfSMichael Neumann #define INTERRUPT_CNTL                                    0x5468
79457e252bfSMichael Neumann #       define IH_DUMMY_RD_OVERRIDE                       (1 << 0)
79557e252bfSMichael Neumann #       define IH_DUMMY_RD_EN                             (1 << 1)
79657e252bfSMichael Neumann #       define IH_REQ_NONSNOOP_EN                         (1 << 3)
79757e252bfSMichael Neumann #       define GEN_IH_INT_EN                              (1 << 8)
79857e252bfSMichael Neumann #define INTERRUPT_CNTL2                                   0x546c
79957e252bfSMichael Neumann 
80057e252bfSMichael Neumann #define HDP_MEM_COHERENCY_FLUSH_CNTL			0x5480
80157e252bfSMichael Neumann 
80257e252bfSMichael Neumann #define	BIF_FB_EN						0x5490
80357e252bfSMichael Neumann #define		FB_READ_EN					(1 << 0)
80457e252bfSMichael Neumann #define		FB_WRITE_EN					(1 << 1)
80557e252bfSMichael Neumann 
80657e252bfSMichael Neumann #define HDP_REG_COHERENCY_FLUSH_CNTL			0x54A0
80757e252bfSMichael Neumann 
80857e252bfSMichael Neumann #define GPU_HDP_FLUSH_REQ				0x54DC
80957e252bfSMichael Neumann #define GPU_HDP_FLUSH_DONE				0x54E0
81057e252bfSMichael Neumann #define		CP0					(1 << 0)
81157e252bfSMichael Neumann #define		CP1					(1 << 1)
81257e252bfSMichael Neumann #define		CP2					(1 << 2)
81357e252bfSMichael Neumann #define		CP3					(1 << 3)
81457e252bfSMichael Neumann #define		CP4					(1 << 4)
81557e252bfSMichael Neumann #define		CP5					(1 << 5)
81657e252bfSMichael Neumann #define		CP6					(1 << 6)
81757e252bfSMichael Neumann #define		CP7					(1 << 7)
81857e252bfSMichael Neumann #define		CP8					(1 << 8)
81957e252bfSMichael Neumann #define		CP9					(1 << 9)
82057e252bfSMichael Neumann #define		SDMA0					(1 << 10)
82157e252bfSMichael Neumann #define		SDMA1					(1 << 11)
82257e252bfSMichael Neumann 
82357e252bfSMichael Neumann /* 0x6b04, 0x7704, 0x10304, 0x10f04, 0x11b04, 0x12704 */
82457e252bfSMichael Neumann #define	LB_MEMORY_CTRL					0x6b04
82557e252bfSMichael Neumann #define		LB_MEMORY_SIZE(x)			((x) << 0)
82657e252bfSMichael Neumann #define		LB_MEMORY_CONFIG(x)			((x) << 20)
82757e252bfSMichael Neumann 
82857e252bfSMichael Neumann #define	DPG_WATERMARK_MASK_CONTROL			0x6cc8
82957e252bfSMichael Neumann #       define LATENCY_WATERMARK_MASK(x)		((x) << 8)
83057e252bfSMichael Neumann #define	DPG_PIPE_LATENCY_CONTROL			0x6ccc
83157e252bfSMichael Neumann #       define LATENCY_LOW_WATERMARK(x)			((x) << 0)
83257e252bfSMichael Neumann #       define LATENCY_HIGH_WATERMARK(x)		((x) << 16)
83357e252bfSMichael Neumann 
83457e252bfSMichael Neumann /* 0x6b24, 0x7724, 0x10324, 0x10f24, 0x11b24, 0x12724 */
83557e252bfSMichael Neumann #define LB_VLINE_STATUS                                 0x6b24
83657e252bfSMichael Neumann #       define VLINE_OCCURRED                           (1 << 0)
83757e252bfSMichael Neumann #       define VLINE_ACK                                (1 << 4)
83857e252bfSMichael Neumann #       define VLINE_STAT                               (1 << 12)
83957e252bfSMichael Neumann #       define VLINE_INTERRUPT                          (1 << 16)
84057e252bfSMichael Neumann #       define VLINE_INTERRUPT_TYPE                     (1 << 17)
84157e252bfSMichael Neumann /* 0x6b2c, 0x772c, 0x1032c, 0x10f2c, 0x11b2c, 0x1272c */
84257e252bfSMichael Neumann #define LB_VBLANK_STATUS                                0x6b2c
84357e252bfSMichael Neumann #       define VBLANK_OCCURRED                          (1 << 0)
84457e252bfSMichael Neumann #       define VBLANK_ACK                               (1 << 4)
84557e252bfSMichael Neumann #       define VBLANK_STAT                              (1 << 12)
84657e252bfSMichael Neumann #       define VBLANK_INTERRUPT                         (1 << 16)
84757e252bfSMichael Neumann #       define VBLANK_INTERRUPT_TYPE                    (1 << 17)
84857e252bfSMichael Neumann 
84957e252bfSMichael Neumann /* 0x6b20, 0x7720, 0x10320, 0x10f20, 0x11b20, 0x12720 */
85057e252bfSMichael Neumann #define LB_INTERRUPT_MASK                               0x6b20
85157e252bfSMichael Neumann #       define VBLANK_INTERRUPT_MASK                    (1 << 0)
85257e252bfSMichael Neumann #       define VLINE_INTERRUPT_MASK                     (1 << 4)
85357e252bfSMichael Neumann #       define VLINE2_INTERRUPT_MASK                    (1 << 8)
85457e252bfSMichael Neumann 
85557e252bfSMichael Neumann #define DISP_INTERRUPT_STATUS                           0x60f4
85657e252bfSMichael Neumann #       define LB_D1_VLINE_INTERRUPT                    (1 << 2)
85757e252bfSMichael Neumann #       define LB_D1_VBLANK_INTERRUPT                   (1 << 3)
85857e252bfSMichael Neumann #       define DC_HPD1_INTERRUPT                        (1 << 17)
85957e252bfSMichael Neumann #       define DC_HPD1_RX_INTERRUPT                     (1 << 18)
86057e252bfSMichael Neumann #       define DACA_AUTODETECT_INTERRUPT                (1 << 22)
86157e252bfSMichael Neumann #       define DACB_AUTODETECT_INTERRUPT                (1 << 23)
86257e252bfSMichael Neumann #       define DC_I2C_SW_DONE_INTERRUPT                 (1 << 24)
86357e252bfSMichael Neumann #       define DC_I2C_HW_DONE_INTERRUPT                 (1 << 25)
86457e252bfSMichael Neumann #define DISP_INTERRUPT_STATUS_CONTINUE                  0x60f8
86557e252bfSMichael Neumann #       define LB_D2_VLINE_INTERRUPT                    (1 << 2)
86657e252bfSMichael Neumann #       define LB_D2_VBLANK_INTERRUPT                   (1 << 3)
86757e252bfSMichael Neumann #       define DC_HPD2_INTERRUPT                        (1 << 17)
86857e252bfSMichael Neumann #       define DC_HPD2_RX_INTERRUPT                     (1 << 18)
86957e252bfSMichael Neumann #       define DISP_TIMER_INTERRUPT                     (1 << 24)
87057e252bfSMichael Neumann #define DISP_INTERRUPT_STATUS_CONTINUE2                 0x60fc
87157e252bfSMichael Neumann #       define LB_D3_VLINE_INTERRUPT                    (1 << 2)
87257e252bfSMichael Neumann #       define LB_D3_VBLANK_INTERRUPT                   (1 << 3)
87357e252bfSMichael Neumann #       define DC_HPD3_INTERRUPT                        (1 << 17)
87457e252bfSMichael Neumann #       define DC_HPD3_RX_INTERRUPT                     (1 << 18)
87557e252bfSMichael Neumann #define DISP_INTERRUPT_STATUS_CONTINUE3                 0x6100
87657e252bfSMichael Neumann #       define LB_D4_VLINE_INTERRUPT                    (1 << 2)
87757e252bfSMichael Neumann #       define LB_D4_VBLANK_INTERRUPT                   (1 << 3)
87857e252bfSMichael Neumann #       define DC_HPD4_INTERRUPT                        (1 << 17)
87957e252bfSMichael Neumann #       define DC_HPD4_RX_INTERRUPT                     (1 << 18)
88057e252bfSMichael Neumann #define DISP_INTERRUPT_STATUS_CONTINUE4                 0x614c
88157e252bfSMichael Neumann #       define LB_D5_VLINE_INTERRUPT                    (1 << 2)
88257e252bfSMichael Neumann #       define LB_D5_VBLANK_INTERRUPT                   (1 << 3)
88357e252bfSMichael Neumann #       define DC_HPD5_INTERRUPT                        (1 << 17)
88457e252bfSMichael Neumann #       define DC_HPD5_RX_INTERRUPT                     (1 << 18)
88557e252bfSMichael Neumann #define DISP_INTERRUPT_STATUS_CONTINUE5                 0x6150
88657e252bfSMichael Neumann #       define LB_D6_VLINE_INTERRUPT                    (1 << 2)
88757e252bfSMichael Neumann #       define LB_D6_VBLANK_INTERRUPT                   (1 << 3)
88857e252bfSMichael Neumann #       define DC_HPD6_INTERRUPT                        (1 << 17)
88957e252bfSMichael Neumann #       define DC_HPD6_RX_INTERRUPT                     (1 << 18)
89057e252bfSMichael Neumann #define DISP_INTERRUPT_STATUS_CONTINUE6                 0x6780
89157e252bfSMichael Neumann 
892*c6f73aabSFrançois Tigeot /* 0x6858, 0x7458, 0x10058, 0x10c58, 0x11858, 0x12458 */
893*c6f73aabSFrançois Tigeot #define GRPH_INT_STATUS                                 0x6858
894*c6f73aabSFrançois Tigeot #       define GRPH_PFLIP_INT_OCCURRED                  (1 << 0)
895*c6f73aabSFrançois Tigeot #       define GRPH_PFLIP_INT_CLEAR                     (1 << 8)
896*c6f73aabSFrançois Tigeot /* 0x685c, 0x745c, 0x1005c, 0x10c5c, 0x1185c, 0x1245c */
897*c6f73aabSFrançois Tigeot #define GRPH_INT_CONTROL                                0x685c
898*c6f73aabSFrançois Tigeot #       define GRPH_PFLIP_INT_MASK                      (1 << 0)
899*c6f73aabSFrançois Tigeot #       define GRPH_PFLIP_INT_TYPE                      (1 << 8)
900*c6f73aabSFrançois Tigeot 
90157e252bfSMichael Neumann #define	DAC_AUTODETECT_INT_CONTROL			0x67c8
90257e252bfSMichael Neumann 
90357e252bfSMichael Neumann #define DC_HPD1_INT_STATUS                              0x601c
90457e252bfSMichael Neumann #define DC_HPD2_INT_STATUS                              0x6028
90557e252bfSMichael Neumann #define DC_HPD3_INT_STATUS                              0x6034
90657e252bfSMichael Neumann #define DC_HPD4_INT_STATUS                              0x6040
90757e252bfSMichael Neumann #define DC_HPD5_INT_STATUS                              0x604c
90857e252bfSMichael Neumann #define DC_HPD6_INT_STATUS                              0x6058
90957e252bfSMichael Neumann #       define DC_HPDx_INT_STATUS                       (1 << 0)
91057e252bfSMichael Neumann #       define DC_HPDx_SENSE                            (1 << 1)
91157e252bfSMichael Neumann #       define DC_HPDx_SENSE_DELAYED                    (1 << 4)
91257e252bfSMichael Neumann #       define DC_HPDx_RX_INT_STATUS                    (1 << 8)
91357e252bfSMichael Neumann 
91457e252bfSMichael Neumann #define DC_HPD1_INT_CONTROL                             0x6020
91557e252bfSMichael Neumann #define DC_HPD2_INT_CONTROL                             0x602c
91657e252bfSMichael Neumann #define DC_HPD3_INT_CONTROL                             0x6038
91757e252bfSMichael Neumann #define DC_HPD4_INT_CONTROL                             0x6044
91857e252bfSMichael Neumann #define DC_HPD5_INT_CONTROL                             0x6050
91957e252bfSMichael Neumann #define DC_HPD6_INT_CONTROL                             0x605c
92057e252bfSMichael Neumann #       define DC_HPDx_INT_ACK                          (1 << 0)
92157e252bfSMichael Neumann #       define DC_HPDx_INT_POLARITY                     (1 << 8)
92257e252bfSMichael Neumann #       define DC_HPDx_INT_EN                           (1 << 16)
92357e252bfSMichael Neumann #       define DC_HPDx_RX_INT_ACK                       (1 << 20)
92457e252bfSMichael Neumann #       define DC_HPDx_RX_INT_EN                        (1 << 24)
92557e252bfSMichael Neumann 
92657e252bfSMichael Neumann #define DC_HPD1_CONTROL                                   0x6024
92757e252bfSMichael Neumann #define DC_HPD2_CONTROL                                   0x6030
92857e252bfSMichael Neumann #define DC_HPD3_CONTROL                                   0x603c
92957e252bfSMichael Neumann #define DC_HPD4_CONTROL                                   0x6048
93057e252bfSMichael Neumann #define DC_HPD5_CONTROL                                   0x6054
93157e252bfSMichael Neumann #define DC_HPD6_CONTROL                                   0x6060
93257e252bfSMichael Neumann #       define DC_HPDx_CONNECTION_TIMER(x)                ((x) << 0)
93357e252bfSMichael Neumann #       define DC_HPDx_RX_INT_TIMER(x)                    ((x) << 16)
93457e252bfSMichael Neumann #       define DC_HPDx_EN                                 (1 << 28)
93557e252bfSMichael Neumann 
9364cd92098Szrj #define DPG_PIPE_STUTTER_CONTROL                          0x6cd4
9374cd92098Szrj #       define STUTTER_ENABLE                             (1 << 0)
9384cd92098Szrj 
939*c6f73aabSFrançois Tigeot /* DCE8 FMT blocks */
940*c6f73aabSFrançois Tigeot #define FMT_DYNAMIC_EXP_CNTL                 0x6fb4
941*c6f73aabSFrançois Tigeot #       define FMT_DYNAMIC_EXP_EN            (1 << 0)
942*c6f73aabSFrançois Tigeot #       define FMT_DYNAMIC_EXP_MODE          (1 << 4)
943*c6f73aabSFrançois Tigeot         /* 0 = 10bit -> 12bit, 1 = 8bit -> 12bit */
944*c6f73aabSFrançois Tigeot #define FMT_CONTROL                          0x6fb8
945*c6f73aabSFrançois Tigeot #       define FMT_PIXEL_ENCODING            (1 << 16)
946*c6f73aabSFrançois Tigeot         /* 0 = RGB 4:4:4 or YCbCr 4:4:4, 1 = YCbCr 4:2:2 */
947*c6f73aabSFrançois Tigeot #define FMT_BIT_DEPTH_CONTROL                0x6fc8
948*c6f73aabSFrançois Tigeot #       define FMT_TRUNCATE_EN               (1 << 0)
949*c6f73aabSFrançois Tigeot #       define FMT_TRUNCATE_MODE             (1 << 1)
950*c6f73aabSFrançois Tigeot #       define FMT_TRUNCATE_DEPTH(x)         ((x) << 4) /* 0 - 18bpp, 1 - 24bpp, 2 - 30bpp */
951*c6f73aabSFrançois Tigeot #       define FMT_SPATIAL_DITHER_EN         (1 << 8)
952*c6f73aabSFrançois Tigeot #       define FMT_SPATIAL_DITHER_MODE(x)    ((x) << 9)
953*c6f73aabSFrançois Tigeot #       define FMT_SPATIAL_DITHER_DEPTH(x)   ((x) << 11) /* 0 - 18bpp, 1 - 24bpp, 2 - 30bpp */
954*c6f73aabSFrançois Tigeot #       define FMT_FRAME_RANDOM_ENABLE       (1 << 13)
955*c6f73aabSFrançois Tigeot #       define FMT_RGB_RANDOM_ENABLE         (1 << 14)
956*c6f73aabSFrançois Tigeot #       define FMT_HIGHPASS_RANDOM_ENABLE    (1 << 15)
957*c6f73aabSFrançois Tigeot #       define FMT_TEMPORAL_DITHER_EN        (1 << 16)
958*c6f73aabSFrançois Tigeot #       define FMT_TEMPORAL_DITHER_DEPTH(x)  ((x) << 17) /* 0 - 18bpp, 1 - 24bpp, 2 - 30bpp */
959*c6f73aabSFrançois Tigeot #       define FMT_TEMPORAL_DITHER_OFFSET(x) ((x) << 21)
960*c6f73aabSFrançois Tigeot #       define FMT_TEMPORAL_LEVEL            (1 << 24)
961*c6f73aabSFrançois Tigeot #       define FMT_TEMPORAL_DITHER_RESET     (1 << 25)
962*c6f73aabSFrançois Tigeot #       define FMT_25FRC_SEL(x)              ((x) << 26)
963*c6f73aabSFrançois Tigeot #       define FMT_50FRC_SEL(x)              ((x) << 28)
964*c6f73aabSFrançois Tigeot #       define FMT_75FRC_SEL(x)              ((x) << 30)
965*c6f73aabSFrançois Tigeot #define FMT_CLAMP_CONTROL                    0x6fe4
966*c6f73aabSFrançois Tigeot #       define FMT_CLAMP_DATA_EN             (1 << 0)
967*c6f73aabSFrançois Tigeot #       define FMT_CLAMP_COLOR_FORMAT(x)     ((x) << 16)
968*c6f73aabSFrançois Tigeot #       define FMT_CLAMP_6BPC                0
969*c6f73aabSFrançois Tigeot #       define FMT_CLAMP_8BPC                1
970*c6f73aabSFrançois Tigeot #       define FMT_CLAMP_10BPC               2
971*c6f73aabSFrançois Tigeot 
97257e252bfSMichael Neumann #define	GRBM_CNTL					0x8000
97357e252bfSMichael Neumann #define		GRBM_READ_TIMEOUT(x)				((x) << 0)
97457e252bfSMichael Neumann 
97557e252bfSMichael Neumann #define	GRBM_STATUS2					0x8008
97657e252bfSMichael Neumann #define		ME0PIPE1_CMDFIFO_AVAIL_MASK			0x0000000F
97757e252bfSMichael Neumann #define		ME0PIPE1_CF_RQ_PENDING				(1 << 4)
97857e252bfSMichael Neumann #define		ME0PIPE1_PF_RQ_PENDING				(1 << 5)
97957e252bfSMichael Neumann #define		ME1PIPE0_RQ_PENDING				(1 << 6)
98057e252bfSMichael Neumann #define		ME1PIPE1_RQ_PENDING				(1 << 7)
98157e252bfSMichael Neumann #define		ME1PIPE2_RQ_PENDING				(1 << 8)
98257e252bfSMichael Neumann #define		ME1PIPE3_RQ_PENDING				(1 << 9)
98357e252bfSMichael Neumann #define		ME2PIPE0_RQ_PENDING				(1 << 10)
98457e252bfSMichael Neumann #define		ME2PIPE1_RQ_PENDING				(1 << 11)
98557e252bfSMichael Neumann #define		ME2PIPE2_RQ_PENDING				(1 << 12)
98657e252bfSMichael Neumann #define		ME2PIPE3_RQ_PENDING				(1 << 13)
98757e252bfSMichael Neumann #define		RLC_RQ_PENDING 					(1 << 14)
98857e252bfSMichael Neumann #define		RLC_BUSY 					(1 << 24)
98957e252bfSMichael Neumann #define		TC_BUSY 					(1 << 25)
99057e252bfSMichael Neumann #define		CPF_BUSY 					(1 << 28)
99157e252bfSMichael Neumann #define		CPC_BUSY 					(1 << 29)
99257e252bfSMichael Neumann #define		CPG_BUSY 					(1 << 30)
99357e252bfSMichael Neumann 
99457e252bfSMichael Neumann #define	GRBM_STATUS					0x8010
99557e252bfSMichael Neumann #define		ME0PIPE0_CMDFIFO_AVAIL_MASK			0x0000000F
99657e252bfSMichael Neumann #define		SRBM_RQ_PENDING					(1 << 5)
99757e252bfSMichael Neumann #define		ME0PIPE0_CF_RQ_PENDING				(1 << 7)
99857e252bfSMichael Neumann #define		ME0PIPE0_PF_RQ_PENDING				(1 << 8)
99957e252bfSMichael Neumann #define		GDS_DMA_RQ_PENDING				(1 << 9)
100057e252bfSMichael Neumann #define		DB_CLEAN					(1 << 12)
100157e252bfSMichael Neumann #define		CB_CLEAN					(1 << 13)
100257e252bfSMichael Neumann #define		TA_BUSY 					(1 << 14)
100357e252bfSMichael Neumann #define		GDS_BUSY 					(1 << 15)
100457e252bfSMichael Neumann #define		WD_BUSY_NO_DMA 					(1 << 16)
100557e252bfSMichael Neumann #define		VGT_BUSY					(1 << 17)
100657e252bfSMichael Neumann #define		IA_BUSY_NO_DMA					(1 << 18)
100757e252bfSMichael Neumann #define		IA_BUSY						(1 << 19)
100857e252bfSMichael Neumann #define		SX_BUSY 					(1 << 20)
100957e252bfSMichael Neumann #define		WD_BUSY 					(1 << 21)
101057e252bfSMichael Neumann #define		SPI_BUSY					(1 << 22)
101157e252bfSMichael Neumann #define		BCI_BUSY					(1 << 23)
101257e252bfSMichael Neumann #define		SC_BUSY 					(1 << 24)
101357e252bfSMichael Neumann #define		PA_BUSY 					(1 << 25)
101457e252bfSMichael Neumann #define		DB_BUSY 					(1 << 26)
101557e252bfSMichael Neumann #define		CP_COHERENCY_BUSY      				(1 << 28)
101657e252bfSMichael Neumann #define		CP_BUSY 					(1 << 29)
101757e252bfSMichael Neumann #define		CB_BUSY 					(1 << 30)
101857e252bfSMichael Neumann #define		GUI_ACTIVE					(1 << 31)
101957e252bfSMichael Neumann #define	GRBM_STATUS_SE0					0x8014
102057e252bfSMichael Neumann #define	GRBM_STATUS_SE1					0x8018
102157e252bfSMichael Neumann #define	GRBM_STATUS_SE2					0x8038
102257e252bfSMichael Neumann #define	GRBM_STATUS_SE3					0x803C
102357e252bfSMichael Neumann #define		SE_DB_CLEAN					(1 << 1)
102457e252bfSMichael Neumann #define		SE_CB_CLEAN					(1 << 2)
102557e252bfSMichael Neumann #define		SE_BCI_BUSY					(1 << 22)
102657e252bfSMichael Neumann #define		SE_VGT_BUSY					(1 << 23)
102757e252bfSMichael Neumann #define		SE_PA_BUSY					(1 << 24)
102857e252bfSMichael Neumann #define		SE_TA_BUSY					(1 << 25)
102957e252bfSMichael Neumann #define		SE_SX_BUSY					(1 << 26)
103057e252bfSMichael Neumann #define		SE_SPI_BUSY					(1 << 27)
103157e252bfSMichael Neumann #define		SE_SC_BUSY					(1 << 29)
103257e252bfSMichael Neumann #define		SE_DB_BUSY					(1 << 30)
103357e252bfSMichael Neumann #define		SE_CB_BUSY					(1 << 31)
103457e252bfSMichael Neumann 
103557e252bfSMichael Neumann #define	GRBM_SOFT_RESET					0x8020
103657e252bfSMichael Neumann #define		SOFT_RESET_CP					(1 << 0)  /* All CP blocks */
103757e252bfSMichael Neumann #define		SOFT_RESET_RLC					(1 << 2)  /* RLC */
103857e252bfSMichael Neumann #define		SOFT_RESET_GFX					(1 << 16) /* GFX */
103957e252bfSMichael Neumann #define		SOFT_RESET_CPF					(1 << 17) /* CP fetcher shared by gfx and compute */
104057e252bfSMichael Neumann #define		SOFT_RESET_CPC					(1 << 18) /* CP Compute (MEC1/2) */
104157e252bfSMichael Neumann #define		SOFT_RESET_CPG					(1 << 19) /* CP GFX (PFP, ME, CE) */
104257e252bfSMichael Neumann 
104357e252bfSMichael Neumann #define GRBM_INT_CNTL                                   0x8060
104457e252bfSMichael Neumann #       define RDERR_INT_ENABLE                         (1 << 0)
104557e252bfSMichael Neumann #       define GUI_IDLE_INT_ENABLE                      (1 << 19)
104657e252bfSMichael Neumann 
104757e252bfSMichael Neumann #define CP_CPC_STATUS					0x8210
104857e252bfSMichael Neumann #define CP_CPC_BUSY_STAT				0x8214
104957e252bfSMichael Neumann #define CP_CPC_STALLED_STAT1				0x8218
105057e252bfSMichael Neumann #define CP_CPF_STATUS					0x821c
105157e252bfSMichael Neumann #define CP_CPF_BUSY_STAT				0x8220
105257e252bfSMichael Neumann #define CP_CPF_STALLED_STAT1				0x8224
105357e252bfSMichael Neumann 
105457e252bfSMichael Neumann #define CP_MEC_CNTL					0x8234
105557e252bfSMichael Neumann #define		MEC_ME2_HALT					(1 << 28)
105657e252bfSMichael Neumann #define		MEC_ME1_HALT					(1 << 30)
105757e252bfSMichael Neumann 
105857e252bfSMichael Neumann #define CP_MEC_CNTL					0x8234
105957e252bfSMichael Neumann #define		MEC_ME2_HALT					(1 << 28)
106057e252bfSMichael Neumann #define		MEC_ME1_HALT					(1 << 30)
106157e252bfSMichael Neumann 
106257e252bfSMichael Neumann #define CP_STALLED_STAT3				0x8670
106357e252bfSMichael Neumann #define CP_STALLED_STAT1				0x8674
106457e252bfSMichael Neumann #define CP_STALLED_STAT2				0x8678
106557e252bfSMichael Neumann 
106657e252bfSMichael Neumann #define CP_STAT						0x8680
106757e252bfSMichael Neumann 
106857e252bfSMichael Neumann #define CP_ME_CNTL					0x86D8
106957e252bfSMichael Neumann #define		CP_CE_HALT					(1 << 24)
107057e252bfSMichael Neumann #define		CP_PFP_HALT					(1 << 26)
107157e252bfSMichael Neumann #define		CP_ME_HALT					(1 << 28)
107257e252bfSMichael Neumann 
107357e252bfSMichael Neumann #define	CP_RB0_RPTR					0x8700
107457e252bfSMichael Neumann #define	CP_RB_WPTR_DELAY				0x8704
10754cd92098Szrj #define	CP_RB_WPTR_POLL_CNTL				0x8708
10764cd92098Szrj #define		IDLE_POLL_COUNT(x)			((x) << 16)
10774cd92098Szrj #define		IDLE_POLL_COUNT_MASK			(0xffff << 16)
107857e252bfSMichael Neumann 
107957e252bfSMichael Neumann #define CP_MEQ_THRESHOLDS				0x8764
108057e252bfSMichael Neumann #define		MEQ1_START(x)				((x) << 0)
108157e252bfSMichael Neumann #define		MEQ2_START(x)				((x) << 8)
108257e252bfSMichael Neumann 
108357e252bfSMichael Neumann #define	VGT_VTX_VECT_EJECT_REG				0x88B0
108457e252bfSMichael Neumann 
108557e252bfSMichael Neumann #define	VGT_CACHE_INVALIDATION				0x88C4
108657e252bfSMichael Neumann #define		CACHE_INVALIDATION(x)				((x) << 0)
108757e252bfSMichael Neumann #define			VC_ONLY						0
108857e252bfSMichael Neumann #define			TC_ONLY						1
108957e252bfSMichael Neumann #define			VC_AND_TC					2
109057e252bfSMichael Neumann #define		AUTO_INVLD_EN(x)				((x) << 6)
109157e252bfSMichael Neumann #define			NO_AUTO						0
109257e252bfSMichael Neumann #define			ES_AUTO						1
109357e252bfSMichael Neumann #define			GS_AUTO						2
109457e252bfSMichael Neumann #define			ES_AND_GS_AUTO					3
109557e252bfSMichael Neumann 
109657e252bfSMichael Neumann #define	VGT_GS_VERTEX_REUSE				0x88D4
109757e252bfSMichael Neumann 
109857e252bfSMichael Neumann #define CC_GC_SHADER_ARRAY_CONFIG			0x89bc
109957e252bfSMichael Neumann #define		INACTIVE_CUS_MASK			0xFFFF0000
110057e252bfSMichael Neumann #define		INACTIVE_CUS_SHIFT			16
110157e252bfSMichael Neumann #define GC_USER_SHADER_ARRAY_CONFIG			0x89c0
110257e252bfSMichael Neumann 
110357e252bfSMichael Neumann #define	PA_CL_ENHANCE					0x8A14
110457e252bfSMichael Neumann #define		CLIP_VTX_REORDER_ENA				(1 << 0)
110557e252bfSMichael Neumann #define		NUM_CLIP_SEQ(x)					((x) << 1)
110657e252bfSMichael Neumann 
110757e252bfSMichael Neumann #define	PA_SC_FORCE_EOV_MAX_CNTS			0x8B24
110857e252bfSMichael Neumann #define		FORCE_EOV_MAX_CLK_CNT(x)			((x) << 0)
110957e252bfSMichael Neumann #define		FORCE_EOV_MAX_REZ_CNT(x)			((x) << 16)
111057e252bfSMichael Neumann 
111157e252bfSMichael Neumann #define	PA_SC_FIFO_SIZE					0x8BCC
111257e252bfSMichael Neumann #define		SC_FRONTEND_PRIM_FIFO_SIZE(x)			((x) << 0)
111357e252bfSMichael Neumann #define		SC_BACKEND_PRIM_FIFO_SIZE(x)			((x) << 6)
111457e252bfSMichael Neumann #define		SC_HIZ_TILE_FIFO_SIZE(x)			((x) << 15)
111557e252bfSMichael Neumann #define		SC_EARLYZ_TILE_FIFO_SIZE(x)			((x) << 23)
111657e252bfSMichael Neumann 
111757e252bfSMichael Neumann #define	PA_SC_ENHANCE					0x8BF0
111857e252bfSMichael Neumann #define		ENABLE_PA_SC_OUT_OF_ORDER			(1 << 0)
111957e252bfSMichael Neumann #define		DISABLE_PA_SC_GUIDANCE				(1 << 13)
112057e252bfSMichael Neumann 
112157e252bfSMichael Neumann #define	SQ_CONFIG					0x8C00
112257e252bfSMichael Neumann 
112357e252bfSMichael Neumann #define	SH_MEM_BASES					0x8C28
112457e252bfSMichael Neumann /* if PTR32, these are the bases for scratch and lds */
112557e252bfSMichael Neumann #define		PRIVATE_BASE(x)					((x) << 0) /* scratch */
112657e252bfSMichael Neumann #define		SHARED_BASE(x)					((x) << 16) /* LDS */
112757e252bfSMichael Neumann #define	SH_MEM_APE1_BASE				0x8C2C
112857e252bfSMichael Neumann /* if PTR32, this is the base location of GPUVM */
112957e252bfSMichael Neumann #define	SH_MEM_APE1_LIMIT				0x8C30
113057e252bfSMichael Neumann /* if PTR32, this is the upper limit of GPUVM */
113157e252bfSMichael Neumann #define	SH_MEM_CONFIG					0x8C34
113257e252bfSMichael Neumann #define		PTR32						(1 << 0)
113357e252bfSMichael Neumann #define		ALIGNMENT_MODE(x)				((x) << 2)
113457e252bfSMichael Neumann #define			SH_MEM_ALIGNMENT_MODE_DWORD			0
113557e252bfSMichael Neumann #define			SH_MEM_ALIGNMENT_MODE_DWORD_STRICT		1
113657e252bfSMichael Neumann #define			SH_MEM_ALIGNMENT_MODE_STRICT			2
113757e252bfSMichael Neumann #define			SH_MEM_ALIGNMENT_MODE_UNALIGNED			3
113857e252bfSMichael Neumann #define		DEFAULT_MTYPE(x)				((x) << 4)
113957e252bfSMichael Neumann #define		APE1_MTYPE(x)					((x) << 7)
114057e252bfSMichael Neumann 
114157e252bfSMichael Neumann #define	SX_DEBUG_1					0x9060
114257e252bfSMichael Neumann 
114357e252bfSMichael Neumann #define	SPI_CONFIG_CNTL					0x9100
114457e252bfSMichael Neumann 
114557e252bfSMichael Neumann #define	SPI_CONFIG_CNTL_1				0x913C
114657e252bfSMichael Neumann #define		VTX_DONE_DELAY(x)				((x) << 0)
114757e252bfSMichael Neumann #define		INTERP_ONE_PRIM_PER_ROW				(1 << 4)
114857e252bfSMichael Neumann 
114957e252bfSMichael Neumann #define	TA_CNTL_AUX					0x9508
115057e252bfSMichael Neumann 
115157e252bfSMichael Neumann #define DB_DEBUG					0x9830
115257e252bfSMichael Neumann #define DB_DEBUG2					0x9834
115357e252bfSMichael Neumann #define DB_DEBUG3					0x9838
115457e252bfSMichael Neumann 
115557e252bfSMichael Neumann #define CC_RB_BACKEND_DISABLE				0x98F4
115657e252bfSMichael Neumann #define		BACKEND_DISABLE(x)     			((x) << 16)
115757e252bfSMichael Neumann #define GB_ADDR_CONFIG  				0x98F8
115857e252bfSMichael Neumann #define		NUM_PIPES(x)				((x) << 0)
115957e252bfSMichael Neumann #define		NUM_PIPES_MASK				0x00000007
116057e252bfSMichael Neumann #define		NUM_PIPES_SHIFT				0
116157e252bfSMichael Neumann #define		PIPE_INTERLEAVE_SIZE(x)			((x) << 4)
116257e252bfSMichael Neumann #define		PIPE_INTERLEAVE_SIZE_MASK		0x00000070
116357e252bfSMichael Neumann #define		PIPE_INTERLEAVE_SIZE_SHIFT		4
116457e252bfSMichael Neumann #define		NUM_SHADER_ENGINES(x)			((x) << 12)
116557e252bfSMichael Neumann #define		NUM_SHADER_ENGINES_MASK			0x00003000
116657e252bfSMichael Neumann #define		NUM_SHADER_ENGINES_SHIFT		12
116757e252bfSMichael Neumann #define		SHADER_ENGINE_TILE_SIZE(x)     		((x) << 16)
116857e252bfSMichael Neumann #define		SHADER_ENGINE_TILE_SIZE_MASK		0x00070000
116957e252bfSMichael Neumann #define		SHADER_ENGINE_TILE_SIZE_SHIFT		16
117057e252bfSMichael Neumann #define		ROW_SIZE(x)             		((x) << 28)
117157e252bfSMichael Neumann #define		ROW_SIZE_MASK				0x30000000
117257e252bfSMichael Neumann #define		ROW_SIZE_SHIFT				28
117357e252bfSMichael Neumann 
117457e252bfSMichael Neumann #define	GB_TILE_MODE0					0x9910
117557e252bfSMichael Neumann #       define ARRAY_MODE(x)					((x) << 2)
117657e252bfSMichael Neumann #              define	ARRAY_LINEAR_GENERAL			0
117757e252bfSMichael Neumann #              define	ARRAY_LINEAR_ALIGNED			1
117857e252bfSMichael Neumann #              define	ARRAY_1D_TILED_THIN1			2
117957e252bfSMichael Neumann #              define	ARRAY_2D_TILED_THIN1			4
118057e252bfSMichael Neumann #              define	ARRAY_PRT_TILED_THIN1			5
118157e252bfSMichael Neumann #              define	ARRAY_PRT_2D_TILED_THIN1		6
118257e252bfSMichael Neumann #       define PIPE_CONFIG(x)					((x) << 6)
118357e252bfSMichael Neumann #              define	ADDR_SURF_P2				0
118457e252bfSMichael Neumann #              define	ADDR_SURF_P4_8x16			4
118557e252bfSMichael Neumann #              define	ADDR_SURF_P4_16x16			5
118657e252bfSMichael Neumann #              define	ADDR_SURF_P4_16x32			6
118757e252bfSMichael Neumann #              define	ADDR_SURF_P4_32x32			7
118857e252bfSMichael Neumann #              define	ADDR_SURF_P8_16x16_8x16			8
118957e252bfSMichael Neumann #              define	ADDR_SURF_P8_16x32_8x16			9
119057e252bfSMichael Neumann #              define	ADDR_SURF_P8_32x32_8x16			10
119157e252bfSMichael Neumann #              define	ADDR_SURF_P8_16x32_16x16		11
119257e252bfSMichael Neumann #              define	ADDR_SURF_P8_32x32_16x16		12
119357e252bfSMichael Neumann #              define	ADDR_SURF_P8_32x32_16x32		13
119457e252bfSMichael Neumann #              define	ADDR_SURF_P8_32x64_32x32		14
1195*c6f73aabSFrançois Tigeot #              define	ADDR_SURF_P16_32x32_8x16		16
1196*c6f73aabSFrançois Tigeot #              define	ADDR_SURF_P16_32x32_16x16		17
119757e252bfSMichael Neumann #       define TILE_SPLIT(x)					((x) << 11)
119857e252bfSMichael Neumann #              define	ADDR_SURF_TILE_SPLIT_64B		0
119957e252bfSMichael Neumann #              define	ADDR_SURF_TILE_SPLIT_128B		1
120057e252bfSMichael Neumann #              define	ADDR_SURF_TILE_SPLIT_256B		2
120157e252bfSMichael Neumann #              define	ADDR_SURF_TILE_SPLIT_512B		3
120257e252bfSMichael Neumann #              define	ADDR_SURF_TILE_SPLIT_1KB		4
120357e252bfSMichael Neumann #              define	ADDR_SURF_TILE_SPLIT_2KB		5
120457e252bfSMichael Neumann #              define	ADDR_SURF_TILE_SPLIT_4KB		6
120557e252bfSMichael Neumann #       define MICRO_TILE_MODE_NEW(x)				((x) << 22)
120657e252bfSMichael Neumann #              define	ADDR_SURF_DISPLAY_MICRO_TILING		0
120757e252bfSMichael Neumann #              define	ADDR_SURF_THIN_MICRO_TILING		1
120857e252bfSMichael Neumann #              define	ADDR_SURF_DEPTH_MICRO_TILING		2
120957e252bfSMichael Neumann #              define	ADDR_SURF_ROTATED_MICRO_TILING		3
121057e252bfSMichael Neumann #       define SAMPLE_SPLIT(x)					((x) << 25)
121157e252bfSMichael Neumann #              define	ADDR_SURF_SAMPLE_SPLIT_1		0
121257e252bfSMichael Neumann #              define	ADDR_SURF_SAMPLE_SPLIT_2		1
121357e252bfSMichael Neumann #              define	ADDR_SURF_SAMPLE_SPLIT_4		2
121457e252bfSMichael Neumann #              define	ADDR_SURF_SAMPLE_SPLIT_8		3
121557e252bfSMichael Neumann 
121657e252bfSMichael Neumann #define	GB_MACROTILE_MODE0					0x9990
121757e252bfSMichael Neumann #       define BANK_WIDTH(x)					((x) << 0)
121857e252bfSMichael Neumann #              define	ADDR_SURF_BANK_WIDTH_1			0
121957e252bfSMichael Neumann #              define	ADDR_SURF_BANK_WIDTH_2			1
122057e252bfSMichael Neumann #              define	ADDR_SURF_BANK_WIDTH_4			2
122157e252bfSMichael Neumann #              define	ADDR_SURF_BANK_WIDTH_8			3
122257e252bfSMichael Neumann #       define BANK_HEIGHT(x)					((x) << 2)
122357e252bfSMichael Neumann #              define	ADDR_SURF_BANK_HEIGHT_1			0
122457e252bfSMichael Neumann #              define	ADDR_SURF_BANK_HEIGHT_2			1
122557e252bfSMichael Neumann #              define	ADDR_SURF_BANK_HEIGHT_4			2
122657e252bfSMichael Neumann #              define	ADDR_SURF_BANK_HEIGHT_8			3
122757e252bfSMichael Neumann #       define MACRO_TILE_ASPECT(x)				((x) << 4)
122857e252bfSMichael Neumann #              define	ADDR_SURF_MACRO_ASPECT_1		0
122957e252bfSMichael Neumann #              define	ADDR_SURF_MACRO_ASPECT_2		1
123057e252bfSMichael Neumann #              define	ADDR_SURF_MACRO_ASPECT_4		2
123157e252bfSMichael Neumann #              define	ADDR_SURF_MACRO_ASPECT_8		3
123257e252bfSMichael Neumann #       define NUM_BANKS(x)					((x) << 6)
123357e252bfSMichael Neumann #              define	ADDR_SURF_2_BANK			0
123457e252bfSMichael Neumann #              define	ADDR_SURF_4_BANK			1
123557e252bfSMichael Neumann #              define	ADDR_SURF_8_BANK			2
123657e252bfSMichael Neumann #              define	ADDR_SURF_16_BANK			3
123757e252bfSMichael Neumann 
123857e252bfSMichael Neumann #define	CB_HW_CONTROL					0x9A10
123957e252bfSMichael Neumann 
124057e252bfSMichael Neumann #define	GC_USER_RB_BACKEND_DISABLE			0x9B7C
124157e252bfSMichael Neumann #define		BACKEND_DISABLE_MASK			0x00FF0000
124257e252bfSMichael Neumann #define		BACKEND_DISABLE_SHIFT			16
124357e252bfSMichael Neumann 
124457e252bfSMichael Neumann #define	TCP_CHAN_STEER_LO				0xac0c
124557e252bfSMichael Neumann #define	TCP_CHAN_STEER_HI				0xac10
124657e252bfSMichael Neumann 
124757e252bfSMichael Neumann #define	TC_CFG_L1_LOAD_POLICY0				0xAC68
124857e252bfSMichael Neumann #define	TC_CFG_L1_LOAD_POLICY1				0xAC6C
124957e252bfSMichael Neumann #define	TC_CFG_L1_STORE_POLICY				0xAC70
125057e252bfSMichael Neumann #define	TC_CFG_L2_LOAD_POLICY0				0xAC74
125157e252bfSMichael Neumann #define	TC_CFG_L2_LOAD_POLICY1				0xAC78
125257e252bfSMichael Neumann #define	TC_CFG_L2_STORE_POLICY0				0xAC7C
125357e252bfSMichael Neumann #define	TC_CFG_L2_STORE_POLICY1				0xAC80
125457e252bfSMichael Neumann #define	TC_CFG_L2_ATOMIC_POLICY				0xAC84
125557e252bfSMichael Neumann #define	TC_CFG_L1_VOLATILE				0xAC88
125657e252bfSMichael Neumann #define	TC_CFG_L2_VOLATILE				0xAC8C
125757e252bfSMichael Neumann 
125857e252bfSMichael Neumann #define	CP_RB0_BASE					0xC100
125957e252bfSMichael Neumann #define	CP_RB0_CNTL					0xC104
126057e252bfSMichael Neumann #define		RB_BUFSZ(x)					((x) << 0)
126157e252bfSMichael Neumann #define		RB_BLKSZ(x)					((x) << 8)
126257e252bfSMichael Neumann #define		BUF_SWAP_32BIT					(2 << 16)
126357e252bfSMichael Neumann #define		RB_NO_UPDATE					(1 << 27)
126457e252bfSMichael Neumann #define		RB_RPTR_WR_ENA					(1 << 31)
126557e252bfSMichael Neumann 
126657e252bfSMichael Neumann #define	CP_RB0_RPTR_ADDR				0xC10C
126757e252bfSMichael Neumann #define		RB_RPTR_SWAP_32BIT				(2 << 0)
126857e252bfSMichael Neumann #define	CP_RB0_RPTR_ADDR_HI				0xC110
126957e252bfSMichael Neumann #define	CP_RB0_WPTR					0xC114
127057e252bfSMichael Neumann 
127157e252bfSMichael Neumann #define	CP_DEVICE_ID					0xC12C
127257e252bfSMichael Neumann #define	CP_ENDIAN_SWAP					0xC140
127357e252bfSMichael Neumann #define	CP_RB_VMID					0xC144
127457e252bfSMichael Neumann 
127557e252bfSMichael Neumann #define	CP_PFP_UCODE_ADDR				0xC150
127657e252bfSMichael Neumann #define	CP_PFP_UCODE_DATA				0xC154
127757e252bfSMichael Neumann #define	CP_ME_RAM_RADDR					0xC158
127857e252bfSMichael Neumann #define	CP_ME_RAM_WADDR					0xC15C
127957e252bfSMichael Neumann #define	CP_ME_RAM_DATA					0xC160
128057e252bfSMichael Neumann 
128157e252bfSMichael Neumann #define	CP_CE_UCODE_ADDR				0xC168
128257e252bfSMichael Neumann #define	CP_CE_UCODE_DATA				0xC16C
128357e252bfSMichael Neumann #define	CP_MEC_ME1_UCODE_ADDR				0xC170
128457e252bfSMichael Neumann #define	CP_MEC_ME1_UCODE_DATA				0xC174
128557e252bfSMichael Neumann #define	CP_MEC_ME2_UCODE_ADDR				0xC178
128657e252bfSMichael Neumann #define	CP_MEC_ME2_UCODE_DATA				0xC17C
128757e252bfSMichael Neumann 
128857e252bfSMichael Neumann #define CP_INT_CNTL_RING0                               0xC1A8
128957e252bfSMichael Neumann #       define CNTX_BUSY_INT_ENABLE                     (1 << 19)
129057e252bfSMichael Neumann #       define CNTX_EMPTY_INT_ENABLE                    (1 << 20)
129157e252bfSMichael Neumann #       define PRIV_INSTR_INT_ENABLE                    (1 << 22)
129257e252bfSMichael Neumann #       define PRIV_REG_INT_ENABLE                      (1 << 23)
129357e252bfSMichael Neumann #       define TIME_STAMP_INT_ENABLE                    (1 << 26)
129457e252bfSMichael Neumann #       define CP_RINGID2_INT_ENABLE                    (1 << 29)
129557e252bfSMichael Neumann #       define CP_RINGID1_INT_ENABLE                    (1 << 30)
129657e252bfSMichael Neumann #       define CP_RINGID0_INT_ENABLE                    (1 << 31)
129757e252bfSMichael Neumann 
129857e252bfSMichael Neumann #define CP_INT_STATUS_RING0                             0xC1B4
129957e252bfSMichael Neumann #       define PRIV_INSTR_INT_STAT                      (1 << 22)
130057e252bfSMichael Neumann #       define PRIV_REG_INT_STAT                        (1 << 23)
130157e252bfSMichael Neumann #       define TIME_STAMP_INT_STAT                      (1 << 26)
130257e252bfSMichael Neumann #       define CP_RINGID2_INT_STAT                      (1 << 29)
130357e252bfSMichael Neumann #       define CP_RINGID1_INT_STAT                      (1 << 30)
130457e252bfSMichael Neumann #       define CP_RINGID0_INT_STAT                      (1 << 31)
130557e252bfSMichael Neumann 
13064cd92098Szrj #define CP_MEM_SLP_CNTL                                 0xC1E4
13074cd92098Szrj #       define CP_MEM_LS_EN                             (1 << 0)
13084cd92098Szrj 
130957e252bfSMichael Neumann #define CP_CPF_DEBUG                                    0xC200
131057e252bfSMichael Neumann 
131157e252bfSMichael Neumann #define CP_PQ_WPTR_POLL_CNTL                            0xC20C
131257e252bfSMichael Neumann #define		WPTR_POLL_EN      			(1 << 31)
131357e252bfSMichael Neumann 
131457e252bfSMichael Neumann #define CP_ME1_PIPE0_INT_CNTL                           0xC214
131557e252bfSMichael Neumann #define CP_ME1_PIPE1_INT_CNTL                           0xC218
131657e252bfSMichael Neumann #define CP_ME1_PIPE2_INT_CNTL                           0xC21C
131757e252bfSMichael Neumann #define CP_ME1_PIPE3_INT_CNTL                           0xC220
131857e252bfSMichael Neumann #define CP_ME2_PIPE0_INT_CNTL                           0xC224
131957e252bfSMichael Neumann #define CP_ME2_PIPE1_INT_CNTL                           0xC228
132057e252bfSMichael Neumann #define CP_ME2_PIPE2_INT_CNTL                           0xC22C
132157e252bfSMichael Neumann #define CP_ME2_PIPE3_INT_CNTL                           0xC230
132257e252bfSMichael Neumann #       define DEQUEUE_REQUEST_INT_ENABLE               (1 << 13)
132357e252bfSMichael Neumann #       define WRM_POLL_TIMEOUT_INT_ENABLE              (1 << 17)
132457e252bfSMichael Neumann #       define PRIV_REG_INT_ENABLE                      (1 << 23)
132557e252bfSMichael Neumann #       define TIME_STAMP_INT_ENABLE                    (1 << 26)
132657e252bfSMichael Neumann #       define GENERIC2_INT_ENABLE                      (1 << 29)
132757e252bfSMichael Neumann #       define GENERIC1_INT_ENABLE                      (1 << 30)
132857e252bfSMichael Neumann #       define GENERIC0_INT_ENABLE                      (1 << 31)
132957e252bfSMichael Neumann #define CP_ME1_PIPE0_INT_STATUS                         0xC214
133057e252bfSMichael Neumann #define CP_ME1_PIPE1_INT_STATUS                         0xC218
133157e252bfSMichael Neumann #define CP_ME1_PIPE2_INT_STATUS                         0xC21C
133257e252bfSMichael Neumann #define CP_ME1_PIPE3_INT_STATUS                         0xC220
133357e252bfSMichael Neumann #define CP_ME2_PIPE0_INT_STATUS                         0xC224
133457e252bfSMichael Neumann #define CP_ME2_PIPE1_INT_STATUS                         0xC228
133557e252bfSMichael Neumann #define CP_ME2_PIPE2_INT_STATUS                         0xC22C
133657e252bfSMichael Neumann #define CP_ME2_PIPE3_INT_STATUS                         0xC230
133757e252bfSMichael Neumann #       define DEQUEUE_REQUEST_INT_STATUS               (1 << 13)
133857e252bfSMichael Neumann #       define WRM_POLL_TIMEOUT_INT_STATUS              (1 << 17)
133957e252bfSMichael Neumann #       define PRIV_REG_INT_STATUS                      (1 << 23)
134057e252bfSMichael Neumann #       define TIME_STAMP_INT_STATUS                    (1 << 26)
134157e252bfSMichael Neumann #       define GENERIC2_INT_STATUS                      (1 << 29)
134257e252bfSMichael Neumann #       define GENERIC1_INT_STATUS                      (1 << 30)
134357e252bfSMichael Neumann #       define GENERIC0_INT_STATUS                      (1 << 31)
134457e252bfSMichael Neumann 
134557e252bfSMichael Neumann #define	CP_MAX_CONTEXT					0xC2B8
134657e252bfSMichael Neumann 
134757e252bfSMichael Neumann #define	CP_RB0_BASE_HI					0xC2C4
134857e252bfSMichael Neumann 
134957e252bfSMichael Neumann #define RLC_CNTL                                          0xC300
135057e252bfSMichael Neumann #       define RLC_ENABLE                                 (1 << 0)
135157e252bfSMichael Neumann 
135257e252bfSMichael Neumann #define RLC_MC_CNTL                                       0xC30C
135357e252bfSMichael Neumann 
13544cd92098Szrj #define RLC_MEM_SLP_CNTL                                  0xC318
13554cd92098Szrj #       define RLC_MEM_LS_EN                              (1 << 0)
13564cd92098Szrj 
135757e252bfSMichael Neumann #define RLC_LB_CNTR_MAX                                   0xC348
135857e252bfSMichael Neumann 
135957e252bfSMichael Neumann #define RLC_LB_CNTL                                       0xC364
13604cd92098Szrj #       define LOAD_BALANCE_ENABLE                        (1 << 0)
136157e252bfSMichael Neumann 
136257e252bfSMichael Neumann #define RLC_LB_CNTR_INIT                                  0xC36C
136357e252bfSMichael Neumann 
136457e252bfSMichael Neumann #define RLC_SAVE_AND_RESTORE_BASE                         0xC374
13654cd92098Szrj #define RLC_DRIVER_DMA_STATUS                             0xC378 /* dGPU */
13664cd92098Szrj #define RLC_CP_TABLE_RESTORE                              0xC378 /* APU */
13674cd92098Szrj #define RLC_PG_DELAY_2                                    0xC37C
136857e252bfSMichael Neumann 
136957e252bfSMichael Neumann #define RLC_GPM_UCODE_ADDR                                0xC388
137057e252bfSMichael Neumann #define RLC_GPM_UCODE_DATA                                0xC38C
137157e252bfSMichael Neumann #define RLC_GPU_CLOCK_COUNT_LSB                           0xC390
137257e252bfSMichael Neumann #define RLC_GPU_CLOCK_COUNT_MSB                           0xC394
137357e252bfSMichael Neumann #define RLC_CAPTURE_GPU_CLOCK_COUNT                       0xC398
137457e252bfSMichael Neumann #define RLC_UCODE_CNTL                                    0xC39C
137557e252bfSMichael Neumann 
13764cd92098Szrj #define RLC_GPM_STAT                                      0xC400
13774cd92098Szrj #       define RLC_GPM_BUSY                               (1 << 0)
13784cd92098Szrj #       define GFX_POWER_STATUS                           (1 << 1)
13794cd92098Szrj #       define GFX_CLOCK_STATUS                           (1 << 2)
13804cd92098Szrj 
13814cd92098Szrj #define RLC_PG_CNTL                                       0xC40C
13824cd92098Szrj #       define GFX_PG_ENABLE                              (1 << 0)
13834cd92098Szrj #       define GFX_PG_SRC                                 (1 << 1)
13844cd92098Szrj #       define DYN_PER_CU_PG_ENABLE                       (1 << 2)
13854cd92098Szrj #       define STATIC_PER_CU_PG_ENABLE                    (1 << 3)
13864cd92098Szrj #       define DISABLE_GDS_PG                             (1 << 13)
13874cd92098Szrj #       define DISABLE_CP_PG                              (1 << 15)
13884cd92098Szrj #       define SMU_CLK_SLOWDOWN_ON_PU_ENABLE              (1 << 17)
13894cd92098Szrj #       define SMU_CLK_SLOWDOWN_ON_PD_ENABLE              (1 << 18)
13904cd92098Szrj 
13914cd92098Szrj #define RLC_CGTT_MGCG_OVERRIDE                            0xC420
139257e252bfSMichael Neumann #define RLC_CGCG_CGLS_CTRL                                0xC424
13934cd92098Szrj #       define CGCG_EN                                    (1 << 0)
13944cd92098Szrj #       define CGLS_EN                                    (1 << 1)
13954cd92098Szrj 
13964cd92098Szrj #define RLC_PG_DELAY                                      0xC434
139757e252bfSMichael Neumann 
139857e252bfSMichael Neumann #define RLC_LB_INIT_CU_MASK                               0xC43C
139957e252bfSMichael Neumann 
140057e252bfSMichael Neumann #define RLC_LB_PARAMS                                     0xC444
140157e252bfSMichael Neumann 
14024cd92098Szrj #define RLC_PG_AO_CU_MASK                                 0xC44C
14034cd92098Szrj 
14044cd92098Szrj #define	RLC_MAX_PG_CU					0xC450
14054cd92098Szrj #	define MAX_PU_CU(x)				((x) << 0)
14064cd92098Szrj #	define MAX_PU_CU_MASK				(0xff << 0)
14074cd92098Szrj #define RLC_AUTO_PG_CTRL                                  0xC454
14084cd92098Szrj #       define AUTO_PG_EN                                 (1 << 0)
14094cd92098Szrj #	define GRBM_REG_SGIT(x)				((x) << 3)
14104cd92098Szrj #	define GRBM_REG_SGIT_MASK			(0xffff << 3)
14114cd92098Szrj 
14124cd92098Szrj #define RLC_SERDES_WR_CU_MASTER_MASK                      0xC474
14134cd92098Szrj #define RLC_SERDES_WR_NONCU_MASTER_MASK                   0xC478
14144cd92098Szrj #define RLC_SERDES_WR_CTRL                                0xC47C
14154cd92098Szrj #define		BPM_ADDR(x)				((x) << 0)
14164cd92098Szrj #define		BPM_ADDR_MASK      			(0xff << 0)
14174cd92098Szrj #define		CGLS_ENABLE				(1 << 16)
14184cd92098Szrj #define		CGCG_OVERRIDE_0				(1 << 20)
14194cd92098Szrj #define		MGCG_OVERRIDE_0				(1 << 22)
14204cd92098Szrj #define		MGCG_OVERRIDE_1				(1 << 23)
14214cd92098Szrj 
142257e252bfSMichael Neumann #define RLC_SERDES_CU_MASTER_BUSY                         0xC484
142357e252bfSMichael Neumann #define RLC_SERDES_NONCU_MASTER_BUSY                      0xC488
142457e252bfSMichael Neumann #       define SE_MASTER_BUSY_MASK                        0x0000ffff
142557e252bfSMichael Neumann #       define GC_MASTER_BUSY                             (1 << 16)
142657e252bfSMichael Neumann #       define TC0_MASTER_BUSY                            (1 << 17)
142757e252bfSMichael Neumann #       define TC1_MASTER_BUSY                            (1 << 18)
142857e252bfSMichael Neumann 
142957e252bfSMichael Neumann #define RLC_GPM_SCRATCH_ADDR                              0xC4B0
143057e252bfSMichael Neumann #define RLC_GPM_SCRATCH_DATA                              0xC4B4
143157e252bfSMichael Neumann 
14324cd92098Szrj #define RLC_GPR_REG2                                      0xC4E8
14334cd92098Szrj #define		REQ      				0x00000001
14344cd92098Szrj #define		MESSAGE(x)      			((x) << 1)
14354cd92098Szrj #define		MESSAGE_MASK      			0x0000001e
14364cd92098Szrj #define		MSG_ENTER_RLC_SAFE_MODE      			1
14374cd92098Szrj #define		MSG_EXIT_RLC_SAFE_MODE      			0
14384cd92098Szrj 
143957e252bfSMichael Neumann #define CP_HPD_EOP_BASE_ADDR                              0xC904
144057e252bfSMichael Neumann #define CP_HPD_EOP_BASE_ADDR_HI                           0xC908
144157e252bfSMichael Neumann #define CP_HPD_EOP_VMID                                   0xC90C
144257e252bfSMichael Neumann #define CP_HPD_EOP_CONTROL                                0xC910
144357e252bfSMichael Neumann #define		EOP_SIZE(x)				((x) << 0)
144457e252bfSMichael Neumann #define		EOP_SIZE_MASK      			(0x3f << 0)
144557e252bfSMichael Neumann #define CP_MQD_BASE_ADDR                                  0xC914
144657e252bfSMichael Neumann #define CP_MQD_BASE_ADDR_HI                               0xC918
144757e252bfSMichael Neumann #define CP_HQD_ACTIVE                                     0xC91C
144857e252bfSMichael Neumann #define CP_HQD_VMID                                       0xC920
144957e252bfSMichael Neumann 
145057e252bfSMichael Neumann #define CP_HQD_PQ_BASE                                    0xC934
145157e252bfSMichael Neumann #define CP_HQD_PQ_BASE_HI                                 0xC938
145257e252bfSMichael Neumann #define CP_HQD_PQ_RPTR                                    0xC93C
145357e252bfSMichael Neumann #define CP_HQD_PQ_RPTR_REPORT_ADDR                        0xC940
145457e252bfSMichael Neumann #define CP_HQD_PQ_RPTR_REPORT_ADDR_HI                     0xC944
145557e252bfSMichael Neumann #define CP_HQD_PQ_WPTR_POLL_ADDR                          0xC948
145657e252bfSMichael Neumann #define CP_HQD_PQ_WPTR_POLL_ADDR_HI                       0xC94C
145757e252bfSMichael Neumann #define CP_HQD_PQ_DOORBELL_CONTROL                        0xC950
145857e252bfSMichael Neumann #define		DOORBELL_OFFSET(x)			((x) << 2)
145957e252bfSMichael Neumann #define		DOORBELL_OFFSET_MASK			(0x1fffff << 2)
146057e252bfSMichael Neumann #define		DOORBELL_SOURCE      			(1 << 28)
146157e252bfSMichael Neumann #define		DOORBELL_SCHD_HIT      			(1 << 29)
146257e252bfSMichael Neumann #define		DOORBELL_EN      			(1 << 30)
146357e252bfSMichael Neumann #define		DOORBELL_HIT      			(1 << 31)
146457e252bfSMichael Neumann #define CP_HQD_PQ_WPTR                                    0xC954
146557e252bfSMichael Neumann #define CP_HQD_PQ_CONTROL                                 0xC958
146657e252bfSMichael Neumann #define		QUEUE_SIZE(x)				((x) << 0)
146757e252bfSMichael Neumann #define		QUEUE_SIZE_MASK      			(0x3f << 0)
146857e252bfSMichael Neumann #define		RPTR_BLOCK_SIZE(x)			((x) << 8)
146957e252bfSMichael Neumann #define		RPTR_BLOCK_SIZE_MASK			(0x3f << 8)
147057e252bfSMichael Neumann #define		PQ_VOLATILE      			(1 << 26)
147157e252bfSMichael Neumann #define		NO_UPDATE_RPTR      			(1 << 27)
147257e252bfSMichael Neumann #define		UNORD_DISPATCH      			(1 << 28)
147357e252bfSMichael Neumann #define		ROQ_PQ_IB_FLIP      			(1 << 29)
147457e252bfSMichael Neumann #define		PRIV_STATE      			(1 << 30)
147557e252bfSMichael Neumann #define		KMD_QUEUE      				(1 << 31)
147657e252bfSMichael Neumann 
147757e252bfSMichael Neumann #define CP_HQD_DEQUEUE_REQUEST                          0xC974
147857e252bfSMichael Neumann 
147957e252bfSMichael Neumann #define CP_MQD_CONTROL                                  0xC99C
148057e252bfSMichael Neumann #define		MQD_VMID(x)				((x) << 0)
148157e252bfSMichael Neumann #define		MQD_VMID_MASK      			(0xf << 0)
148257e252bfSMichael Neumann 
14834cd92098Szrj #define DB_RENDER_CONTROL                               0x28000
14844cd92098Szrj 
148557e252bfSMichael Neumann #define PA_SC_RASTER_CONFIG                             0x28350
148657e252bfSMichael Neumann #       define RASTER_CONFIG_RB_MAP_0                   0
148757e252bfSMichael Neumann #       define RASTER_CONFIG_RB_MAP_1                   1
148857e252bfSMichael Neumann #       define RASTER_CONFIG_RB_MAP_2                   2
148957e252bfSMichael Neumann #       define RASTER_CONFIG_RB_MAP_3                   3
1490*c6f73aabSFrançois Tigeot #define		PKR_MAP(x)				((x) << 8)
149157e252bfSMichael Neumann 
149257e252bfSMichael Neumann #define VGT_EVENT_INITIATOR                             0x28a90
149357e252bfSMichael Neumann #       define SAMPLE_STREAMOUTSTATS1                   (1 << 0)
149457e252bfSMichael Neumann #       define SAMPLE_STREAMOUTSTATS2                   (2 << 0)
149557e252bfSMichael Neumann #       define SAMPLE_STREAMOUTSTATS3                   (3 << 0)
149657e252bfSMichael Neumann #       define CACHE_FLUSH_TS                           (4 << 0)
149757e252bfSMichael Neumann #       define CACHE_FLUSH                              (6 << 0)
149857e252bfSMichael Neumann #       define CS_PARTIAL_FLUSH                         (7 << 0)
149957e252bfSMichael Neumann #       define VGT_STREAMOUT_RESET                      (10 << 0)
150057e252bfSMichael Neumann #       define END_OF_PIPE_INCR_DE                      (11 << 0)
150157e252bfSMichael Neumann #       define END_OF_PIPE_IB_END                       (12 << 0)
150257e252bfSMichael Neumann #       define RST_PIX_CNT                              (13 << 0)
150357e252bfSMichael Neumann #       define VS_PARTIAL_FLUSH                         (15 << 0)
150457e252bfSMichael Neumann #       define PS_PARTIAL_FLUSH                         (16 << 0)
150557e252bfSMichael Neumann #       define CACHE_FLUSH_AND_INV_TS_EVENT             (20 << 0)
150657e252bfSMichael Neumann #       define ZPASS_DONE                               (21 << 0)
150757e252bfSMichael Neumann #       define CACHE_FLUSH_AND_INV_EVENT                (22 << 0)
150857e252bfSMichael Neumann #       define PERFCOUNTER_START                        (23 << 0)
150957e252bfSMichael Neumann #       define PERFCOUNTER_STOP                         (24 << 0)
151057e252bfSMichael Neumann #       define PIPELINESTAT_START                       (25 << 0)
151157e252bfSMichael Neumann #       define PIPELINESTAT_STOP                        (26 << 0)
151257e252bfSMichael Neumann #       define PERFCOUNTER_SAMPLE                       (27 << 0)
151357e252bfSMichael Neumann #       define SAMPLE_PIPELINESTAT                      (30 << 0)
151457e252bfSMichael Neumann #       define SO_VGT_STREAMOUT_FLUSH                   (31 << 0)
151557e252bfSMichael Neumann #       define SAMPLE_STREAMOUTSTATS                    (32 << 0)
151657e252bfSMichael Neumann #       define RESET_VTX_CNT                            (33 << 0)
151757e252bfSMichael Neumann #       define VGT_FLUSH                                (36 << 0)
151857e252bfSMichael Neumann #       define BOTTOM_OF_PIPE_TS                        (40 << 0)
151957e252bfSMichael Neumann #       define DB_CACHE_FLUSH_AND_INV                   (42 << 0)
152057e252bfSMichael Neumann #       define FLUSH_AND_INV_DB_DATA_TS                 (43 << 0)
152157e252bfSMichael Neumann #       define FLUSH_AND_INV_DB_META                    (44 << 0)
152257e252bfSMichael Neumann #       define FLUSH_AND_INV_CB_DATA_TS                 (45 << 0)
152357e252bfSMichael Neumann #       define FLUSH_AND_INV_CB_META                    (46 << 0)
152457e252bfSMichael Neumann #       define CS_DONE                                  (47 << 0)
152557e252bfSMichael Neumann #       define PS_DONE                                  (48 << 0)
152657e252bfSMichael Neumann #       define FLUSH_AND_INV_CB_PIXEL_DATA              (49 << 0)
152757e252bfSMichael Neumann #       define THREAD_TRACE_START                       (51 << 0)
152857e252bfSMichael Neumann #       define THREAD_TRACE_STOP                        (52 << 0)
152957e252bfSMichael Neumann #       define THREAD_TRACE_FLUSH                       (54 << 0)
153057e252bfSMichael Neumann #       define THREAD_TRACE_FINISH                      (55 << 0)
153157e252bfSMichael Neumann #       define PIXEL_PIPE_STAT_CONTROL                  (56 << 0)
153257e252bfSMichael Neumann #       define PIXEL_PIPE_STAT_DUMP                     (57 << 0)
153357e252bfSMichael Neumann #       define PIXEL_PIPE_STAT_RESET                    (58 << 0)
153457e252bfSMichael Neumann 
153557e252bfSMichael Neumann #define	SCRATCH_REG0					0x30100
153657e252bfSMichael Neumann #define	SCRATCH_REG1					0x30104
153757e252bfSMichael Neumann #define	SCRATCH_REG2					0x30108
153857e252bfSMichael Neumann #define	SCRATCH_REG3					0x3010C
153957e252bfSMichael Neumann #define	SCRATCH_REG4					0x30110
154057e252bfSMichael Neumann #define	SCRATCH_REG5					0x30114
154157e252bfSMichael Neumann #define	SCRATCH_REG6					0x30118
154257e252bfSMichael Neumann #define	SCRATCH_REG7					0x3011C
154357e252bfSMichael Neumann 
154457e252bfSMichael Neumann #define	SCRATCH_UMSK					0x30140
154557e252bfSMichael Neumann #define	SCRATCH_ADDR					0x30144
154657e252bfSMichael Neumann 
154757e252bfSMichael Neumann #define	CP_SEM_WAIT_TIMER				0x301BC
154857e252bfSMichael Neumann 
154957e252bfSMichael Neumann #define	CP_SEM_INCOMPLETE_TIMER_CNTL			0x301C8
155057e252bfSMichael Neumann 
155157e252bfSMichael Neumann #define	CP_WAIT_REG_MEM_TIMEOUT				0x301D0
155257e252bfSMichael Neumann 
155357e252bfSMichael Neumann #define GRBM_GFX_INDEX          			0x30800
155457e252bfSMichael Neumann #define		INSTANCE_INDEX(x)			((x) << 0)
155557e252bfSMichael Neumann #define		SH_INDEX(x)     			((x) << 8)
155657e252bfSMichael Neumann #define		SE_INDEX(x)     			((x) << 16)
155757e252bfSMichael Neumann #define		SH_BROADCAST_WRITES      		(1 << 29)
155857e252bfSMichael Neumann #define		INSTANCE_BROADCAST_WRITES      		(1 << 30)
155957e252bfSMichael Neumann #define		SE_BROADCAST_WRITES      		(1 << 31)
156057e252bfSMichael Neumann 
156157e252bfSMichael Neumann #define	VGT_ESGS_RING_SIZE				0x30900
156257e252bfSMichael Neumann #define	VGT_GSVS_RING_SIZE				0x30904
156357e252bfSMichael Neumann #define	VGT_PRIMITIVE_TYPE				0x30908
156457e252bfSMichael Neumann #define	VGT_INDEX_TYPE					0x3090C
156557e252bfSMichael Neumann 
156657e252bfSMichael Neumann #define	VGT_NUM_INDICES					0x30930
156757e252bfSMichael Neumann #define	VGT_NUM_INSTANCES				0x30934
156857e252bfSMichael Neumann #define	VGT_TF_RING_SIZE				0x30938
156957e252bfSMichael Neumann #define	VGT_HS_OFFCHIP_PARAM				0x3093C
157057e252bfSMichael Neumann #define	VGT_TF_MEMORY_BASE				0x30940
157157e252bfSMichael Neumann 
157257e252bfSMichael Neumann #define	PA_SU_LINE_STIPPLE_VALUE			0x30a00
157357e252bfSMichael Neumann #define	PA_SC_LINE_STIPPLE_STATE			0x30a04
157457e252bfSMichael Neumann 
157557e252bfSMichael Neumann #define	SQC_CACHES					0x30d20
157657e252bfSMichael Neumann 
157757e252bfSMichael Neumann #define	CP_PERFMON_CNTL					0x36020
157857e252bfSMichael Neumann 
15794cd92098Szrj #define	CGTS_SM_CTRL_REG				0x3c000
15804cd92098Szrj #define		SM_MODE(x)				((x) << 17)
15814cd92098Szrj #define		SM_MODE_MASK				(0x7 << 17)
15824cd92098Szrj #define		SM_MODE_ENABLE				(1 << 20)
15834cd92098Szrj #define		CGTS_OVERRIDE				(1 << 21)
15844cd92098Szrj #define		CGTS_LS_OVERRIDE			(1 << 22)
15854cd92098Szrj #define		ON_MONITOR_ADD_EN			(1 << 23)
15864cd92098Szrj #define		ON_MONITOR_ADD(x)			((x) << 24)
15874cd92098Szrj #define		ON_MONITOR_ADD_MASK			(0xff << 24)
15884cd92098Szrj 
158957e252bfSMichael Neumann #define	CGTS_TCC_DISABLE				0x3c00c
159057e252bfSMichael Neumann #define	CGTS_USER_TCC_DISABLE				0x3c010
159157e252bfSMichael Neumann #define		TCC_DISABLE_MASK				0xFFFF0000
159257e252bfSMichael Neumann #define		TCC_DISABLE_SHIFT				16
159357e252bfSMichael Neumann 
159457e252bfSMichael Neumann #define	CB_CGTT_SCLK_CTRL				0x3c2a0
159557e252bfSMichael Neumann 
159657e252bfSMichael Neumann /*
159757e252bfSMichael Neumann  * PM4
159857e252bfSMichael Neumann  */
159957e252bfSMichael Neumann #define	PACKET_TYPE0	0
160057e252bfSMichael Neumann #define	PACKET_TYPE1	1
160157e252bfSMichael Neumann #define	PACKET_TYPE2	2
160257e252bfSMichael Neumann #define	PACKET_TYPE3	3
160357e252bfSMichael Neumann 
160457e252bfSMichael Neumann #define CP_PACKET_GET_TYPE(h) (((h) >> 30) & 3)
160557e252bfSMichael Neumann #define CP_PACKET_GET_COUNT(h) (((h) >> 16) & 0x3FFF)
160657e252bfSMichael Neumann #define CP_PACKET0_GET_REG(h) (((h) & 0xFFFF) << 2)
160757e252bfSMichael Neumann #define CP_PACKET3_GET_OPCODE(h) (((h) >> 8) & 0xFF)
160857e252bfSMichael Neumann #define PACKET0(reg, n)	((PACKET_TYPE0 << 30) |				\
160957e252bfSMichael Neumann 			 (((reg) >> 2) & 0xFFFF) |			\
161057e252bfSMichael Neumann 			 ((n) & 0x3FFF) << 16)
161157e252bfSMichael Neumann #define CP_PACKET2			0x80000000
161257e252bfSMichael Neumann #define		PACKET2_PAD_SHIFT		0
161357e252bfSMichael Neumann #define		PACKET2_PAD_MASK		(0x3fffffff << 0)
161457e252bfSMichael Neumann 
161557e252bfSMichael Neumann #define PACKET2(v)	(CP_PACKET2 | REG_SET(PACKET2_PAD, (v)))
161657e252bfSMichael Neumann 
161757e252bfSMichael Neumann #define PACKET3(op, n)	((PACKET_TYPE3 << 30) |				\
161857e252bfSMichael Neumann 			 (((op) & 0xFF) << 8) |				\
161957e252bfSMichael Neumann 			 ((n) & 0x3FFF) << 16)
162057e252bfSMichael Neumann 
162157e252bfSMichael Neumann #define PACKET3_COMPUTE(op, n) (PACKET3(op, n) | 1 << 1)
162257e252bfSMichael Neumann 
162357e252bfSMichael Neumann /* Packet 3 types */
162457e252bfSMichael Neumann #define	PACKET3_NOP					0x10
162557e252bfSMichael Neumann #define	PACKET3_SET_BASE				0x11
162657e252bfSMichael Neumann #define		PACKET3_BASE_INDEX(x)                  ((x) << 0)
162757e252bfSMichael Neumann #define			CE_PARTITION_BASE		3
162857e252bfSMichael Neumann #define	PACKET3_CLEAR_STATE				0x12
162957e252bfSMichael Neumann #define	PACKET3_INDEX_BUFFER_SIZE			0x13
163057e252bfSMichael Neumann #define	PACKET3_DISPATCH_DIRECT				0x15
163157e252bfSMichael Neumann #define	PACKET3_DISPATCH_INDIRECT			0x16
163257e252bfSMichael Neumann #define	PACKET3_ATOMIC_GDS				0x1D
163357e252bfSMichael Neumann #define	PACKET3_ATOMIC_MEM				0x1E
163457e252bfSMichael Neumann #define	PACKET3_OCCLUSION_QUERY				0x1F
163557e252bfSMichael Neumann #define	PACKET3_SET_PREDICATION				0x20
163657e252bfSMichael Neumann #define	PACKET3_REG_RMW					0x21
163757e252bfSMichael Neumann #define	PACKET3_COND_EXEC				0x22
163857e252bfSMichael Neumann #define	PACKET3_PRED_EXEC				0x23
163957e252bfSMichael Neumann #define	PACKET3_DRAW_INDIRECT				0x24
164057e252bfSMichael Neumann #define	PACKET3_DRAW_INDEX_INDIRECT			0x25
164157e252bfSMichael Neumann #define	PACKET3_INDEX_BASE				0x26
164257e252bfSMichael Neumann #define	PACKET3_DRAW_INDEX_2				0x27
164357e252bfSMichael Neumann #define	PACKET3_CONTEXT_CONTROL				0x28
164457e252bfSMichael Neumann #define	PACKET3_INDEX_TYPE				0x2A
164557e252bfSMichael Neumann #define	PACKET3_DRAW_INDIRECT_MULTI			0x2C
164657e252bfSMichael Neumann #define	PACKET3_DRAW_INDEX_AUTO				0x2D
164757e252bfSMichael Neumann #define	PACKET3_NUM_INSTANCES				0x2F
164857e252bfSMichael Neumann #define	PACKET3_DRAW_INDEX_MULTI_AUTO			0x30
164957e252bfSMichael Neumann #define	PACKET3_INDIRECT_BUFFER_CONST			0x33
165057e252bfSMichael Neumann #define	PACKET3_STRMOUT_BUFFER_UPDATE			0x34
165157e252bfSMichael Neumann #define	PACKET3_DRAW_INDEX_OFFSET_2			0x35
165257e252bfSMichael Neumann #define	PACKET3_DRAW_PREAMBLE				0x36
165357e252bfSMichael Neumann #define	PACKET3_WRITE_DATA				0x37
165457e252bfSMichael Neumann #define		WRITE_DATA_DST_SEL(x)                   ((x) << 8)
165557e252bfSMichael Neumann                 /* 0 - register
165657e252bfSMichael Neumann 		 * 1 - memory (sync - via GRBM)
165757e252bfSMichael Neumann 		 * 2 - gl2
165857e252bfSMichael Neumann 		 * 3 - gds
165957e252bfSMichael Neumann 		 * 4 - reserved
166057e252bfSMichael Neumann 		 * 5 - memory (async - direct)
166157e252bfSMichael Neumann 		 */
166257e252bfSMichael Neumann #define		WR_ONE_ADDR                             (1 << 16)
166357e252bfSMichael Neumann #define		WR_CONFIRM                              (1 << 20)
166457e252bfSMichael Neumann #define		WRITE_DATA_CACHE_POLICY(x)              ((x) << 25)
166557e252bfSMichael Neumann                 /* 0 - LRU
166657e252bfSMichael Neumann 		 * 1 - Stream
166757e252bfSMichael Neumann 		 */
166857e252bfSMichael Neumann #define		WRITE_DATA_ENGINE_SEL(x)                ((x) << 30)
166957e252bfSMichael Neumann                 /* 0 - me
167057e252bfSMichael Neumann 		 * 1 - pfp
167157e252bfSMichael Neumann 		 * 2 - ce
167257e252bfSMichael Neumann 		 */
167357e252bfSMichael Neumann #define	PACKET3_DRAW_INDEX_INDIRECT_MULTI		0x38
167457e252bfSMichael Neumann #define	PACKET3_MEM_SEMAPHORE				0x39
167557e252bfSMichael Neumann #              define PACKET3_SEM_USE_MAILBOX       (0x1 << 16)
167657e252bfSMichael Neumann #              define PACKET3_SEM_SEL_SIGNAL_TYPE   (0x1 << 20) /* 0 = increment, 1 = write 1 */
167757e252bfSMichael Neumann #              define PACKET3_SEM_CLIENT_CODE	    ((x) << 24) /* 0 = CP, 1 = CB, 2 = DB */
167857e252bfSMichael Neumann #              define PACKET3_SEM_SEL_SIGNAL	    (0x6 << 29)
167957e252bfSMichael Neumann #              define PACKET3_SEM_SEL_WAIT	    (0x7 << 29)
168057e252bfSMichael Neumann #define	PACKET3_COPY_DW					0x3B
168157e252bfSMichael Neumann #define	PACKET3_WAIT_REG_MEM				0x3C
168257e252bfSMichael Neumann #define		WAIT_REG_MEM_FUNCTION(x)                ((x) << 0)
168357e252bfSMichael Neumann                 /* 0 - always
168457e252bfSMichael Neumann 		 * 1 - <
168557e252bfSMichael Neumann 		 * 2 - <=
168657e252bfSMichael Neumann 		 * 3 - ==
168757e252bfSMichael Neumann 		 * 4 - !=
168857e252bfSMichael Neumann 		 * 5 - >=
168957e252bfSMichael Neumann 		 * 6 - >
169057e252bfSMichael Neumann 		 */
169157e252bfSMichael Neumann #define		WAIT_REG_MEM_MEM_SPACE(x)               ((x) << 4)
169257e252bfSMichael Neumann                 /* 0 - reg
169357e252bfSMichael Neumann 		 * 1 - mem
169457e252bfSMichael Neumann 		 */
169557e252bfSMichael Neumann #define		WAIT_REG_MEM_OPERATION(x)               ((x) << 6)
169657e252bfSMichael Neumann                 /* 0 - wait_reg_mem
169757e252bfSMichael Neumann 		 * 1 - wr_wait_wr_reg
169857e252bfSMichael Neumann 		 */
169957e252bfSMichael Neumann #define		WAIT_REG_MEM_ENGINE(x)                  ((x) << 8)
170057e252bfSMichael Neumann                 /* 0 - me
170157e252bfSMichael Neumann 		 * 1 - pfp
170257e252bfSMichael Neumann 		 */
170357e252bfSMichael Neumann #define	PACKET3_INDIRECT_BUFFER				0x3F
170457e252bfSMichael Neumann #define		INDIRECT_BUFFER_TCL2_VOLATILE           (1 << 22)
170557e252bfSMichael Neumann #define		INDIRECT_BUFFER_VALID                   (1 << 23)
170657e252bfSMichael Neumann #define		INDIRECT_BUFFER_CACHE_POLICY(x)         ((x) << 28)
170757e252bfSMichael Neumann                 /* 0 - LRU
170857e252bfSMichael Neumann 		 * 1 - Stream
170957e252bfSMichael Neumann 		 * 2 - Bypass
171057e252bfSMichael Neumann 		 */
171157e252bfSMichael Neumann #define	PACKET3_COPY_DATA				0x40
171257e252bfSMichael Neumann #define	PACKET3_PFP_SYNC_ME				0x42
171357e252bfSMichael Neumann #define	PACKET3_SURFACE_SYNC				0x43
171457e252bfSMichael Neumann #              define PACKET3_DEST_BASE_0_ENA      (1 << 0)
171557e252bfSMichael Neumann #              define PACKET3_DEST_BASE_1_ENA      (1 << 1)
171657e252bfSMichael Neumann #              define PACKET3_CB0_DEST_BASE_ENA    (1 << 6)
171757e252bfSMichael Neumann #              define PACKET3_CB1_DEST_BASE_ENA    (1 << 7)
171857e252bfSMichael Neumann #              define PACKET3_CB2_DEST_BASE_ENA    (1 << 8)
171957e252bfSMichael Neumann #              define PACKET3_CB3_DEST_BASE_ENA    (1 << 9)
172057e252bfSMichael Neumann #              define PACKET3_CB4_DEST_BASE_ENA    (1 << 10)
172157e252bfSMichael Neumann #              define PACKET3_CB5_DEST_BASE_ENA    (1 << 11)
172257e252bfSMichael Neumann #              define PACKET3_CB6_DEST_BASE_ENA    (1 << 12)
172357e252bfSMichael Neumann #              define PACKET3_CB7_DEST_BASE_ENA    (1 << 13)
172457e252bfSMichael Neumann #              define PACKET3_DB_DEST_BASE_ENA     (1 << 14)
172557e252bfSMichael Neumann #              define PACKET3_TCL1_VOL_ACTION_ENA  (1 << 15)
172657e252bfSMichael Neumann #              define PACKET3_TC_VOL_ACTION_ENA    (1 << 16) /* L2 */
172757e252bfSMichael Neumann #              define PACKET3_TC_WB_ACTION_ENA     (1 << 18) /* L2 */
172857e252bfSMichael Neumann #              define PACKET3_DEST_BASE_2_ENA      (1 << 19)
172957e252bfSMichael Neumann #              define PACKET3_DEST_BASE_3_ENA      (1 << 21)
173057e252bfSMichael Neumann #              define PACKET3_TCL1_ACTION_ENA      (1 << 22)
173157e252bfSMichael Neumann #              define PACKET3_TC_ACTION_ENA        (1 << 23) /* L2 */
173257e252bfSMichael Neumann #              define PACKET3_CB_ACTION_ENA        (1 << 25)
173357e252bfSMichael Neumann #              define PACKET3_DB_ACTION_ENA        (1 << 26)
173457e252bfSMichael Neumann #              define PACKET3_SH_KCACHE_ACTION_ENA (1 << 27)
173557e252bfSMichael Neumann #              define PACKET3_SH_KCACHE_VOL_ACTION_ENA (1 << 28)
173657e252bfSMichael Neumann #              define PACKET3_SH_ICACHE_ACTION_ENA (1 << 29)
173757e252bfSMichael Neumann #define	PACKET3_COND_WRITE				0x45
173857e252bfSMichael Neumann #define	PACKET3_EVENT_WRITE				0x46
173957e252bfSMichael Neumann #define		EVENT_TYPE(x)                           ((x) << 0)
174057e252bfSMichael Neumann #define		EVENT_INDEX(x)                          ((x) << 8)
174157e252bfSMichael Neumann                 /* 0 - any non-TS event
174257e252bfSMichael Neumann 		 * 1 - ZPASS_DONE, PIXEL_PIPE_STAT_*
174357e252bfSMichael Neumann 		 * 2 - SAMPLE_PIPELINESTAT
174457e252bfSMichael Neumann 		 * 3 - SAMPLE_STREAMOUTSTAT*
174557e252bfSMichael Neumann 		 * 4 - *S_PARTIAL_FLUSH
174657e252bfSMichael Neumann 		 * 5 - EOP events
174757e252bfSMichael Neumann 		 * 6 - EOS events
174857e252bfSMichael Neumann 		 */
174957e252bfSMichael Neumann #define	PACKET3_EVENT_WRITE_EOP				0x47
175057e252bfSMichael Neumann #define		EOP_TCL1_VOL_ACTION_EN                  (1 << 12)
175157e252bfSMichael Neumann #define		EOP_TC_VOL_ACTION_EN                    (1 << 13) /* L2 */
175257e252bfSMichael Neumann #define		EOP_TC_WB_ACTION_EN                     (1 << 15) /* L2 */
175357e252bfSMichael Neumann #define		EOP_TCL1_ACTION_EN                      (1 << 16)
175457e252bfSMichael Neumann #define		EOP_TC_ACTION_EN                        (1 << 17) /* L2 */
1755*c6f73aabSFrançois Tigeot #define		EOP_TCL2_VOLATILE                       (1 << 24)
175657e252bfSMichael Neumann #define		EOP_CACHE_POLICY(x)                     ((x) << 25)
175757e252bfSMichael Neumann                 /* 0 - LRU
175857e252bfSMichael Neumann 		 * 1 - Stream
175957e252bfSMichael Neumann 		 * 2 - Bypass
176057e252bfSMichael Neumann 		 */
176157e252bfSMichael Neumann #define		DATA_SEL(x)                             ((x) << 29)
176257e252bfSMichael Neumann                 /* 0 - discard
176357e252bfSMichael Neumann 		 * 1 - send low 32bit data
176457e252bfSMichael Neumann 		 * 2 - send 64bit data
176557e252bfSMichael Neumann 		 * 3 - send 64bit GPU counter value
176657e252bfSMichael Neumann 		 * 4 - send 64bit sys counter value
176757e252bfSMichael Neumann 		 */
176857e252bfSMichael Neumann #define		INT_SEL(x)                              ((x) << 24)
176957e252bfSMichael Neumann                 /* 0 - none
177057e252bfSMichael Neumann 		 * 1 - interrupt only (DATA_SEL = 0)
177157e252bfSMichael Neumann 		 * 2 - interrupt when data write is confirmed
177257e252bfSMichael Neumann 		 */
177357e252bfSMichael Neumann #define		DST_SEL(x)                              ((x) << 16)
177457e252bfSMichael Neumann                 /* 0 - MC
177557e252bfSMichael Neumann 		 * 1 - TC/L2
177657e252bfSMichael Neumann 		 */
177757e252bfSMichael Neumann #define	PACKET3_EVENT_WRITE_EOS				0x48
177857e252bfSMichael Neumann #define	PACKET3_RELEASE_MEM				0x49
177957e252bfSMichael Neumann #define	PACKET3_PREAMBLE_CNTL				0x4A
178057e252bfSMichael Neumann #              define PACKET3_PREAMBLE_BEGIN_CLEAR_STATE     (2 << 28)
178157e252bfSMichael Neumann #              define PACKET3_PREAMBLE_END_CLEAR_STATE       (3 << 28)
178257e252bfSMichael Neumann #define	PACKET3_DMA_DATA				0x50
1783*c6f73aabSFrançois Tigeot /* 1. header
1784*c6f73aabSFrançois Tigeot  * 2. CONTROL
1785*c6f73aabSFrançois Tigeot  * 3. SRC_ADDR_LO or DATA [31:0]
1786*c6f73aabSFrançois Tigeot  * 4. SRC_ADDR_HI [31:0]
1787*c6f73aabSFrançois Tigeot  * 5. DST_ADDR_LO [31:0]
1788*c6f73aabSFrançois Tigeot  * 6. DST_ADDR_HI [7:0]
1789*c6f73aabSFrançois Tigeot  * 7. COMMAND [30:21] | BYTE_COUNT [20:0]
1790*c6f73aabSFrançois Tigeot  */
1791*c6f73aabSFrançois Tigeot /* CONTROL */
1792*c6f73aabSFrançois Tigeot #              define PACKET3_DMA_DATA_ENGINE(x)     ((x) << 0)
1793*c6f73aabSFrançois Tigeot                 /* 0 - ME
1794*c6f73aabSFrançois Tigeot 		 * 1 - PFP
1795*c6f73aabSFrançois Tigeot 		 */
1796*c6f73aabSFrançois Tigeot #              define PACKET3_DMA_DATA_SRC_CACHE_POLICY(x) ((x) << 13)
1797*c6f73aabSFrançois Tigeot                 /* 0 - LRU
1798*c6f73aabSFrançois Tigeot 		 * 1 - Stream
1799*c6f73aabSFrançois Tigeot 		 * 2 - Bypass
1800*c6f73aabSFrançois Tigeot 		 */
1801*c6f73aabSFrançois Tigeot #              define PACKET3_DMA_DATA_SRC_VOLATILE (1 << 15)
1802*c6f73aabSFrançois Tigeot #              define PACKET3_DMA_DATA_DST_SEL(x)  ((x) << 20)
1803*c6f73aabSFrançois Tigeot                 /* 0 - DST_ADDR using DAS
1804*c6f73aabSFrançois Tigeot 		 * 1 - GDS
1805*c6f73aabSFrançois Tigeot 		 * 3 - DST_ADDR using L2
1806*c6f73aabSFrançois Tigeot 		 */
1807*c6f73aabSFrançois Tigeot #              define PACKET3_DMA_DATA_DST_CACHE_POLICY(x) ((x) << 25)
1808*c6f73aabSFrançois Tigeot                 /* 0 - LRU
1809*c6f73aabSFrançois Tigeot 		 * 1 - Stream
1810*c6f73aabSFrançois Tigeot 		 * 2 - Bypass
1811*c6f73aabSFrançois Tigeot 		 */
1812*c6f73aabSFrançois Tigeot #              define PACKET3_DMA_DATA_DST_VOLATILE (1 << 27)
1813*c6f73aabSFrançois Tigeot #              define PACKET3_DMA_DATA_SRC_SEL(x)  ((x) << 29)
1814*c6f73aabSFrançois Tigeot                 /* 0 - SRC_ADDR using SAS
1815*c6f73aabSFrançois Tigeot 		 * 1 - GDS
1816*c6f73aabSFrançois Tigeot 		 * 2 - DATA
1817*c6f73aabSFrançois Tigeot 		 * 3 - SRC_ADDR using L2
1818*c6f73aabSFrançois Tigeot 		 */
1819*c6f73aabSFrançois Tigeot #              define PACKET3_DMA_DATA_CP_SYNC     (1 << 31)
1820*c6f73aabSFrançois Tigeot /* COMMAND */
1821*c6f73aabSFrançois Tigeot #              define PACKET3_DMA_DATA_DIS_WC      (1 << 21)
1822*c6f73aabSFrançois Tigeot #              define PACKET3_DMA_DATA_CMD_SRC_SWAP(x) ((x) << 22)
1823*c6f73aabSFrançois Tigeot                 /* 0 - none
1824*c6f73aabSFrançois Tigeot 		 * 1 - 8 in 16
1825*c6f73aabSFrançois Tigeot 		 * 2 - 8 in 32
1826*c6f73aabSFrançois Tigeot 		 * 3 - 8 in 64
1827*c6f73aabSFrançois Tigeot 		 */
1828*c6f73aabSFrançois Tigeot #              define PACKET3_DMA_DATA_CMD_DST_SWAP(x) ((x) << 24)
1829*c6f73aabSFrançois Tigeot                 /* 0 - none
1830*c6f73aabSFrançois Tigeot 		 * 1 - 8 in 16
1831*c6f73aabSFrançois Tigeot 		 * 2 - 8 in 32
1832*c6f73aabSFrançois Tigeot 		 * 3 - 8 in 64
1833*c6f73aabSFrançois Tigeot 		 */
1834*c6f73aabSFrançois Tigeot #              define PACKET3_DMA_DATA_CMD_SAS     (1 << 26)
1835*c6f73aabSFrançois Tigeot                 /* 0 - memory
1836*c6f73aabSFrançois Tigeot 		 * 1 - register
1837*c6f73aabSFrançois Tigeot 		 */
1838*c6f73aabSFrançois Tigeot #              define PACKET3_DMA_DATA_CMD_DAS     (1 << 27)
1839*c6f73aabSFrançois Tigeot                 /* 0 - memory
1840*c6f73aabSFrançois Tigeot 		 * 1 - register
1841*c6f73aabSFrançois Tigeot 		 */
1842*c6f73aabSFrançois Tigeot #              define PACKET3_DMA_DATA_CMD_SAIC    (1 << 28)
1843*c6f73aabSFrançois Tigeot #              define PACKET3_DMA_DATA_CMD_DAIC    (1 << 29)
1844*c6f73aabSFrançois Tigeot #              define PACKET3_DMA_DATA_CMD_RAW_WAIT  (1 << 30)
184557e252bfSMichael Neumann #define	PACKET3_AQUIRE_MEM				0x58
184657e252bfSMichael Neumann #define	PACKET3_REWIND					0x59
184757e252bfSMichael Neumann #define	PACKET3_LOAD_UCONFIG_REG			0x5E
184857e252bfSMichael Neumann #define	PACKET3_LOAD_SH_REG				0x5F
184957e252bfSMichael Neumann #define	PACKET3_LOAD_CONFIG_REG				0x60
185057e252bfSMichael Neumann #define	PACKET3_LOAD_CONTEXT_REG			0x61
185157e252bfSMichael Neumann #define	PACKET3_SET_CONFIG_REG				0x68
185257e252bfSMichael Neumann #define		PACKET3_SET_CONFIG_REG_START			0x00008000
185357e252bfSMichael Neumann #define		PACKET3_SET_CONFIG_REG_END			0x0000b000
185457e252bfSMichael Neumann #define	PACKET3_SET_CONTEXT_REG				0x69
185557e252bfSMichael Neumann #define		PACKET3_SET_CONTEXT_REG_START			0x00028000
185657e252bfSMichael Neumann #define		PACKET3_SET_CONTEXT_REG_END			0x00029000
185757e252bfSMichael Neumann #define	PACKET3_SET_CONTEXT_REG_INDIRECT		0x73
185857e252bfSMichael Neumann #define	PACKET3_SET_SH_REG				0x76
185957e252bfSMichael Neumann #define		PACKET3_SET_SH_REG_START			0x0000b000
186057e252bfSMichael Neumann #define		PACKET3_SET_SH_REG_END				0x0000c000
186157e252bfSMichael Neumann #define	PACKET3_SET_SH_REG_OFFSET			0x77
186257e252bfSMichael Neumann #define	PACKET3_SET_QUEUE_REG				0x78
186357e252bfSMichael Neumann #define	PACKET3_SET_UCONFIG_REG				0x79
186457e252bfSMichael Neumann #define		PACKET3_SET_UCONFIG_REG_START			0x00030000
186557e252bfSMichael Neumann #define		PACKET3_SET_UCONFIG_REG_END			0x00031000
186657e252bfSMichael Neumann #define	PACKET3_SCRATCH_RAM_WRITE			0x7D
186757e252bfSMichael Neumann #define	PACKET3_SCRATCH_RAM_READ			0x7E
186857e252bfSMichael Neumann #define	PACKET3_LOAD_CONST_RAM				0x80
186957e252bfSMichael Neumann #define	PACKET3_WRITE_CONST_RAM				0x81
187057e252bfSMichael Neumann #define	PACKET3_DUMP_CONST_RAM				0x83
187157e252bfSMichael Neumann #define	PACKET3_INCREMENT_CE_COUNTER			0x84
187257e252bfSMichael Neumann #define	PACKET3_INCREMENT_DE_COUNTER			0x85
187357e252bfSMichael Neumann #define	PACKET3_WAIT_ON_CE_COUNTER			0x86
187457e252bfSMichael Neumann #define	PACKET3_WAIT_ON_DE_COUNTER_DIFF			0x88
187557e252bfSMichael Neumann #define	PACKET3_SWITCH_BUFFER				0x8B
187657e252bfSMichael Neumann 
187757e252bfSMichael Neumann /* SDMA - first instance at 0xd000, second at 0xd800 */
187857e252bfSMichael Neumann #define SDMA0_REGISTER_OFFSET                             0x0 /* not a register */
187957e252bfSMichael Neumann #define SDMA1_REGISTER_OFFSET                             0x800 /* not a register */
188057e252bfSMichael Neumann 
188157e252bfSMichael Neumann #define	SDMA0_UCODE_ADDR                                  0xD000
188257e252bfSMichael Neumann #define	SDMA0_UCODE_DATA                                  0xD004
18834cd92098Szrj #define	SDMA0_POWER_CNTL                                  0xD008
18844cd92098Szrj #define	SDMA0_CLK_CTRL                                    0xD00C
188557e252bfSMichael Neumann 
188657e252bfSMichael Neumann #define SDMA0_CNTL                                        0xD010
188757e252bfSMichael Neumann #       define TRAP_ENABLE                                (1 << 0)
188857e252bfSMichael Neumann #       define SEM_INCOMPLETE_INT_ENABLE                  (1 << 1)
188957e252bfSMichael Neumann #       define SEM_WAIT_INT_ENABLE                        (1 << 2)
189057e252bfSMichael Neumann #       define DATA_SWAP_ENABLE                           (1 << 3)
189157e252bfSMichael Neumann #       define FENCE_SWAP_ENABLE                          (1 << 4)
189257e252bfSMichael Neumann #       define AUTO_CTXSW_ENABLE                          (1 << 18)
189357e252bfSMichael Neumann #       define CTXEMPTY_INT_ENABLE                        (1 << 28)
189457e252bfSMichael Neumann 
189557e252bfSMichael Neumann #define SDMA0_TILING_CONFIG  				  0xD018
189657e252bfSMichael Neumann 
189757e252bfSMichael Neumann #define SDMA0_SEM_INCOMPLETE_TIMER_CNTL                   0xD020
189857e252bfSMichael Neumann #define SDMA0_SEM_WAIT_FAIL_TIMER_CNTL                    0xD024
189957e252bfSMichael Neumann 
190057e252bfSMichael Neumann #define SDMA0_STATUS_REG                                  0xd034
190157e252bfSMichael Neumann #       define SDMA_IDLE                                  (1 << 0)
190257e252bfSMichael Neumann 
190357e252bfSMichael Neumann #define SDMA0_ME_CNTL                                     0xD048
190457e252bfSMichael Neumann #       define SDMA_HALT                                  (1 << 0)
190557e252bfSMichael Neumann 
190657e252bfSMichael Neumann #define SDMA0_GFX_RB_CNTL                                 0xD200
190757e252bfSMichael Neumann #       define SDMA_RB_ENABLE                             (1 << 0)
190857e252bfSMichael Neumann #       define SDMA_RB_SIZE(x)                            ((x) << 1) /* log2 */
190957e252bfSMichael Neumann #       define SDMA_RB_SWAP_ENABLE                        (1 << 9) /* 8IN32 */
191057e252bfSMichael Neumann #       define SDMA_RPTR_WRITEBACK_ENABLE                 (1 << 12)
191157e252bfSMichael Neumann #       define SDMA_RPTR_WRITEBACK_SWAP_ENABLE            (1 << 13)  /* 8IN32 */
191257e252bfSMichael Neumann #       define SDMA_RPTR_WRITEBACK_TIMER(x)               ((x) << 16) /* log2 */
191357e252bfSMichael Neumann #define SDMA0_GFX_RB_BASE                                 0xD204
191457e252bfSMichael Neumann #define SDMA0_GFX_RB_BASE_HI                              0xD208
191557e252bfSMichael Neumann #define SDMA0_GFX_RB_RPTR                                 0xD20C
191657e252bfSMichael Neumann #define SDMA0_GFX_RB_WPTR                                 0xD210
191757e252bfSMichael Neumann 
191857e252bfSMichael Neumann #define SDMA0_GFX_RB_RPTR_ADDR_HI                         0xD220
191957e252bfSMichael Neumann #define SDMA0_GFX_RB_RPTR_ADDR_LO                         0xD224
192057e252bfSMichael Neumann #define SDMA0_GFX_IB_CNTL                                 0xD228
192157e252bfSMichael Neumann #       define SDMA_IB_ENABLE                             (1 << 0)
192257e252bfSMichael Neumann #       define SDMA_IB_SWAP_ENABLE                        (1 << 4)
192357e252bfSMichael Neumann #       define SDMA_SWITCH_INSIDE_IB                      (1 << 8)
192457e252bfSMichael Neumann #       define SDMA_CMD_VMID(x)                           ((x) << 16)
192557e252bfSMichael Neumann 
192657e252bfSMichael Neumann #define SDMA0_GFX_VIRTUAL_ADDR                            0xD29C
192757e252bfSMichael Neumann #define SDMA0_GFX_APE1_CNTL                               0xD2A0
192857e252bfSMichael Neumann 
192957e252bfSMichael Neumann #define SDMA_PACKET(op, sub_op, e)	((((e) & 0xFFFF) << 16) |	\
193057e252bfSMichael Neumann 					 (((sub_op) & 0xFF) << 8) |	\
193157e252bfSMichael Neumann 					 (((op) & 0xFF) << 0))
193257e252bfSMichael Neumann /* sDMA opcodes */
193357e252bfSMichael Neumann #define	SDMA_OPCODE_NOP					  0
193457e252bfSMichael Neumann #define	SDMA_OPCODE_COPY				  1
193557e252bfSMichael Neumann #       define SDMA_COPY_SUB_OPCODE_LINEAR                0
193657e252bfSMichael Neumann #       define SDMA_COPY_SUB_OPCODE_TILED                 1
193757e252bfSMichael Neumann #       define SDMA_COPY_SUB_OPCODE_SOA                   3
193857e252bfSMichael Neumann #       define SDMA_COPY_SUB_OPCODE_LINEAR_SUB_WINDOW     4
193957e252bfSMichael Neumann #       define SDMA_COPY_SUB_OPCODE_TILED_SUB_WINDOW      5
194057e252bfSMichael Neumann #       define SDMA_COPY_SUB_OPCODE_T2T_SUB_WINDOW        6
194157e252bfSMichael Neumann #define	SDMA_OPCODE_WRITE				  2
194257e252bfSMichael Neumann #       define SDMA_WRITE_SUB_OPCODE_LINEAR               0
194357e252bfSMichael Neumann #       define SDMA_WRTIE_SUB_OPCODE_TILED                1
194457e252bfSMichael Neumann #define	SDMA_OPCODE_INDIRECT_BUFFER			  4
194557e252bfSMichael Neumann #define	SDMA_OPCODE_FENCE				  5
194657e252bfSMichael Neumann #define	SDMA_OPCODE_TRAP				  6
194757e252bfSMichael Neumann #define	SDMA_OPCODE_SEMAPHORE				  7
194857e252bfSMichael Neumann #       define SDMA_SEMAPHORE_EXTRA_O                     (1 << 13)
194957e252bfSMichael Neumann                 /* 0 - increment
195057e252bfSMichael Neumann 		 * 1 - write 1
195157e252bfSMichael Neumann 		 */
195257e252bfSMichael Neumann #       define SDMA_SEMAPHORE_EXTRA_S                     (1 << 14)
195357e252bfSMichael Neumann                 /* 0 - wait
195457e252bfSMichael Neumann 		 * 1 - signal
195557e252bfSMichael Neumann 		 */
195657e252bfSMichael Neumann #       define SDMA_SEMAPHORE_EXTRA_M                     (1 << 15)
195757e252bfSMichael Neumann                 /* mailbox */
195857e252bfSMichael Neumann #define	SDMA_OPCODE_POLL_REG_MEM			  8
195957e252bfSMichael Neumann #       define SDMA_POLL_REG_MEM_EXTRA_OP(x)              ((x) << 10)
196057e252bfSMichael Neumann                 /* 0 - wait_reg_mem
196157e252bfSMichael Neumann 		 * 1 - wr_wait_wr_reg
196257e252bfSMichael Neumann 		 */
196357e252bfSMichael Neumann #       define SDMA_POLL_REG_MEM_EXTRA_FUNC(x)            ((x) << 12)
196457e252bfSMichael Neumann                 /* 0 - always
196557e252bfSMichael Neumann 		 * 1 - <
196657e252bfSMichael Neumann 		 * 2 - <=
196757e252bfSMichael Neumann 		 * 3 - ==
196857e252bfSMichael Neumann 		 * 4 - !=
196957e252bfSMichael Neumann 		 * 5 - >=
197057e252bfSMichael Neumann 		 * 6 - >
197157e252bfSMichael Neumann 		 */
197257e252bfSMichael Neumann #       define SDMA_POLL_REG_MEM_EXTRA_M                  (1 << 15)
197357e252bfSMichael Neumann                 /* 0 = register
197457e252bfSMichael Neumann 		 * 1 = memory
197557e252bfSMichael Neumann 		 */
197657e252bfSMichael Neumann #define	SDMA_OPCODE_COND_EXEC				  9
197757e252bfSMichael Neumann #define	SDMA_OPCODE_CONSTANT_FILL			  11
197857e252bfSMichael Neumann #       define SDMA_CONSTANT_FILL_EXTRA_SIZE(x)           ((x) << 14)
197957e252bfSMichael Neumann                 /* 0 = byte fill
198057e252bfSMichael Neumann 		 * 2 = DW fill
198157e252bfSMichael Neumann 		 */
198257e252bfSMichael Neumann #define	SDMA_OPCODE_GENERATE_PTE_PDE			  12
198357e252bfSMichael Neumann #define	SDMA_OPCODE_TIMESTAMP				  13
198457e252bfSMichael Neumann #       define SDMA_TIMESTAMP_SUB_OPCODE_SET_LOCAL        0
198557e252bfSMichael Neumann #       define SDMA_TIMESTAMP_SUB_OPCODE_GET_LOCAL        1
198657e252bfSMichael Neumann #       define SDMA_TIMESTAMP_SUB_OPCODE_GET_GLOBAL       2
198757e252bfSMichael Neumann #define	SDMA_OPCODE_SRBM_WRITE				  14
198857e252bfSMichael Neumann #       define SDMA_SRBM_WRITE_EXTRA_BYTE_ENABLE(x)       ((x) << 12)
198957e252bfSMichael Neumann                 /* byte mask */
199057e252bfSMichael Neumann 
199157e252bfSMichael Neumann /* UVD */
199257e252bfSMichael Neumann 
199357e252bfSMichael Neumann #define UVD_UDEC_ADDR_CONFIG		0xef4c
199457e252bfSMichael Neumann #define UVD_UDEC_DB_ADDR_CONFIG		0xef50
199557e252bfSMichael Neumann #define UVD_UDEC_DBW_ADDR_CONFIG	0xef54
199657e252bfSMichael Neumann 
199757e252bfSMichael Neumann #define UVD_LMI_EXT40_ADDR		0xf498
199857e252bfSMichael Neumann #define UVD_LMI_ADDR_EXT		0xf594
199957e252bfSMichael Neumann #define UVD_VCPU_CACHE_OFFSET0		0xf608
200057e252bfSMichael Neumann #define UVD_VCPU_CACHE_SIZE0		0xf60c
200157e252bfSMichael Neumann #define UVD_VCPU_CACHE_OFFSET1		0xf610
200257e252bfSMichael Neumann #define UVD_VCPU_CACHE_SIZE1		0xf614
200357e252bfSMichael Neumann #define UVD_VCPU_CACHE_OFFSET2		0xf618
200457e252bfSMichael Neumann #define UVD_VCPU_CACHE_SIZE2		0xf61c
200557e252bfSMichael Neumann 
200657e252bfSMichael Neumann #define UVD_RBC_RB_RPTR			0xf690
200757e252bfSMichael Neumann #define UVD_RBC_RB_WPTR			0xf694
200857e252bfSMichael Neumann 
20094cd92098Szrj #define	UVD_CGC_CTRL					0xF4B0
20104cd92098Szrj #	define DCM					(1 << 0)
20114cd92098Szrj #	define CG_DT(x)					((x) << 2)
20124cd92098Szrj #	define CG_DT_MASK				(0xf << 2)
20134cd92098Szrj #	define CLK_OD(x)				((x) << 6)
20144cd92098Szrj #	define CLK_OD_MASK				(0x1f << 6)
20154cd92098Szrj 
201657e252bfSMichael Neumann /* UVD clocks */
201757e252bfSMichael Neumann 
201857e252bfSMichael Neumann #define CG_DCLK_CNTL			0xC050009C
201957e252bfSMichael Neumann #	define DCLK_DIVIDER_MASK	0x7f
202057e252bfSMichael Neumann #	define DCLK_DIR_CNTL_EN		(1 << 8)
202157e252bfSMichael Neumann #define CG_DCLK_STATUS			0xC05000A0
202257e252bfSMichael Neumann #	define DCLK_STATUS		(1 << 0)
202357e252bfSMichael Neumann #define CG_VCLK_CNTL			0xC05000A4
202457e252bfSMichael Neumann #define CG_VCLK_STATUS			0xC05000A8
202557e252bfSMichael Neumann 
20264cd92098Szrj /* UVD CTX indirect */
20274cd92098Szrj #define	UVD_CGC_MEM_CTRL				0xC0
20284cd92098Szrj 
2029*c6f73aabSFrançois Tigeot /* VCE */
2030*c6f73aabSFrançois Tigeot 
2031*c6f73aabSFrançois Tigeot #define VCE_VCPU_CACHE_OFFSET0		0x20024
2032*c6f73aabSFrançois Tigeot #define VCE_VCPU_CACHE_SIZE0		0x20028
2033*c6f73aabSFrançois Tigeot #define VCE_VCPU_CACHE_OFFSET1		0x2002c
2034*c6f73aabSFrançois Tigeot #define VCE_VCPU_CACHE_SIZE1		0x20030
2035*c6f73aabSFrançois Tigeot #define VCE_VCPU_CACHE_OFFSET2		0x20034
2036*c6f73aabSFrançois Tigeot #define VCE_VCPU_CACHE_SIZE2		0x20038
2037*c6f73aabSFrançois Tigeot #define VCE_RB_RPTR2			0x20178
2038*c6f73aabSFrançois Tigeot #define VCE_RB_WPTR2			0x2017c
2039*c6f73aabSFrançois Tigeot #define VCE_RB_RPTR			0x2018c
2040*c6f73aabSFrançois Tigeot #define VCE_RB_WPTR			0x20190
2041*c6f73aabSFrançois Tigeot #define VCE_CLOCK_GATING_A		0x202f8
2042*c6f73aabSFrançois Tigeot #	define CGC_CLK_GATE_DLY_TIMER_MASK	(0xf << 0)
2043*c6f73aabSFrançois Tigeot #	define CGC_CLK_GATE_DLY_TIMER(x)	((x) << 0)
2044*c6f73aabSFrançois Tigeot #	define CGC_CLK_GATER_OFF_DLY_TIMER_MASK	(0xff << 4)
2045*c6f73aabSFrançois Tigeot #	define CGC_CLK_GATER_OFF_DLY_TIMER(x)	((x) << 4)
2046*c6f73aabSFrançois Tigeot #	define CGC_UENC_WAIT_AWAKE	(1 << 18)
2047*c6f73aabSFrançois Tigeot #define VCE_CLOCK_GATING_B		0x202fc
2048*c6f73aabSFrançois Tigeot #define VCE_CGTT_CLK_OVERRIDE		0x207a0
2049*c6f73aabSFrançois Tigeot #define VCE_UENC_CLOCK_GATING		0x207bc
2050*c6f73aabSFrançois Tigeot #	define CLOCK_ON_DELAY_MASK	(0xf << 0)
2051*c6f73aabSFrançois Tigeot #	define CLOCK_ON_DELAY(x)	((x) << 0)
2052*c6f73aabSFrançois Tigeot #	define CLOCK_OFF_DELAY_MASK	(0xff << 4)
2053*c6f73aabSFrançois Tigeot #	define CLOCK_OFF_DELAY(x)	((x) << 4)
2054*c6f73aabSFrançois Tigeot #define VCE_UENC_REG_CLOCK_GATING	0x207c0
2055*c6f73aabSFrançois Tigeot #define VCE_SYS_INT_EN			0x21300
2056*c6f73aabSFrançois Tigeot #	define VCE_SYS_INT_TRAP_INTERRUPT_EN	(1 << 3)
2057*c6f73aabSFrançois Tigeot #define VCE_LMI_CTRL2			0x21474
2058*c6f73aabSFrançois Tigeot #define VCE_LMI_CTRL			0x21498
2059*c6f73aabSFrançois Tigeot #define VCE_LMI_VM_CTRL			0x214a0
2060*c6f73aabSFrançois Tigeot #define VCE_LMI_SWAP_CNTL		0x214b4
2061*c6f73aabSFrançois Tigeot #define VCE_LMI_SWAP_CNTL1		0x214b8
2062*c6f73aabSFrançois Tigeot #define VCE_LMI_CACHE_CTRL		0x214f4
2063*c6f73aabSFrançois Tigeot 
2064*c6f73aabSFrançois Tigeot #define VCE_CMD_NO_OP		0x00000000
2065*c6f73aabSFrançois Tigeot #define VCE_CMD_END		0x00000001
2066*c6f73aabSFrançois Tigeot #define VCE_CMD_IB		0x00000002
2067*c6f73aabSFrançois Tigeot #define VCE_CMD_FENCE		0x00000003
2068*c6f73aabSFrançois Tigeot #define VCE_CMD_TRAP		0x00000004
2069*c6f73aabSFrançois Tigeot #define VCE_CMD_IB_AUTO		0x00000005
2070*c6f73aabSFrançois Tigeot #define VCE_CMD_SEMAPHORE	0x00000006
2071*c6f73aabSFrançois Tigeot 
207257e252bfSMichael Neumann #endif
2073