blob: 380cea311a2be685cc793ce71046ee1022b848a6 [file] [log] [blame]
Alex Deucher8cc1a532013-04-09 12:41:24 -04001/*
2 * Copyright 2012 Advanced Micro Devices, Inc.
3 *
4 * Permission is hereby granted, free of charge, to any person obtaining a
5 * copy of this software and associated documentation files (the "Software"),
6 * to deal in the Software without restriction, including without limitation
7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
8 * and/or sell copies of the Software, and to permit persons to whom the
9 * Software is furnished to do so, subject to the following conditions:
10 *
11 * The above copyright notice and this permission notice shall be included in
12 * all copies or substantial portions of the Software.
13 *
14 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
17 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
18 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
19 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
20 * OTHER DEALINGS IN THE SOFTWARE.
21 *
22 * Authors: Alex Deucher
23 */
24#ifndef CIK_H
25#define CIK_H
26
27#define BONAIRE_GB_ADDR_CONFIG_GOLDEN 0x12010001
28
29#define CIK_RB_BITMAP_WIDTH_PER_SH 2
30
Alex Deucher41a524a2013-08-14 01:01:40 -040031/* DIDT IND registers */
32#define DIDT_SQ_CTRL0 0x0
33# define DIDT_CTRL_EN (1 << 0)
34#define DIDT_DB_CTRL0 0x20
35#define DIDT_TD_CTRL0 0x40
36#define DIDT_TCP_CTRL0 0x60
37
Alex Deucher2c679122013-04-09 13:32:18 -040038/* SMC IND registers */
Alex Deuchercc8dbbb2013-08-14 01:03:41 -040039#define DPM_TABLE_475 0x3F768
40# define SamuBootLevel(x) ((x) << 0)
41# define SamuBootLevel_MASK 0x000000ff
42# define SamuBootLevel_SHIFT 0
43# define AcpBootLevel(x) ((x) << 8)
44# define AcpBootLevel_MASK 0x0000ff00
45# define AcpBootLevel_SHIFT 8
46# define VceBootLevel(x) ((x) << 16)
47# define VceBootLevel_MASK 0x00ff0000
48# define VceBootLevel_SHIFT 16
49# define UvdBootLevel(x) ((x) << 24)
50# define UvdBootLevel_MASK 0xff000000
51# define UvdBootLevel_SHIFT 24
52
53#define FIRMWARE_FLAGS 0x3F800
54# define INTERRUPTS_ENABLED (1 << 0)
55
Alex Deucher41a524a2013-08-14 01:01:40 -040056#define NB_DPM_CONFIG_1 0x3F9E8
57# define Dpm0PgNbPsLo(x) ((x) << 0)
58# define Dpm0PgNbPsLo_MASK 0x000000ff
59# define Dpm0PgNbPsLo_SHIFT 0
60# define Dpm0PgNbPsHi(x) ((x) << 8)
61# define Dpm0PgNbPsHi_MASK 0x0000ff00
62# define Dpm0PgNbPsHi_SHIFT 8
63# define DpmXNbPsLo(x) ((x) << 16)
64# define DpmXNbPsLo_MASK 0x00ff0000
65# define DpmXNbPsLo_SHIFT 16
66# define DpmXNbPsHi(x) ((x) << 24)
67# define DpmXNbPsHi_MASK 0xff000000
68# define DpmXNbPsHi_SHIFT 24
69
Alex Deuchercc8dbbb2013-08-14 01:03:41 -040070#define SMC_SYSCON_RESET_CNTL 0x80000000
71# define RST_REG (1 << 0)
72#define SMC_SYSCON_CLOCK_CNTL_0 0x80000004
73# define CK_DISABLE (1 << 0)
74# define CKEN (1 << 24)
75
76#define SMC_SYSCON_MISC_CNTL 0x80000010
77
Alex Deucher41a524a2013-08-14 01:01:40 -040078#define SMC_SYSCON_MSG_ARG_0 0x80000068
79
Alex Deuchercc8dbbb2013-08-14 01:03:41 -040080#define SMC_PC_C 0x80000370
81
82#define SMC_SCRATCH9 0x80000424
83
84#define RCU_UC_EVENTS 0xC0000004
85# define BOOT_SEQ_DONE (1 << 7)
86
Alex Deucher2c679122013-04-09 13:32:18 -040087#define GENERAL_PWRMGT 0xC0200000
Alex Deucher41a524a2013-08-14 01:01:40 -040088# define GLOBAL_PWRMGT_EN (1 << 0)
Alex Deuchercc8dbbb2013-08-14 01:03:41 -040089# define STATIC_PM_EN (1 << 1)
90# define THERMAL_PROTECTION_DIS (1 << 2)
91# define THERMAL_PROTECTION_TYPE (1 << 3)
92# define SW_SMIO_INDEX(x) ((x) << 6)
93# define SW_SMIO_INDEX_MASK (1 << 6)
94# define SW_SMIO_INDEX_SHIFT 6
95# define VOLT_PWRMGT_EN (1 << 10)
Alex Deucher2c679122013-04-09 13:32:18 -040096# define GPU_COUNTER_CLK (1 << 15)
Alex Deuchercc8dbbb2013-08-14 01:03:41 -040097# define DYN_SPREAD_SPECTRUM_EN (1 << 23)
98
99#define CNB_PWRMGT_CNTL 0xC0200004
100# define GNB_SLOW_MODE(x) ((x) << 0)
101# define GNB_SLOW_MODE_MASK (3 << 0)
102# define GNB_SLOW_MODE_SHIFT 0
103# define GNB_SLOW (1 << 2)
104# define FORCE_NB_PS1 (1 << 3)
105# define DPM_ENABLED (1 << 4)
Alex Deucher2c679122013-04-09 13:32:18 -0400106
Alex Deucher41a524a2013-08-14 01:01:40 -0400107#define SCLK_PWRMGT_CNTL 0xC0200008
Alex Deuchercc8dbbb2013-08-14 01:03:41 -0400108# define SCLK_PWRMGT_OFF (1 << 0)
Alex Deucher41a524a2013-08-14 01:01:40 -0400109# define RESET_BUSY_CNT (1 << 4)
110# define RESET_SCLK_CNT (1 << 5)
111# define DYNAMIC_PM_EN (1 << 21)
112
Alex Deucher94b4adc2013-07-15 17:34:33 -0400113#define TARGET_AND_CURRENT_PROFILE_INDEX 0xC0200014
114# define CURRENT_STATE_MASK (0xf << 4)
115# define CURRENT_STATE_SHIFT 4
116# define CURR_MCLK_INDEX_MASK (0xf << 8)
117# define CURR_MCLK_INDEX_SHIFT 8
118# define CURR_SCLK_INDEX_MASK (0x1f << 16)
119# define CURR_SCLK_INDEX_SHIFT 16
120
Alex Deuchercc8dbbb2013-08-14 01:03:41 -0400121#define CG_SSP 0xC0200044
122# define SST(x) ((x) << 0)
123# define SST_MASK (0xffff << 0)
124# define SSTU(x) ((x) << 16)
125# define SSTU_MASK (0xf << 16)
126
127#define CG_DISPLAY_GAP_CNTL 0xC0200060
128# define DISP_GAP(x) ((x) << 0)
129# define DISP_GAP_MASK (3 << 0)
130# define VBI_TIMER_COUNT(x) ((x) << 4)
131# define VBI_TIMER_COUNT_MASK (0x3fff << 4)
132# define VBI_TIMER_UNIT(x) ((x) << 20)
133# define VBI_TIMER_UNIT_MASK (7 << 20)
134# define DISP_GAP_MCHG(x) ((x) << 24)
135# define DISP_GAP_MCHG_MASK (3 << 24)
136
Alex Deucherae3e40e2013-07-18 16:39:53 -0400137#define SMU_VOLTAGE_STATUS 0xC0200094
138# define SMU_VOLTAGE_CURRENT_LEVEL_MASK (0xff << 1)
139# define SMU_VOLTAGE_CURRENT_LEVEL_SHIFT 1
140
Alex Deucher94b4adc2013-07-15 17:34:33 -0400141#define TARGET_AND_CURRENT_PROFILE_INDEX_1 0xC02000F0
142# define CURR_PCIE_INDEX_MASK (0xf << 24)
143# define CURR_PCIE_INDEX_SHIFT 24
144
Alex Deuchercc8dbbb2013-08-14 01:03:41 -0400145#define CG_ULV_PARAMETER 0xC0200158
146
Alex Deucher41a524a2013-08-14 01:01:40 -0400147#define CG_FTV_0 0xC02001A8
Alex Deuchercc8dbbb2013-08-14 01:03:41 -0400148#define CG_FTV_1 0xC02001AC
149#define CG_FTV_2 0xC02001B0
150#define CG_FTV_3 0xC02001B4
151#define CG_FTV_4 0xC02001B8
152#define CG_FTV_5 0xC02001BC
153#define CG_FTV_6 0xC02001C0
154#define CG_FTV_7 0xC02001C4
155
156#define CG_DISPLAY_GAP_CNTL2 0xC0200230
Alex Deucher41a524a2013-08-14 01:01:40 -0400157
158#define LCAC_SX0_OVR_SEL 0xC0400D04
159#define LCAC_SX0_OVR_VAL 0xC0400D08
160
Alex Deuchercc8dbbb2013-08-14 01:03:41 -0400161#define LCAC_MC0_CNTL 0xC0400D30
Alex Deucher41a524a2013-08-14 01:01:40 -0400162#define LCAC_MC0_OVR_SEL 0xC0400D34
163#define LCAC_MC0_OVR_VAL 0xC0400D38
Alex Deuchercc8dbbb2013-08-14 01:03:41 -0400164#define LCAC_MC1_CNTL 0xC0400D3C
Alex Deucher41a524a2013-08-14 01:01:40 -0400165#define LCAC_MC1_OVR_SEL 0xC0400D40
166#define LCAC_MC1_OVR_VAL 0xC0400D44
167
168#define LCAC_MC2_OVR_SEL 0xC0400D4C
169#define LCAC_MC2_OVR_VAL 0xC0400D50
170
171#define LCAC_MC3_OVR_SEL 0xC0400D58
172#define LCAC_MC3_OVR_VAL 0xC0400D5C
173
Alex Deuchercc8dbbb2013-08-14 01:03:41 -0400174#define LCAC_CPL_CNTL 0xC0400D80
Alex Deucher41a524a2013-08-14 01:01:40 -0400175#define LCAC_CPL_OVR_SEL 0xC0400D84
176#define LCAC_CPL_OVR_VAL 0xC0400D88
177
Alex Deuchercc8dbbb2013-08-14 01:03:41 -0400178/* dGPU */
179#define CG_THERMAL_CTRL 0xC0300004
180#define DPM_EVENT_SRC(x) ((x) << 0)
181#define DPM_EVENT_SRC_MASK (7 << 0)
182#define DIG_THERM_DPM(x) ((x) << 14)
183#define DIG_THERM_DPM_MASK 0x003FC000
184#define DIG_THERM_DPM_SHIFT 14
185
186#define CG_THERMAL_INT 0xC030000C
187#define CI_DIG_THERM_INTH(x) ((x) << 8)
188#define CI_DIG_THERM_INTH_MASK 0x0000FF00
189#define CI_DIG_THERM_INTH_SHIFT 8
190#define CI_DIG_THERM_INTL(x) ((x) << 16)
191#define CI_DIG_THERM_INTL_MASK 0x00FF0000
192#define CI_DIG_THERM_INTL_SHIFT 16
193#define THERM_INT_MASK_HIGH (1 << 24)
194#define THERM_INT_MASK_LOW (1 << 25)
195
Alex Deucher286d9cc2013-06-21 15:50:47 -0400196#define CG_MULT_THERMAL_STATUS 0xC0300014
197#define ASIC_MAX_TEMP(x) ((x) << 0)
198#define ASIC_MAX_TEMP_MASK 0x000001ff
199#define ASIC_MAX_TEMP_SHIFT 0
200#define CTF_TEMP(x) ((x) << 9)
201#define CTF_TEMP_MASK 0x0003fe00
202#define CTF_TEMP_SHIFT 9
203
Alex Deuchercc8dbbb2013-08-14 01:03:41 -0400204#define CG_SPLL_FUNC_CNTL 0xC0500140
205#define SPLL_RESET (1 << 0)
206#define SPLL_PWRON (1 << 1)
207#define SPLL_BYPASS_EN (1 << 3)
208#define SPLL_REF_DIV(x) ((x) << 5)
209#define SPLL_REF_DIV_MASK (0x3f << 5)
210#define SPLL_PDIV_A(x) ((x) << 20)
211#define SPLL_PDIV_A_MASK (0x7f << 20)
212#define SPLL_PDIV_A_SHIFT 20
213#define CG_SPLL_FUNC_CNTL_2 0xC0500144
214#define SCLK_MUX_SEL(x) ((x) << 0)
215#define SCLK_MUX_SEL_MASK (0x1ff << 0)
216#define CG_SPLL_FUNC_CNTL_3 0xC0500148
217#define SPLL_FB_DIV(x) ((x) << 0)
218#define SPLL_FB_DIV_MASK (0x3ffffff << 0)
219#define SPLL_FB_DIV_SHIFT 0
220#define SPLL_DITHEN (1 << 28)
221#define CG_SPLL_FUNC_CNTL_4 0xC050014C
222
223#define CG_SPLL_SPREAD_SPECTRUM 0xC0500164
224#define SSEN (1 << 0)
225#define CLK_S(x) ((x) << 4)
226#define CLK_S_MASK (0xfff << 4)
227#define CLK_S_SHIFT 4
228#define CG_SPLL_SPREAD_SPECTRUM_2 0xC0500168
229#define CLK_V(x) ((x) << 0)
230#define CLK_V_MASK (0x3ffffff << 0)
231#define CLK_V_SHIFT 0
232
Alex Deucher7235711a42013-04-04 13:58:09 -0400233#define MPLL_BYPASSCLK_SEL 0xC050019C
234# define MPLL_CLKOUT_SEL(x) ((x) << 8)
235# define MPLL_CLKOUT_SEL_MASK 0xFF00
Alex Deucher2c679122013-04-09 13:32:18 -0400236#define CG_CLKPIN_CNTL 0xC05001A0
237# define XTALIN_DIVIDE (1 << 1)
Alex Deucher7235711a42013-04-04 13:58:09 -0400238# define BCLK_AS_XCLK (1 << 2)
239#define CG_CLKPIN_CNTL_2 0xC05001A4
240# define FORCE_BIF_REFCLK_EN (1 << 3)
241# define MUX_TCLK_TO_XCLK (1 << 8)
242#define THM_CLK_CNTL 0xC05001A8
243# define CMON_CLK_SEL(x) ((x) << 0)
244# define CMON_CLK_SEL_MASK 0xFF
245# define TMON_CLK_SEL(x) ((x) << 8)
246# define TMON_CLK_SEL_MASK 0xFF00
247#define MISC_CLK_CTRL 0xC05001AC
248# define DEEP_SLEEP_CLK_SEL(x) ((x) << 0)
249# define DEEP_SLEEP_CLK_SEL_MASK 0xFF
250# define ZCLK_SEL(x) ((x) << 8)
251# define ZCLK_SEL_MASK 0xFF00
Alex Deucher2c679122013-04-09 13:32:18 -0400252
Alex Deuchercc8dbbb2013-08-14 01:03:41 -0400253/* KV/KB */
Alex Deucher41a524a2013-08-14 01:01:40 -0400254#define CG_THERMAL_INT_CTRL 0xC2100028
255#define DIG_THERM_INTH(x) ((x) << 0)
256#define DIG_THERM_INTH_MASK 0x000000FF
257#define DIG_THERM_INTH_SHIFT 0
258#define DIG_THERM_INTL(x) ((x) << 8)
259#define DIG_THERM_INTL_MASK 0x0000FF00
260#define DIG_THERM_INTL_SHIFT 8
261#define THERM_INTH_MASK (1 << 24)
262#define THERM_INTL_MASK (1 << 25)
263
Alex Deucher8a7cd272013-08-06 11:29:39 -0400264/* PCIE registers idx/data 0x38/0x3c */
Alex Deucher7235711a42013-04-04 13:58:09 -0400265#define PB0_PIF_PWRDOWN_0 0x1100012 /* PCIE */
266# define PLL_POWER_STATE_IN_TXS2_0(x) ((x) << 7)
267# define PLL_POWER_STATE_IN_TXS2_0_MASK (0x7 << 7)
268# define PLL_POWER_STATE_IN_TXS2_0_SHIFT 7
269# define PLL_POWER_STATE_IN_OFF_0(x) ((x) << 10)
270# define PLL_POWER_STATE_IN_OFF_0_MASK (0x7 << 10)
271# define PLL_POWER_STATE_IN_OFF_0_SHIFT 10
272# define PLL_RAMP_UP_TIME_0(x) ((x) << 24)
273# define PLL_RAMP_UP_TIME_0_MASK (0x7 << 24)
274# define PLL_RAMP_UP_TIME_0_SHIFT 24
275#define PB0_PIF_PWRDOWN_1 0x1100013 /* PCIE */
276# define PLL_POWER_STATE_IN_TXS2_1(x) ((x) << 7)
277# define PLL_POWER_STATE_IN_TXS2_1_MASK (0x7 << 7)
278# define PLL_POWER_STATE_IN_TXS2_1_SHIFT 7
279# define PLL_POWER_STATE_IN_OFF_1(x) ((x) << 10)
280# define PLL_POWER_STATE_IN_OFF_1_MASK (0x7 << 10)
281# define PLL_POWER_STATE_IN_OFF_1_SHIFT 10
282# define PLL_RAMP_UP_TIME_1(x) ((x) << 24)
283# define PLL_RAMP_UP_TIME_1_MASK (0x7 << 24)
284# define PLL_RAMP_UP_TIME_1_SHIFT 24
285
286#define PCIE_CNTL2 0x1001001c /* PCIE */
287# define SLV_MEM_LS_EN (1 << 16)
Alex Deucher473359b2013-08-09 11:18:39 -0400288# define SLV_MEM_AGGRESSIVE_LS_EN (1 << 17)
Alex Deucher7235711a42013-04-04 13:58:09 -0400289# define MST_MEM_LS_EN (1 << 18)
290# define REPLAY_MEM_LS_EN (1 << 19)
291
Alex Deucher8a7cd272013-08-06 11:29:39 -0400292#define PCIE_LC_STATUS1 0x1400028 /* PCIE */
293# define LC_REVERSE_RCVR (1 << 0)
294# define LC_REVERSE_XMIT (1 << 1)
295# define LC_OPERATING_LINK_WIDTH_MASK (0x7 << 2)
296# define LC_OPERATING_LINK_WIDTH_SHIFT 2
297# define LC_DETECTED_LINK_WIDTH_MASK (0x7 << 5)
298# define LC_DETECTED_LINK_WIDTH_SHIFT 5
299
Alex Deucher7235711a42013-04-04 13:58:09 -0400300#define PCIE_P_CNTL 0x1400040 /* PCIE */
301# define P_IGNORE_EDB_ERR (1 << 6)
302
303#define PB1_PIF_PWRDOWN_0 0x2100012 /* PCIE */
304#define PB1_PIF_PWRDOWN_1 0x2100013 /* PCIE */
305
306#define PCIE_LC_CNTL 0x100100A0 /* PCIE */
307# define LC_L0S_INACTIVITY(x) ((x) << 8)
308# define LC_L0S_INACTIVITY_MASK (0xf << 8)
309# define LC_L0S_INACTIVITY_SHIFT 8
310# define LC_L1_INACTIVITY(x) ((x) << 12)
311# define LC_L1_INACTIVITY_MASK (0xf << 12)
312# define LC_L1_INACTIVITY_SHIFT 12
313# define LC_PMI_TO_L1_DIS (1 << 16)
314# define LC_ASPM_TO_L1_DIS (1 << 24)
315
Alex Deucher8a7cd272013-08-06 11:29:39 -0400316#define PCIE_LC_LINK_WIDTH_CNTL 0x100100A2 /* PCIE */
317# define LC_LINK_WIDTH_SHIFT 0
318# define LC_LINK_WIDTH_MASK 0x7
319# define LC_LINK_WIDTH_X0 0
320# define LC_LINK_WIDTH_X1 1
321# define LC_LINK_WIDTH_X2 2
322# define LC_LINK_WIDTH_X4 3
323# define LC_LINK_WIDTH_X8 4
324# define LC_LINK_WIDTH_X16 6
325# define LC_LINK_WIDTH_RD_SHIFT 4
326# define LC_LINK_WIDTH_RD_MASK 0x70
327# define LC_RECONFIG_ARC_MISSING_ESCAPE (1 << 7)
328# define LC_RECONFIG_NOW (1 << 8)
329# define LC_RENEGOTIATION_SUPPORT (1 << 9)
330# define LC_RENEGOTIATE_EN (1 << 10)
331# define LC_SHORT_RECONFIG_EN (1 << 11)
332# define LC_UPCONFIGURE_SUPPORT (1 << 12)
333# define LC_UPCONFIGURE_DIS (1 << 13)
334# define LC_DYN_LANES_PWR_STATE(x) ((x) << 21)
335# define LC_DYN_LANES_PWR_STATE_MASK (0x3 << 21)
336# define LC_DYN_LANES_PWR_STATE_SHIFT 21
Alex Deucher7235711a42013-04-04 13:58:09 -0400337#define PCIE_LC_N_FTS_CNTL 0x100100a3 /* PCIE */
338# define LC_XMIT_N_FTS(x) ((x) << 0)
339# define LC_XMIT_N_FTS_MASK (0xff << 0)
340# define LC_XMIT_N_FTS_SHIFT 0
341# define LC_XMIT_N_FTS_OVERRIDE_EN (1 << 8)
342# define LC_N_FTS_MASK (0xff << 24)
Alex Deucher8a7cd272013-08-06 11:29:39 -0400343#define PCIE_LC_SPEED_CNTL 0x100100A4 /* PCIE */
344# define LC_GEN2_EN_STRAP (1 << 0)
345# define LC_GEN3_EN_STRAP (1 << 1)
346# define LC_TARGET_LINK_SPEED_OVERRIDE_EN (1 << 2)
347# define LC_TARGET_LINK_SPEED_OVERRIDE_MASK (0x3 << 3)
348# define LC_TARGET_LINK_SPEED_OVERRIDE_SHIFT 3
349# define LC_FORCE_EN_SW_SPEED_CHANGE (1 << 5)
350# define LC_FORCE_DIS_SW_SPEED_CHANGE (1 << 6)
351# define LC_FORCE_EN_HW_SPEED_CHANGE (1 << 7)
352# define LC_FORCE_DIS_HW_SPEED_CHANGE (1 << 8)
353# define LC_INITIATE_LINK_SPEED_CHANGE (1 << 9)
354# define LC_SPEED_CHANGE_ATTEMPTS_ALLOWED_MASK (0x3 << 10)
355# define LC_SPEED_CHANGE_ATTEMPTS_ALLOWED_SHIFT 10
356# define LC_CURRENT_DATA_RATE_MASK (0x3 << 13) /* 0/1/2 = gen1/2/3 */
357# define LC_CURRENT_DATA_RATE_SHIFT 13
358# define LC_CLR_FAILED_SPD_CHANGE_CNT (1 << 16)
359# define LC_OTHER_SIDE_EVER_SENT_GEN2 (1 << 18)
360# define LC_OTHER_SIDE_SUPPORTS_GEN2 (1 << 19)
361# define LC_OTHER_SIDE_EVER_SENT_GEN3 (1 << 20)
362# define LC_OTHER_SIDE_SUPPORTS_GEN3 (1 << 21)
363
Alex Deucher7235711a42013-04-04 13:58:09 -0400364#define PCIE_LC_CNTL2 0x100100B1 /* PCIE */
365# define LC_ALLOW_PDWN_IN_L1 (1 << 17)
366# define LC_ALLOW_PDWN_IN_L23 (1 << 18)
367
368#define PCIE_LC_CNTL3 0x100100B5 /* PCIE */
369# define LC_GO_TO_RECOVERY (1 << 30)
Alex Deucher8a7cd272013-08-06 11:29:39 -0400370#define PCIE_LC_CNTL4 0x100100B6 /* PCIE */
371# define LC_REDO_EQ (1 << 5)
372# define LC_SET_QUIESCE (1 << 13)
373
374/* direct registers */
Alex Deucher6e2c3c02013-04-03 19:28:32 -0400375#define PCIE_INDEX 0x38
376#define PCIE_DATA 0x3C
377
Alex Deucher41a524a2013-08-14 01:01:40 -0400378#define SMC_IND_INDEX_0 0x200
379#define SMC_IND_DATA_0 0x204
380
381#define SMC_IND_ACCESS_CNTL 0x240
382#define AUTO_INCREMENT_IND_0 (1 << 0)
383
384#define SMC_MESSAGE_0 0x250
385#define SMC_MSG_MASK 0xffff
386#define SMC_RESP_0 0x254
387#define SMC_RESP_MASK 0xffff
388
389#define SMC_MSG_ARG_0 0x290
390
Alex Deucher1c491652013-04-09 12:45:26 -0400391#define VGA_HDP_CONTROL 0x328
392#define VGA_MEMORY_DISABLE (1 << 4)
393
Alex Deucher8cc1a532013-04-09 12:41:24 -0400394#define DMIF_ADDR_CALC 0xC00
395
Alex Deucherbc01a8c2013-08-19 11:39:27 -0400396#define PIPE0_DMIF_BUFFER_CONTROL 0x0ca0
397# define DMIF_BUFFERS_ALLOCATED(x) ((x) << 0)
398# define DMIF_BUFFERS_ALLOCATED_COMPLETED (1 << 4)
399
Alex Deucher1c491652013-04-09 12:45:26 -0400400#define SRBM_GFX_CNTL 0xE44
401#define PIPEID(x) ((x) << 0)
402#define MEID(x) ((x) << 2)
403#define VMID(x) ((x) << 4)
404#define QUEUEID(x) ((x) << 8)
405
Alex Deucher6f2043c2013-04-09 12:43:41 -0400406#define SRBM_STATUS2 0xE4C
Alex Deuchercc066712013-04-09 12:59:51 -0400407#define SDMA_BUSY (1 << 5)
408#define SDMA1_BUSY (1 << 6)
Alex Deucher6f2043c2013-04-09 12:43:41 -0400409#define SRBM_STATUS 0xE50
Alex Deuchercc066712013-04-09 12:59:51 -0400410#define UVD_RQ_PENDING (1 << 1)
411#define GRBM_RQ_PENDING (1 << 5)
412#define VMC_BUSY (1 << 8)
413#define MCB_BUSY (1 << 9)
414#define MCB_NON_DISPLAY_BUSY (1 << 10)
415#define MCC_BUSY (1 << 11)
416#define MCD_BUSY (1 << 12)
417#define SEM_BUSY (1 << 14)
418#define IH_BUSY (1 << 17)
419#define UVD_BUSY (1 << 19)
Alex Deucher6f2043c2013-04-09 12:43:41 -0400420
Alex Deucher21a93e12013-04-09 12:47:11 -0400421#define SRBM_SOFT_RESET 0xE60
422#define SOFT_RESET_BIF (1 << 1)
423#define SOFT_RESET_R0PLL (1 << 4)
424#define SOFT_RESET_DC (1 << 5)
425#define SOFT_RESET_SDMA1 (1 << 6)
426#define SOFT_RESET_GRBM (1 << 8)
427#define SOFT_RESET_HDP (1 << 9)
428#define SOFT_RESET_IH (1 << 10)
429#define SOFT_RESET_MC (1 << 11)
430#define SOFT_RESET_ROM (1 << 14)
431#define SOFT_RESET_SEM (1 << 15)
432#define SOFT_RESET_VMC (1 << 17)
433#define SOFT_RESET_SDMA (1 << 20)
434#define SOFT_RESET_TST (1 << 21)
435#define SOFT_RESET_REGBB (1 << 22)
436#define SOFT_RESET_ORB (1 << 23)
437#define SOFT_RESET_VCE (1 << 24)
438
Alex Deucher1c491652013-04-09 12:45:26 -0400439#define VM_L2_CNTL 0x1400
440#define ENABLE_L2_CACHE (1 << 0)
441#define ENABLE_L2_FRAGMENT_PROCESSING (1 << 1)
442#define L2_CACHE_PTE_ENDIAN_SWAP_MODE(x) ((x) << 2)
443#define L2_CACHE_PDE_ENDIAN_SWAP_MODE(x) ((x) << 4)
444#define ENABLE_L2_PTE_CACHE_LRU_UPDATE_BY_WRITE (1 << 9)
445#define ENABLE_L2_PDE0_CACHE_LRU_UPDATE_BY_WRITE (1 << 10)
446#define EFFECTIVE_L2_QUEUE_SIZE(x) (((x) & 7) << 15)
447#define CONTEXT1_IDENTITY_ACCESS_MODE(x) (((x) & 3) << 19)
448#define VM_L2_CNTL2 0x1404
449#define INVALIDATE_ALL_L1_TLBS (1 << 0)
450#define INVALIDATE_L2_CACHE (1 << 1)
451#define INVALIDATE_CACHE_MODE(x) ((x) << 26)
452#define INVALIDATE_PTE_AND_PDE_CACHES 0
453#define INVALIDATE_ONLY_PTE_CACHES 1
454#define INVALIDATE_ONLY_PDE_CACHES 2
455#define VM_L2_CNTL3 0x1408
456#define BANK_SELECT(x) ((x) << 0)
457#define L2_CACHE_UPDATE_MODE(x) ((x) << 6)
458#define L2_CACHE_BIGK_FRAGMENT_SIZE(x) ((x) << 15)
459#define L2_CACHE_BIGK_ASSOCIATIVITY (1 << 20)
460#define VM_L2_STATUS 0x140C
461#define L2_BUSY (1 << 0)
462#define VM_CONTEXT0_CNTL 0x1410
463#define ENABLE_CONTEXT (1 << 0)
464#define PAGE_TABLE_DEPTH(x) (((x) & 3) << 1)
Alex Deuchera00024b2012-09-18 16:06:01 -0400465#define RANGE_PROTECTION_FAULT_ENABLE_INTERRUPT (1 << 3)
Alex Deucher1c491652013-04-09 12:45:26 -0400466#define RANGE_PROTECTION_FAULT_ENABLE_DEFAULT (1 << 4)
Alex Deuchera00024b2012-09-18 16:06:01 -0400467#define DUMMY_PAGE_PROTECTION_FAULT_ENABLE_INTERRUPT (1 << 6)
468#define DUMMY_PAGE_PROTECTION_FAULT_ENABLE_DEFAULT (1 << 7)
469#define PDE0_PROTECTION_FAULT_ENABLE_INTERRUPT (1 << 9)
470#define PDE0_PROTECTION_FAULT_ENABLE_DEFAULT (1 << 10)
471#define VALID_PROTECTION_FAULT_ENABLE_INTERRUPT (1 << 12)
472#define VALID_PROTECTION_FAULT_ENABLE_DEFAULT (1 << 13)
473#define READ_PROTECTION_FAULT_ENABLE_INTERRUPT (1 << 15)
474#define READ_PROTECTION_FAULT_ENABLE_DEFAULT (1 << 16)
475#define WRITE_PROTECTION_FAULT_ENABLE_INTERRUPT (1 << 18)
476#define WRITE_PROTECTION_FAULT_ENABLE_DEFAULT (1 << 19)
Alex Deucher1c491652013-04-09 12:45:26 -0400477#define VM_CONTEXT1_CNTL 0x1414
478#define VM_CONTEXT0_CNTL2 0x1430
479#define VM_CONTEXT1_CNTL2 0x1434
480#define VM_CONTEXT8_PAGE_TABLE_BASE_ADDR 0x1438
481#define VM_CONTEXT9_PAGE_TABLE_BASE_ADDR 0x143c
482#define VM_CONTEXT10_PAGE_TABLE_BASE_ADDR 0x1440
483#define VM_CONTEXT11_PAGE_TABLE_BASE_ADDR 0x1444
484#define VM_CONTEXT12_PAGE_TABLE_BASE_ADDR 0x1448
485#define VM_CONTEXT13_PAGE_TABLE_BASE_ADDR 0x144c
486#define VM_CONTEXT14_PAGE_TABLE_BASE_ADDR 0x1450
487#define VM_CONTEXT15_PAGE_TABLE_BASE_ADDR 0x1454
488
489#define VM_INVALIDATE_REQUEST 0x1478
490#define VM_INVALIDATE_RESPONSE 0x147c
491
Alex Deucher9d97c992012-09-06 14:24:48 -0400492#define VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x14DC
Alex Deucher3ec7d112013-06-14 10:42:22 -0400493#define PROTECTIONS_MASK (0xf << 0)
494#define PROTECTIONS_SHIFT 0
495 /* bit 0: range
496 * bit 1: pde0
497 * bit 2: valid
498 * bit 3: read
499 * bit 4: write
500 */
501#define MEMORY_CLIENT_ID_MASK (0xff << 12)
502#define MEMORY_CLIENT_ID_SHIFT 12
503#define MEMORY_CLIENT_RW_MASK (1 << 24)
504#define MEMORY_CLIENT_RW_SHIFT 24
505#define FAULT_VMID_MASK (0xf << 25)
506#define FAULT_VMID_SHIFT 25
507
508#define VM_CONTEXT1_PROTECTION_FAULT_MCCLIENT 0x14E4
Alex Deucher9d97c992012-09-06 14:24:48 -0400509
510#define VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x14FC
511
Alex Deucher1c491652013-04-09 12:45:26 -0400512#define VM_CONTEXT0_PROTECTION_FAULT_DEFAULT_ADDR 0x1518
513#define VM_CONTEXT1_PROTECTION_FAULT_DEFAULT_ADDR 0x151c
514
515#define VM_CONTEXT0_PAGE_TABLE_BASE_ADDR 0x153c
516#define VM_CONTEXT1_PAGE_TABLE_BASE_ADDR 0x1540
517#define VM_CONTEXT2_PAGE_TABLE_BASE_ADDR 0x1544
518#define VM_CONTEXT3_PAGE_TABLE_BASE_ADDR 0x1548
519#define VM_CONTEXT4_PAGE_TABLE_BASE_ADDR 0x154c
520#define VM_CONTEXT5_PAGE_TABLE_BASE_ADDR 0x1550
521#define VM_CONTEXT6_PAGE_TABLE_BASE_ADDR 0x1554
522#define VM_CONTEXT7_PAGE_TABLE_BASE_ADDR 0x1558
523#define VM_CONTEXT0_PAGE_TABLE_START_ADDR 0x155c
524#define VM_CONTEXT1_PAGE_TABLE_START_ADDR 0x1560
525
526#define VM_CONTEXT0_PAGE_TABLE_END_ADDR 0x157C
527#define VM_CONTEXT1_PAGE_TABLE_END_ADDR 0x1580
528
Alex Deucher22c775c2013-07-23 09:41:05 -0400529#define VM_L2_CG 0x15c0
530#define MC_CG_ENABLE (1 << 18)
531#define MC_LS_ENABLE (1 << 19)
532
Alex Deucher8cc1a532013-04-09 12:41:24 -0400533#define MC_SHARED_CHMAP 0x2004
534#define NOOFCHAN_SHIFT 12
535#define NOOFCHAN_MASK 0x0000f000
536#define MC_SHARED_CHREMAP 0x2008
537
Alex Deucher1c491652013-04-09 12:45:26 -0400538#define CHUB_CONTROL 0x1864
539#define BYPASS_VM (1 << 0)
540
541#define MC_VM_FB_LOCATION 0x2024
542#define MC_VM_AGP_TOP 0x2028
543#define MC_VM_AGP_BOT 0x202C
544#define MC_VM_AGP_BASE 0x2030
545#define MC_VM_SYSTEM_APERTURE_LOW_ADDR 0x2034
546#define MC_VM_SYSTEM_APERTURE_HIGH_ADDR 0x2038
547#define MC_VM_SYSTEM_APERTURE_DEFAULT_ADDR 0x203C
548
549#define MC_VM_MX_L1_TLB_CNTL 0x2064
550#define ENABLE_L1_TLB (1 << 0)
551#define ENABLE_L1_FRAGMENT_PROCESSING (1 << 1)
552#define SYSTEM_ACCESS_MODE_PA_ONLY (0 << 3)
553#define SYSTEM_ACCESS_MODE_USE_SYS_MAP (1 << 3)
554#define SYSTEM_ACCESS_MODE_IN_SYS (2 << 3)
555#define SYSTEM_ACCESS_MODE_NOT_IN_SYS (3 << 3)
556#define SYSTEM_APERTURE_UNMAPPED_ACCESS_PASS_THRU (0 << 5)
557#define ENABLE_ADVANCED_DRIVER_MODEL (1 << 6)
558#define MC_VM_FB_OFFSET 0x2068
559
Alex Deucherbc8273f2012-06-29 19:44:04 -0400560#define MC_SHARED_BLACKOUT_CNTL 0x20ac
561
Alex Deucher22c775c2013-07-23 09:41:05 -0400562#define MC_HUB_MISC_HUB_CG 0x20b8
563#define MC_HUB_MISC_VM_CG 0x20bc
564
565#define MC_HUB_MISC_SIP_CG 0x20c0
566
567#define MC_XPB_CLK_GAT 0x2478
568
569#define MC_CITF_MISC_RD_CG 0x2648
570#define MC_CITF_MISC_WR_CG 0x264c
571#define MC_CITF_MISC_VM_CG 0x2650
572
Alex Deucher8cc1a532013-04-09 12:41:24 -0400573#define MC_ARB_RAMCFG 0x2760
574#define NOOFBANK_SHIFT 0
575#define NOOFBANK_MASK 0x00000003
576#define NOOFRANK_SHIFT 2
577#define NOOFRANK_MASK 0x00000004
578#define NOOFROWS_SHIFT 3
579#define NOOFROWS_MASK 0x00000038
580#define NOOFCOLS_SHIFT 6
581#define NOOFCOLS_MASK 0x000000C0
582#define CHANSIZE_SHIFT 8
583#define CHANSIZE_MASK 0x00000100
584#define NOOFGROUPS_SHIFT 12
585#define NOOFGROUPS_MASK 0x00001000
586
Alex Deuchercc8dbbb2013-08-14 01:03:41 -0400587#define MC_ARB_DRAM_TIMING 0x2774
588#define MC_ARB_DRAM_TIMING2 0x2778
589
590#define MC_ARB_BURST_TIME 0x2808
591#define STATE0(x) ((x) << 0)
592#define STATE0_MASK (0x1f << 0)
593#define STATE0_SHIFT 0
594#define STATE1(x) ((x) << 5)
595#define STATE1_MASK (0x1f << 5)
596#define STATE1_SHIFT 5
597#define STATE2(x) ((x) << 10)
598#define STATE2_MASK (0x1f << 10)
599#define STATE2_SHIFT 10
600#define STATE3(x) ((x) << 15)
601#define STATE3_MASK (0x1f << 15)
602#define STATE3_SHIFT 15
603
604#define MC_SEQ_RAS_TIMING 0x28a0
605#define MC_SEQ_CAS_TIMING 0x28a4
606#define MC_SEQ_MISC_TIMING 0x28a8
607#define MC_SEQ_MISC_TIMING2 0x28ac
608#define MC_SEQ_PMG_TIMING 0x28b0
609#define MC_SEQ_RD_CTL_D0 0x28b4
610#define MC_SEQ_RD_CTL_D1 0x28b8
611#define MC_SEQ_WR_CTL_D0 0x28bc
612#define MC_SEQ_WR_CTL_D1 0x28c0
613
Alex Deucherbc8273f2012-06-29 19:44:04 -0400614#define MC_SEQ_SUP_CNTL 0x28c8
615#define RUN_MASK (1 << 0)
616#define MC_SEQ_SUP_PGM 0x28cc
Alex Deuchercc8dbbb2013-08-14 01:03:41 -0400617#define MC_PMG_AUTO_CMD 0x28d0
Alex Deucherbc8273f2012-06-29 19:44:04 -0400618
619#define MC_SEQ_TRAIN_WAKEUP_CNTL 0x28e8
620#define TRAIN_DONE_D0 (1 << 30)
621#define TRAIN_DONE_D1 (1 << 31)
622
623#define MC_IO_PAD_CNTL_D0 0x29d0
624#define MEM_FALL_OUT_CMD (1 << 8)
625
Alex Deuchercc8dbbb2013-08-14 01:03:41 -0400626#define MC_SEQ_MISC0 0x2a00
627#define MC_SEQ_MISC0_VEN_ID_SHIFT 8
628#define MC_SEQ_MISC0_VEN_ID_MASK 0x00000f00
629#define MC_SEQ_MISC0_VEN_ID_VALUE 3
630#define MC_SEQ_MISC0_REV_ID_SHIFT 12
631#define MC_SEQ_MISC0_REV_ID_MASK 0x0000f000
632#define MC_SEQ_MISC0_REV_ID_VALUE 1
633#define MC_SEQ_MISC0_GDDR5_SHIFT 28
634#define MC_SEQ_MISC0_GDDR5_MASK 0xf0000000
635#define MC_SEQ_MISC0_GDDR5_VALUE 5
636#define MC_SEQ_MISC1 0x2a04
637#define MC_SEQ_RESERVE_M 0x2a08
638#define MC_PMG_CMD_EMRS 0x2a0c
639
Alex Deucherbc8273f2012-06-29 19:44:04 -0400640#define MC_SEQ_IO_DEBUG_INDEX 0x2a44
641#define MC_SEQ_IO_DEBUG_DATA 0x2a48
642
Alex Deuchercc8dbbb2013-08-14 01:03:41 -0400643#define MC_SEQ_MISC5 0x2a54
644#define MC_SEQ_MISC6 0x2a58
645
646#define MC_SEQ_MISC7 0x2a64
647
648#define MC_SEQ_RAS_TIMING_LP 0x2a6c
649#define MC_SEQ_CAS_TIMING_LP 0x2a70
650#define MC_SEQ_MISC_TIMING_LP 0x2a74
651#define MC_SEQ_MISC_TIMING2_LP 0x2a78
652#define MC_SEQ_WR_CTL_D0_LP 0x2a7c
653#define MC_SEQ_WR_CTL_D1_LP 0x2a80
654#define MC_SEQ_PMG_CMD_EMRS_LP 0x2a84
655#define MC_SEQ_PMG_CMD_MRS_LP 0x2a88
656
657#define MC_PMG_CMD_MRS 0x2aac
658
659#define MC_SEQ_RD_CTL_D0_LP 0x2b1c
660#define MC_SEQ_RD_CTL_D1_LP 0x2b20
661
662#define MC_PMG_CMD_MRS1 0x2b44
663#define MC_SEQ_PMG_CMD_MRS1_LP 0x2b48
664#define MC_SEQ_PMG_TIMING_LP 0x2b4c
665
666#define MC_SEQ_WR_CTL_2 0x2b54
667#define MC_SEQ_WR_CTL_2_LP 0x2b58
668#define MC_PMG_CMD_MRS2 0x2b5c
669#define MC_SEQ_PMG_CMD_MRS2_LP 0x2b60
670
671#define MCLK_PWRMGT_CNTL 0x2ba0
672# define DLL_SPEED(x) ((x) << 0)
673# define DLL_SPEED_MASK (0x1f << 0)
674# define DLL_READY (1 << 6)
675# define MC_INT_CNTL (1 << 7)
676# define MRDCK0_PDNB (1 << 8)
677# define MRDCK1_PDNB (1 << 9)
678# define MRDCK0_RESET (1 << 16)
679# define MRDCK1_RESET (1 << 17)
680# define DLL_READY_READ (1 << 24)
681#define DLL_CNTL 0x2ba4
682# define MRDCK0_BYPASS (1 << 24)
683# define MRDCK1_BYPASS (1 << 25)
684
685#define MPLL_FUNC_CNTL 0x2bb4
686#define BWCTRL(x) ((x) << 20)
687#define BWCTRL_MASK (0xff << 20)
688#define MPLL_FUNC_CNTL_1 0x2bb8
689#define VCO_MODE(x) ((x) << 0)
690#define VCO_MODE_MASK (3 << 0)
691#define CLKFRAC(x) ((x) << 4)
692#define CLKFRAC_MASK (0xfff << 4)
693#define CLKF(x) ((x) << 16)
694#define CLKF_MASK (0xfff << 16)
695#define MPLL_FUNC_CNTL_2 0x2bbc
696#define MPLL_AD_FUNC_CNTL 0x2bc0
697#define YCLK_POST_DIV(x) ((x) << 0)
698#define YCLK_POST_DIV_MASK (7 << 0)
699#define MPLL_DQ_FUNC_CNTL 0x2bc4
700#define YCLK_SEL(x) ((x) << 4)
701#define YCLK_SEL_MASK (1 << 4)
702
703#define MPLL_SS1 0x2bcc
704#define CLKV(x) ((x) << 0)
705#define CLKV_MASK (0x3ffffff << 0)
706#define MPLL_SS2 0x2bd0
707#define CLKS(x) ((x) << 0)
708#define CLKS_MASK (0xfff << 0)
709
Alex Deucher8cc1a532013-04-09 12:41:24 -0400710#define HDP_HOST_PATH_CNTL 0x2C00
Alex Deucher22c775c2013-07-23 09:41:05 -0400711#define CLOCK_GATING_DIS (1 << 23)
Alex Deucher8cc1a532013-04-09 12:41:24 -0400712#define HDP_NONSURFACE_BASE 0x2C04
713#define HDP_NONSURFACE_INFO 0x2C08
714#define HDP_NONSURFACE_SIZE 0x2C0C
715
716#define HDP_ADDR_CONFIG 0x2F48
717#define HDP_MISC_CNTL 0x2F4C
718#define HDP_FLUSH_INVALIDATE_CACHE (1 << 0)
Alex Deucher22c775c2013-07-23 09:41:05 -0400719#define HDP_MEM_POWER_LS 0x2F50
720#define HDP_LS_ENABLE (1 << 0)
721
722#define ATC_MISC_CG 0x3350
Alex Deucher8cc1a532013-04-09 12:41:24 -0400723
Alex Deuchercc8dbbb2013-08-14 01:03:41 -0400724#define MC_SEQ_CNTL_3 0x3600
725# define CAC_EN (1 << 31)
726#define MC_SEQ_G5PDX_CTRL 0x3604
727#define MC_SEQ_G5PDX_CTRL_LP 0x3608
728#define MC_SEQ_G5PDX_CMD0 0x360c
729#define MC_SEQ_G5PDX_CMD0_LP 0x3610
730#define MC_SEQ_G5PDX_CMD1 0x3614
731#define MC_SEQ_G5PDX_CMD1_LP 0x3618
732
733#define MC_SEQ_PMG_DVS_CTL 0x3628
734#define MC_SEQ_PMG_DVS_CTL_LP 0x362c
735#define MC_SEQ_PMG_DVS_CMD 0x3630
736#define MC_SEQ_PMG_DVS_CMD_LP 0x3634
737#define MC_SEQ_DLL_STBY 0x3638
738#define MC_SEQ_DLL_STBY_LP 0x363c
739
Alex Deuchera59781b2012-11-09 10:45:57 -0500740#define IH_RB_CNTL 0x3e00
741# define IH_RB_ENABLE (1 << 0)
742# define IH_RB_SIZE(x) ((x) << 1) /* log2 */
743# define IH_RB_FULL_DRAIN_ENABLE (1 << 6)
744# define IH_WPTR_WRITEBACK_ENABLE (1 << 8)
745# define IH_WPTR_WRITEBACK_TIMER(x) ((x) << 9) /* log2 */
746# define IH_WPTR_OVERFLOW_ENABLE (1 << 16)
747# define IH_WPTR_OVERFLOW_CLEAR (1 << 31)
748#define IH_RB_BASE 0x3e04
749#define IH_RB_RPTR 0x3e08
750#define IH_RB_WPTR 0x3e0c
751# define RB_OVERFLOW (1 << 0)
752# define WPTR_OFFSET_MASK 0x3fffc
753#define IH_RB_WPTR_ADDR_HI 0x3e10
754#define IH_RB_WPTR_ADDR_LO 0x3e14
755#define IH_CNTL 0x3e18
756# define ENABLE_INTR (1 << 0)
757# define IH_MC_SWAP(x) ((x) << 1)
758# define IH_MC_SWAP_NONE 0
759# define IH_MC_SWAP_16BIT 1
760# define IH_MC_SWAP_32BIT 2
761# define IH_MC_SWAP_64BIT 3
762# define RPTR_REARM (1 << 4)
763# define MC_WRREQ_CREDIT(x) ((x) << 15)
764# define MC_WR_CLEAN_CNT(x) ((x) << 20)
765# define MC_VMID(x) ((x) << 25)
766
Alex Deuchercc8dbbb2013-08-14 01:03:41 -0400767#define BIF_LNCNT_RESET 0x5220
768# define RESET_LNCNT_EN (1 << 0)
769
Alex Deucher1c491652013-04-09 12:45:26 -0400770#define CONFIG_MEMSIZE 0x5428
771
Alex Deuchera59781b2012-11-09 10:45:57 -0500772#define INTERRUPT_CNTL 0x5468
773# define IH_DUMMY_RD_OVERRIDE (1 << 0)
774# define IH_DUMMY_RD_EN (1 << 1)
775# define IH_REQ_NONSNOOP_EN (1 << 3)
776# define GEN_IH_INT_EN (1 << 8)
777#define INTERRUPT_CNTL2 0x546c
778
Alex Deucher1c491652013-04-09 12:45:26 -0400779#define HDP_MEM_COHERENCY_FLUSH_CNTL 0x5480
780
Alex Deucher8cc1a532013-04-09 12:41:24 -0400781#define BIF_FB_EN 0x5490
782#define FB_READ_EN (1 << 0)
783#define FB_WRITE_EN (1 << 1)
784
Alex Deucher1c491652013-04-09 12:45:26 -0400785#define HDP_REG_COHERENCY_FLUSH_CNTL 0x54A0
786
Alex Deucher2cae3bc2012-07-05 11:45:40 -0400787#define GPU_HDP_FLUSH_REQ 0x54DC
788#define GPU_HDP_FLUSH_DONE 0x54E0
789#define CP0 (1 << 0)
790#define CP1 (1 << 1)
791#define CP2 (1 << 2)
792#define CP3 (1 << 3)
793#define CP4 (1 << 4)
794#define CP5 (1 << 5)
795#define CP6 (1 << 6)
796#define CP7 (1 << 7)
797#define CP8 (1 << 8)
798#define CP9 (1 << 9)
799#define SDMA0 (1 << 10)
800#define SDMA1 (1 << 11)
801
Alex Deuchercd84a272012-07-20 17:13:13 -0400802/* 0x6b04, 0x7704, 0x10304, 0x10f04, 0x11b04, 0x12704 */
803#define LB_MEMORY_CTRL 0x6b04
804#define LB_MEMORY_SIZE(x) ((x) << 0)
805#define LB_MEMORY_CONFIG(x) ((x) << 20)
806
807#define DPG_WATERMARK_MASK_CONTROL 0x6cc8
808# define LATENCY_WATERMARK_MASK(x) ((x) << 8)
809#define DPG_PIPE_LATENCY_CONTROL 0x6ccc
810# define LATENCY_LOW_WATERMARK(x) ((x) << 0)
811# define LATENCY_HIGH_WATERMARK(x) ((x) << 16)
812
Alex Deuchera59781b2012-11-09 10:45:57 -0500813/* 0x6b24, 0x7724, 0x10324, 0x10f24, 0x11b24, 0x12724 */
814#define LB_VLINE_STATUS 0x6b24
815# define VLINE_OCCURRED (1 << 0)
816# define VLINE_ACK (1 << 4)
817# define VLINE_STAT (1 << 12)
818# define VLINE_INTERRUPT (1 << 16)
819# define VLINE_INTERRUPT_TYPE (1 << 17)
820/* 0x6b2c, 0x772c, 0x1032c, 0x10f2c, 0x11b2c, 0x1272c */
821#define LB_VBLANK_STATUS 0x6b2c
822# define VBLANK_OCCURRED (1 << 0)
823# define VBLANK_ACK (1 << 4)
824# define VBLANK_STAT (1 << 12)
825# define VBLANK_INTERRUPT (1 << 16)
826# define VBLANK_INTERRUPT_TYPE (1 << 17)
827
828/* 0x6b20, 0x7720, 0x10320, 0x10f20, 0x11b20, 0x12720 */
829#define LB_INTERRUPT_MASK 0x6b20
830# define VBLANK_INTERRUPT_MASK (1 << 0)
831# define VLINE_INTERRUPT_MASK (1 << 4)
832# define VLINE2_INTERRUPT_MASK (1 << 8)
833
834#define DISP_INTERRUPT_STATUS 0x60f4
835# define LB_D1_VLINE_INTERRUPT (1 << 2)
836# define LB_D1_VBLANK_INTERRUPT (1 << 3)
837# define DC_HPD1_INTERRUPT (1 << 17)
838# define DC_HPD1_RX_INTERRUPT (1 << 18)
839# define DACA_AUTODETECT_INTERRUPT (1 << 22)
840# define DACB_AUTODETECT_INTERRUPT (1 << 23)
841# define DC_I2C_SW_DONE_INTERRUPT (1 << 24)
842# define DC_I2C_HW_DONE_INTERRUPT (1 << 25)
843#define DISP_INTERRUPT_STATUS_CONTINUE 0x60f8
844# define LB_D2_VLINE_INTERRUPT (1 << 2)
845# define LB_D2_VBLANK_INTERRUPT (1 << 3)
846# define DC_HPD2_INTERRUPT (1 << 17)
847# define DC_HPD2_RX_INTERRUPT (1 << 18)
848# define DISP_TIMER_INTERRUPT (1 << 24)
849#define DISP_INTERRUPT_STATUS_CONTINUE2 0x60fc
850# define LB_D3_VLINE_INTERRUPT (1 << 2)
851# define LB_D3_VBLANK_INTERRUPT (1 << 3)
852# define DC_HPD3_INTERRUPT (1 << 17)
853# define DC_HPD3_RX_INTERRUPT (1 << 18)
854#define DISP_INTERRUPT_STATUS_CONTINUE3 0x6100
855# define LB_D4_VLINE_INTERRUPT (1 << 2)
856# define LB_D4_VBLANK_INTERRUPT (1 << 3)
857# define DC_HPD4_INTERRUPT (1 << 17)
858# define DC_HPD4_RX_INTERRUPT (1 << 18)
859#define DISP_INTERRUPT_STATUS_CONTINUE4 0x614c
860# define LB_D5_VLINE_INTERRUPT (1 << 2)
861# define LB_D5_VBLANK_INTERRUPT (1 << 3)
862# define DC_HPD5_INTERRUPT (1 << 17)
863# define DC_HPD5_RX_INTERRUPT (1 << 18)
864#define DISP_INTERRUPT_STATUS_CONTINUE5 0x6150
865# define LB_D6_VLINE_INTERRUPT (1 << 2)
866# define LB_D6_VBLANK_INTERRUPT (1 << 3)
867# define DC_HPD6_INTERRUPT (1 << 17)
868# define DC_HPD6_RX_INTERRUPT (1 << 18)
869#define DISP_INTERRUPT_STATUS_CONTINUE6 0x6780
870
871#define DAC_AUTODETECT_INT_CONTROL 0x67c8
872
873#define DC_HPD1_INT_STATUS 0x601c
874#define DC_HPD2_INT_STATUS 0x6028
875#define DC_HPD3_INT_STATUS 0x6034
876#define DC_HPD4_INT_STATUS 0x6040
877#define DC_HPD5_INT_STATUS 0x604c
878#define DC_HPD6_INT_STATUS 0x6058
879# define DC_HPDx_INT_STATUS (1 << 0)
880# define DC_HPDx_SENSE (1 << 1)
881# define DC_HPDx_SENSE_DELAYED (1 << 4)
882# define DC_HPDx_RX_INT_STATUS (1 << 8)
883
884#define DC_HPD1_INT_CONTROL 0x6020
885#define DC_HPD2_INT_CONTROL 0x602c
886#define DC_HPD3_INT_CONTROL 0x6038
887#define DC_HPD4_INT_CONTROL 0x6044
888#define DC_HPD5_INT_CONTROL 0x6050
889#define DC_HPD6_INT_CONTROL 0x605c
890# define DC_HPDx_INT_ACK (1 << 0)
891# define DC_HPDx_INT_POLARITY (1 << 8)
892# define DC_HPDx_INT_EN (1 << 16)
893# define DC_HPDx_RX_INT_ACK (1 << 20)
894# define DC_HPDx_RX_INT_EN (1 << 24)
895
896#define DC_HPD1_CONTROL 0x6024
897#define DC_HPD2_CONTROL 0x6030
898#define DC_HPD3_CONTROL 0x603c
899#define DC_HPD4_CONTROL 0x6048
900#define DC_HPD5_CONTROL 0x6054
901#define DC_HPD6_CONTROL 0x6060
902# define DC_HPDx_CONNECTION_TIMER(x) ((x) << 0)
903# define DC_HPDx_RX_INT_TIMER(x) ((x) << 16)
904# define DC_HPDx_EN (1 << 28)
905
Alex Deuchercc8dbbb2013-08-14 01:03:41 -0400906#define DPG_PIPE_STUTTER_CONTROL 0x6cd4
907# define STUTTER_ENABLE (1 << 0)
908
Alex Deucher134b4802013-09-23 12:22:11 -0400909/* DCE8 FMT blocks */
910#define FMT_DYNAMIC_EXP_CNTL 0x6fb4
911# define FMT_DYNAMIC_EXP_EN (1 << 0)
912# define FMT_DYNAMIC_EXP_MODE (1 << 4)
913 /* 0 = 10bit -> 12bit, 1 = 8bit -> 12bit */
914#define FMT_CONTROL 0x6fb8
915# define FMT_PIXEL_ENCODING (1 << 16)
916 /* 0 = RGB 4:4:4 or YCbCr 4:4:4, 1 = YCbCr 4:2:2 */
917#define FMT_BIT_DEPTH_CONTROL 0x6fc8
918# define FMT_TRUNCATE_EN (1 << 0)
919# define FMT_TRUNCATE_MODE (1 << 1)
920# define FMT_TRUNCATE_DEPTH(x) ((x) << 4) /* 0 - 18bpp, 1 - 24bpp, 2 - 30bpp */
921# define FMT_SPATIAL_DITHER_EN (1 << 8)
922# define FMT_SPATIAL_DITHER_MODE(x) ((x) << 9)
923# define FMT_SPATIAL_DITHER_DEPTH(x) ((x) << 11) /* 0 - 18bpp, 1 - 24bpp, 2 - 30bpp */
924# define FMT_FRAME_RANDOM_ENABLE (1 << 13)
925# define FMT_RGB_RANDOM_ENABLE (1 << 14)
926# define FMT_HIGHPASS_RANDOM_ENABLE (1 << 15)
927# define FMT_TEMPORAL_DITHER_EN (1 << 16)
928# define FMT_TEMPORAL_DITHER_DEPTH(x) ((x) << 17) /* 0 - 18bpp, 1 - 24bpp, 2 - 30bpp */
929# define FMT_TEMPORAL_DITHER_OFFSET(x) ((x) << 21)
930# define FMT_TEMPORAL_LEVEL (1 << 24)
931# define FMT_TEMPORAL_DITHER_RESET (1 << 25)
932# define FMT_25FRC_SEL(x) ((x) << 26)
933# define FMT_50FRC_SEL(x) ((x) << 28)
934# define FMT_75FRC_SEL(x) ((x) << 30)
935#define FMT_CLAMP_CONTROL 0x6fe4
936# define FMT_CLAMP_DATA_EN (1 << 0)
937# define FMT_CLAMP_COLOR_FORMAT(x) ((x) << 16)
938# define FMT_CLAMP_6BPC 0
939# define FMT_CLAMP_8BPC 1
940# define FMT_CLAMP_10BPC 2
941
Alex Deucher8cc1a532013-04-09 12:41:24 -0400942#define GRBM_CNTL 0x8000
943#define GRBM_READ_TIMEOUT(x) ((x) << 0)
944
Alex Deucher6f2043c2013-04-09 12:43:41 -0400945#define GRBM_STATUS2 0x8008
946#define ME0PIPE1_CMDFIFO_AVAIL_MASK 0x0000000F
947#define ME0PIPE1_CF_RQ_PENDING (1 << 4)
948#define ME0PIPE1_PF_RQ_PENDING (1 << 5)
949#define ME1PIPE0_RQ_PENDING (1 << 6)
950#define ME1PIPE1_RQ_PENDING (1 << 7)
951#define ME1PIPE2_RQ_PENDING (1 << 8)
952#define ME1PIPE3_RQ_PENDING (1 << 9)
953#define ME2PIPE0_RQ_PENDING (1 << 10)
954#define ME2PIPE1_RQ_PENDING (1 << 11)
955#define ME2PIPE2_RQ_PENDING (1 << 12)
956#define ME2PIPE3_RQ_PENDING (1 << 13)
957#define RLC_RQ_PENDING (1 << 14)
958#define RLC_BUSY (1 << 24)
959#define TC_BUSY (1 << 25)
960#define CPF_BUSY (1 << 28)
961#define CPC_BUSY (1 << 29)
962#define CPG_BUSY (1 << 30)
963
964#define GRBM_STATUS 0x8010
965#define ME0PIPE0_CMDFIFO_AVAIL_MASK 0x0000000F
966#define SRBM_RQ_PENDING (1 << 5)
967#define ME0PIPE0_CF_RQ_PENDING (1 << 7)
968#define ME0PIPE0_PF_RQ_PENDING (1 << 8)
969#define GDS_DMA_RQ_PENDING (1 << 9)
970#define DB_CLEAN (1 << 12)
971#define CB_CLEAN (1 << 13)
972#define TA_BUSY (1 << 14)
973#define GDS_BUSY (1 << 15)
974#define WD_BUSY_NO_DMA (1 << 16)
975#define VGT_BUSY (1 << 17)
976#define IA_BUSY_NO_DMA (1 << 18)
977#define IA_BUSY (1 << 19)
978#define SX_BUSY (1 << 20)
979#define WD_BUSY (1 << 21)
980#define SPI_BUSY (1 << 22)
981#define BCI_BUSY (1 << 23)
982#define SC_BUSY (1 << 24)
983#define PA_BUSY (1 << 25)
984#define DB_BUSY (1 << 26)
985#define CP_COHERENCY_BUSY (1 << 28)
986#define CP_BUSY (1 << 29)
987#define CB_BUSY (1 << 30)
988#define GUI_ACTIVE (1 << 31)
989#define GRBM_STATUS_SE0 0x8014
990#define GRBM_STATUS_SE1 0x8018
991#define GRBM_STATUS_SE2 0x8038
992#define GRBM_STATUS_SE3 0x803C
993#define SE_DB_CLEAN (1 << 1)
994#define SE_CB_CLEAN (1 << 2)
995#define SE_BCI_BUSY (1 << 22)
996#define SE_VGT_BUSY (1 << 23)
997#define SE_PA_BUSY (1 << 24)
998#define SE_TA_BUSY (1 << 25)
999#define SE_SX_BUSY (1 << 26)
1000#define SE_SPI_BUSY (1 << 27)
1001#define SE_SC_BUSY (1 << 29)
1002#define SE_DB_BUSY (1 << 30)
1003#define SE_CB_BUSY (1 << 31)
1004
1005#define GRBM_SOFT_RESET 0x8020
1006#define SOFT_RESET_CP (1 << 0) /* All CP blocks */
1007#define SOFT_RESET_RLC (1 << 2) /* RLC */
1008#define SOFT_RESET_GFX (1 << 16) /* GFX */
1009#define SOFT_RESET_CPF (1 << 17) /* CP fetcher shared by gfx and compute */
1010#define SOFT_RESET_CPC (1 << 18) /* CP Compute (MEC1/2) */
1011#define SOFT_RESET_CPG (1 << 19) /* CP GFX (PFP, ME, CE) */
1012
Alex Deuchera59781b2012-11-09 10:45:57 -05001013#define GRBM_INT_CNTL 0x8060
1014# define RDERR_INT_ENABLE (1 << 0)
1015# define GUI_IDLE_INT_ENABLE (1 << 19)
1016
Alex Deucher963e81f2013-06-26 17:37:11 -04001017#define CP_CPC_STATUS 0x8210
1018#define CP_CPC_BUSY_STAT 0x8214
1019#define CP_CPC_STALLED_STAT1 0x8218
1020#define CP_CPF_STATUS 0x821c
1021#define CP_CPF_BUSY_STAT 0x8220
1022#define CP_CPF_STALLED_STAT1 0x8224
1023
Alex Deucher6f2043c2013-04-09 12:43:41 -04001024#define CP_MEC_CNTL 0x8234
1025#define MEC_ME2_HALT (1 << 28)
1026#define MEC_ME1_HALT (1 << 30)
1027
Alex Deucher841cf442012-12-18 21:47:44 -05001028#define CP_MEC_CNTL 0x8234
1029#define MEC_ME2_HALT (1 << 28)
1030#define MEC_ME1_HALT (1 << 30)
1031
Alex Deucher963e81f2013-06-26 17:37:11 -04001032#define CP_STALLED_STAT3 0x8670
1033#define CP_STALLED_STAT1 0x8674
1034#define CP_STALLED_STAT2 0x8678
1035
1036#define CP_STAT 0x8680
1037
Alex Deucher6f2043c2013-04-09 12:43:41 -04001038#define CP_ME_CNTL 0x86D8
1039#define CP_CE_HALT (1 << 24)
1040#define CP_PFP_HALT (1 << 26)
1041#define CP_ME_HALT (1 << 28)
1042
Alex Deucher841cf442012-12-18 21:47:44 -05001043#define CP_RB0_RPTR 0x8700
1044#define CP_RB_WPTR_DELAY 0x8704
Alex Deucher22c775c2013-07-23 09:41:05 -04001045#define CP_RB_WPTR_POLL_CNTL 0x8708
1046#define IDLE_POLL_COUNT(x) ((x) << 16)
1047#define IDLE_POLL_COUNT_MASK (0xffff << 16)
Alex Deucher841cf442012-12-18 21:47:44 -05001048
Alex Deucher8cc1a532013-04-09 12:41:24 -04001049#define CP_MEQ_THRESHOLDS 0x8764
1050#define MEQ1_START(x) ((x) << 0)
1051#define MEQ2_START(x) ((x) << 8)
1052
1053#define VGT_VTX_VECT_EJECT_REG 0x88B0
1054
1055#define VGT_CACHE_INVALIDATION 0x88C4
1056#define CACHE_INVALIDATION(x) ((x) << 0)
1057#define VC_ONLY 0
1058#define TC_ONLY 1
1059#define VC_AND_TC 2
1060#define AUTO_INVLD_EN(x) ((x) << 6)
1061#define NO_AUTO 0
1062#define ES_AUTO 1
1063#define GS_AUTO 2
1064#define ES_AND_GS_AUTO 3
1065
1066#define VGT_GS_VERTEX_REUSE 0x88D4
1067
1068#define CC_GC_SHADER_ARRAY_CONFIG 0x89bc
1069#define INACTIVE_CUS_MASK 0xFFFF0000
1070#define INACTIVE_CUS_SHIFT 16
1071#define GC_USER_SHADER_ARRAY_CONFIG 0x89c0
1072
1073#define PA_CL_ENHANCE 0x8A14
1074#define CLIP_VTX_REORDER_ENA (1 << 0)
1075#define NUM_CLIP_SEQ(x) ((x) << 1)
1076
1077#define PA_SC_FORCE_EOV_MAX_CNTS 0x8B24
1078#define FORCE_EOV_MAX_CLK_CNT(x) ((x) << 0)
1079#define FORCE_EOV_MAX_REZ_CNT(x) ((x) << 16)
1080
1081#define PA_SC_FIFO_SIZE 0x8BCC
1082#define SC_FRONTEND_PRIM_FIFO_SIZE(x) ((x) << 0)
1083#define SC_BACKEND_PRIM_FIFO_SIZE(x) ((x) << 6)
1084#define SC_HIZ_TILE_FIFO_SIZE(x) ((x) << 15)
1085#define SC_EARLYZ_TILE_FIFO_SIZE(x) ((x) << 23)
1086
1087#define PA_SC_ENHANCE 0x8BF0
1088#define ENABLE_PA_SC_OUT_OF_ORDER (1 << 0)
1089#define DISABLE_PA_SC_GUIDANCE (1 << 13)
1090
1091#define SQ_CONFIG 0x8C00
1092
Alex Deucher1c491652013-04-09 12:45:26 -04001093#define SH_MEM_BASES 0x8C28
1094/* if PTR32, these are the bases for scratch and lds */
1095#define PRIVATE_BASE(x) ((x) << 0) /* scratch */
1096#define SHARED_BASE(x) ((x) << 16) /* LDS */
1097#define SH_MEM_APE1_BASE 0x8C2C
1098/* if PTR32, this is the base location of GPUVM */
1099#define SH_MEM_APE1_LIMIT 0x8C30
1100/* if PTR32, this is the upper limit of GPUVM */
1101#define SH_MEM_CONFIG 0x8C34
1102#define PTR32 (1 << 0)
1103#define ALIGNMENT_MODE(x) ((x) << 2)
1104#define SH_MEM_ALIGNMENT_MODE_DWORD 0
1105#define SH_MEM_ALIGNMENT_MODE_DWORD_STRICT 1
1106#define SH_MEM_ALIGNMENT_MODE_STRICT 2
1107#define SH_MEM_ALIGNMENT_MODE_UNALIGNED 3
1108#define DEFAULT_MTYPE(x) ((x) << 4)
1109#define APE1_MTYPE(x) ((x) << 7)
1110
Alex Deucher8cc1a532013-04-09 12:41:24 -04001111#define SX_DEBUG_1 0x9060
1112
1113#define SPI_CONFIG_CNTL 0x9100
1114
1115#define SPI_CONFIG_CNTL_1 0x913C
1116#define VTX_DONE_DELAY(x) ((x) << 0)
1117#define INTERP_ONE_PRIM_PER_ROW (1 << 4)
1118
1119#define TA_CNTL_AUX 0x9508
1120
1121#define DB_DEBUG 0x9830
1122#define DB_DEBUG2 0x9834
1123#define DB_DEBUG3 0x9838
1124
1125#define CC_RB_BACKEND_DISABLE 0x98F4
1126#define BACKEND_DISABLE(x) ((x) << 16)
1127#define GB_ADDR_CONFIG 0x98F8
1128#define NUM_PIPES(x) ((x) << 0)
1129#define NUM_PIPES_MASK 0x00000007
1130#define NUM_PIPES_SHIFT 0
1131#define PIPE_INTERLEAVE_SIZE(x) ((x) << 4)
1132#define PIPE_INTERLEAVE_SIZE_MASK 0x00000070
1133#define PIPE_INTERLEAVE_SIZE_SHIFT 4
1134#define NUM_SHADER_ENGINES(x) ((x) << 12)
1135#define NUM_SHADER_ENGINES_MASK 0x00003000
1136#define NUM_SHADER_ENGINES_SHIFT 12
1137#define SHADER_ENGINE_TILE_SIZE(x) ((x) << 16)
1138#define SHADER_ENGINE_TILE_SIZE_MASK 0x00070000
1139#define SHADER_ENGINE_TILE_SIZE_SHIFT 16
1140#define ROW_SIZE(x) ((x) << 28)
1141#define ROW_SIZE_MASK 0x30000000
1142#define ROW_SIZE_SHIFT 28
1143
1144#define GB_TILE_MODE0 0x9910
1145# define ARRAY_MODE(x) ((x) << 2)
1146# define ARRAY_LINEAR_GENERAL 0
1147# define ARRAY_LINEAR_ALIGNED 1
1148# define ARRAY_1D_TILED_THIN1 2
1149# define ARRAY_2D_TILED_THIN1 4
1150# define ARRAY_PRT_TILED_THIN1 5
1151# define ARRAY_PRT_2D_TILED_THIN1 6
1152# define PIPE_CONFIG(x) ((x) << 6)
1153# define ADDR_SURF_P2 0
1154# define ADDR_SURF_P4_8x16 4
1155# define ADDR_SURF_P4_16x16 5
1156# define ADDR_SURF_P4_16x32 6
1157# define ADDR_SURF_P4_32x32 7
1158# define ADDR_SURF_P8_16x16_8x16 8
1159# define ADDR_SURF_P8_16x32_8x16 9
1160# define ADDR_SURF_P8_32x32_8x16 10
1161# define ADDR_SURF_P8_16x32_16x16 11
1162# define ADDR_SURF_P8_32x32_16x16 12
1163# define ADDR_SURF_P8_32x32_16x32 13
1164# define ADDR_SURF_P8_32x64_32x32 14
1165# define TILE_SPLIT(x) ((x) << 11)
1166# define ADDR_SURF_TILE_SPLIT_64B 0
1167# define ADDR_SURF_TILE_SPLIT_128B 1
1168# define ADDR_SURF_TILE_SPLIT_256B 2
1169# define ADDR_SURF_TILE_SPLIT_512B 3
1170# define ADDR_SURF_TILE_SPLIT_1KB 4
1171# define ADDR_SURF_TILE_SPLIT_2KB 5
1172# define ADDR_SURF_TILE_SPLIT_4KB 6
1173# define MICRO_TILE_MODE_NEW(x) ((x) << 22)
1174# define ADDR_SURF_DISPLAY_MICRO_TILING 0
1175# define ADDR_SURF_THIN_MICRO_TILING 1
1176# define ADDR_SURF_DEPTH_MICRO_TILING 2
1177# define ADDR_SURF_ROTATED_MICRO_TILING 3
1178# define SAMPLE_SPLIT(x) ((x) << 25)
1179# define ADDR_SURF_SAMPLE_SPLIT_1 0
1180# define ADDR_SURF_SAMPLE_SPLIT_2 1
1181# define ADDR_SURF_SAMPLE_SPLIT_4 2
1182# define ADDR_SURF_SAMPLE_SPLIT_8 3
1183
1184#define GB_MACROTILE_MODE0 0x9990
1185# define BANK_WIDTH(x) ((x) << 0)
1186# define ADDR_SURF_BANK_WIDTH_1 0
1187# define ADDR_SURF_BANK_WIDTH_2 1
1188# define ADDR_SURF_BANK_WIDTH_4 2
1189# define ADDR_SURF_BANK_WIDTH_8 3
1190# define BANK_HEIGHT(x) ((x) << 2)
1191# define ADDR_SURF_BANK_HEIGHT_1 0
1192# define ADDR_SURF_BANK_HEIGHT_2 1
1193# define ADDR_SURF_BANK_HEIGHT_4 2
1194# define ADDR_SURF_BANK_HEIGHT_8 3
1195# define MACRO_TILE_ASPECT(x) ((x) << 4)
1196# define ADDR_SURF_MACRO_ASPECT_1 0
1197# define ADDR_SURF_MACRO_ASPECT_2 1
1198# define ADDR_SURF_MACRO_ASPECT_4 2
1199# define ADDR_SURF_MACRO_ASPECT_8 3
1200# define NUM_BANKS(x) ((x) << 6)
1201# define ADDR_SURF_2_BANK 0
1202# define ADDR_SURF_4_BANK 1
1203# define ADDR_SURF_8_BANK 2
1204# define ADDR_SURF_16_BANK 3
1205
1206#define CB_HW_CONTROL 0x9A10
1207
1208#define GC_USER_RB_BACKEND_DISABLE 0x9B7C
1209#define BACKEND_DISABLE_MASK 0x00FF0000
1210#define BACKEND_DISABLE_SHIFT 16
1211
1212#define TCP_CHAN_STEER_LO 0xac0c
1213#define TCP_CHAN_STEER_HI 0xac10
1214
Alex Deucher1c491652013-04-09 12:45:26 -04001215#define TC_CFG_L1_LOAD_POLICY0 0xAC68
1216#define TC_CFG_L1_LOAD_POLICY1 0xAC6C
1217#define TC_CFG_L1_STORE_POLICY 0xAC70
1218#define TC_CFG_L2_LOAD_POLICY0 0xAC74
1219#define TC_CFG_L2_LOAD_POLICY1 0xAC78
1220#define TC_CFG_L2_STORE_POLICY0 0xAC7C
1221#define TC_CFG_L2_STORE_POLICY1 0xAC80
1222#define TC_CFG_L2_ATOMIC_POLICY 0xAC84
1223#define TC_CFG_L1_VOLATILE 0xAC88
1224#define TC_CFG_L2_VOLATILE 0xAC8C
1225
Alex Deucher841cf442012-12-18 21:47:44 -05001226#define CP_RB0_BASE 0xC100
1227#define CP_RB0_CNTL 0xC104
1228#define RB_BUFSZ(x) ((x) << 0)
1229#define RB_BLKSZ(x) ((x) << 8)
1230#define BUF_SWAP_32BIT (2 << 16)
1231#define RB_NO_UPDATE (1 << 27)
1232#define RB_RPTR_WR_ENA (1 << 31)
1233
1234#define CP_RB0_RPTR_ADDR 0xC10C
1235#define RB_RPTR_SWAP_32BIT (2 << 0)
1236#define CP_RB0_RPTR_ADDR_HI 0xC110
1237#define CP_RB0_WPTR 0xC114
1238
1239#define CP_DEVICE_ID 0xC12C
1240#define CP_ENDIAN_SWAP 0xC140
1241#define CP_RB_VMID 0xC144
1242
1243#define CP_PFP_UCODE_ADDR 0xC150
1244#define CP_PFP_UCODE_DATA 0xC154
1245#define CP_ME_RAM_RADDR 0xC158
1246#define CP_ME_RAM_WADDR 0xC15C
1247#define CP_ME_RAM_DATA 0xC160
1248
1249#define CP_CE_UCODE_ADDR 0xC168
1250#define CP_CE_UCODE_DATA 0xC16C
1251#define CP_MEC_ME1_UCODE_ADDR 0xC170
1252#define CP_MEC_ME1_UCODE_DATA 0xC174
1253#define CP_MEC_ME2_UCODE_ADDR 0xC178
1254#define CP_MEC_ME2_UCODE_DATA 0xC17C
1255
Alex Deucherf6796ca2012-11-09 10:44:08 -05001256#define CP_INT_CNTL_RING0 0xC1A8
1257# define CNTX_BUSY_INT_ENABLE (1 << 19)
1258# define CNTX_EMPTY_INT_ENABLE (1 << 20)
1259# define PRIV_INSTR_INT_ENABLE (1 << 22)
1260# define PRIV_REG_INT_ENABLE (1 << 23)
1261# define TIME_STAMP_INT_ENABLE (1 << 26)
1262# define CP_RINGID2_INT_ENABLE (1 << 29)
1263# define CP_RINGID1_INT_ENABLE (1 << 30)
1264# define CP_RINGID0_INT_ENABLE (1 << 31)
1265
Alex Deuchera59781b2012-11-09 10:45:57 -05001266#define CP_INT_STATUS_RING0 0xC1B4
1267# define PRIV_INSTR_INT_STAT (1 << 22)
1268# define PRIV_REG_INT_STAT (1 << 23)
1269# define TIME_STAMP_INT_STAT (1 << 26)
1270# define CP_RINGID2_INT_STAT (1 << 29)
1271# define CP_RINGID1_INT_STAT (1 << 30)
1272# define CP_RINGID0_INT_STAT (1 << 31)
1273
Alex Deucher22c775c2013-07-23 09:41:05 -04001274#define CP_MEM_SLP_CNTL 0xC1E4
1275# define CP_MEM_LS_EN (1 << 0)
1276
Alex Deucher963e81f2013-06-26 17:37:11 -04001277#define CP_CPF_DEBUG 0xC200
1278
1279#define CP_PQ_WPTR_POLL_CNTL 0xC20C
1280#define WPTR_POLL_EN (1 << 31)
1281
Alex Deuchera59781b2012-11-09 10:45:57 -05001282#define CP_ME1_PIPE0_INT_CNTL 0xC214
1283#define CP_ME1_PIPE1_INT_CNTL 0xC218
1284#define CP_ME1_PIPE2_INT_CNTL 0xC21C
1285#define CP_ME1_PIPE3_INT_CNTL 0xC220
1286#define CP_ME2_PIPE0_INT_CNTL 0xC224
1287#define CP_ME2_PIPE1_INT_CNTL 0xC228
1288#define CP_ME2_PIPE2_INT_CNTL 0xC22C
1289#define CP_ME2_PIPE3_INT_CNTL 0xC230
1290# define DEQUEUE_REQUEST_INT_ENABLE (1 << 13)
1291# define WRM_POLL_TIMEOUT_INT_ENABLE (1 << 17)
1292# define PRIV_REG_INT_ENABLE (1 << 23)
1293# define TIME_STAMP_INT_ENABLE (1 << 26)
1294# define GENERIC2_INT_ENABLE (1 << 29)
1295# define GENERIC1_INT_ENABLE (1 << 30)
1296# define GENERIC0_INT_ENABLE (1 << 31)
1297#define CP_ME1_PIPE0_INT_STATUS 0xC214
1298#define CP_ME1_PIPE1_INT_STATUS 0xC218
1299#define CP_ME1_PIPE2_INT_STATUS 0xC21C
1300#define CP_ME1_PIPE3_INT_STATUS 0xC220
1301#define CP_ME2_PIPE0_INT_STATUS 0xC224
1302#define CP_ME2_PIPE1_INT_STATUS 0xC228
1303#define CP_ME2_PIPE2_INT_STATUS 0xC22C
1304#define CP_ME2_PIPE3_INT_STATUS 0xC230
1305# define DEQUEUE_REQUEST_INT_STATUS (1 << 13)
1306# define WRM_POLL_TIMEOUT_INT_STATUS (1 << 17)
1307# define PRIV_REG_INT_STATUS (1 << 23)
1308# define TIME_STAMP_INT_STATUS (1 << 26)
1309# define GENERIC2_INT_STATUS (1 << 29)
1310# define GENERIC1_INT_STATUS (1 << 30)
1311# define GENERIC0_INT_STATUS (1 << 31)
1312
Alex Deucher841cf442012-12-18 21:47:44 -05001313#define CP_MAX_CONTEXT 0xC2B8
1314
1315#define CP_RB0_BASE_HI 0xC2C4
1316
Alex Deucherf6796ca2012-11-09 10:44:08 -05001317#define RLC_CNTL 0xC300
1318# define RLC_ENABLE (1 << 0)
1319
1320#define RLC_MC_CNTL 0xC30C
1321
Alex Deucher22c775c2013-07-23 09:41:05 -04001322#define RLC_MEM_SLP_CNTL 0xC318
1323# define RLC_MEM_LS_EN (1 << 0)
1324
Alex Deucherf6796ca2012-11-09 10:44:08 -05001325#define RLC_LB_CNTR_MAX 0xC348
1326
1327#define RLC_LB_CNTL 0xC364
Alex Deucher866d83d2013-04-15 17:13:29 -04001328# define LOAD_BALANCE_ENABLE (1 << 0)
Alex Deucherf6796ca2012-11-09 10:44:08 -05001329
1330#define RLC_LB_CNTR_INIT 0xC36C
1331
1332#define RLC_SAVE_AND_RESTORE_BASE 0xC374
Alex Deucher22c775c2013-07-23 09:41:05 -04001333#define RLC_DRIVER_DMA_STATUS 0xC378 /* dGPU */
1334#define RLC_CP_TABLE_RESTORE 0xC378 /* APU */
1335#define RLC_PG_DELAY_2 0xC37C
Alex Deucherf6796ca2012-11-09 10:44:08 -05001336
1337#define RLC_GPM_UCODE_ADDR 0xC388
1338#define RLC_GPM_UCODE_DATA 0xC38C
Alex Deucher44fa3462012-12-18 22:17:00 -05001339#define RLC_GPU_CLOCK_COUNT_LSB 0xC390
1340#define RLC_GPU_CLOCK_COUNT_MSB 0xC394
1341#define RLC_CAPTURE_GPU_CLOCK_COUNT 0xC398
Alex Deucherf6796ca2012-11-09 10:44:08 -05001342#define RLC_UCODE_CNTL 0xC39C
1343
Alex Deucher22c775c2013-07-23 09:41:05 -04001344#define RLC_GPM_STAT 0xC400
1345# define RLC_GPM_BUSY (1 << 0)
Alex Deuchera412fce2013-04-22 20:23:31 -04001346# define GFX_POWER_STATUS (1 << 1)
1347# define GFX_CLOCK_STATUS (1 << 2)
Alex Deucher22c775c2013-07-23 09:41:05 -04001348
1349#define RLC_PG_CNTL 0xC40C
1350# define GFX_PG_ENABLE (1 << 0)
1351# define GFX_PG_SRC (1 << 1)
1352# define DYN_PER_CU_PG_ENABLE (1 << 2)
1353# define STATIC_PER_CU_PG_ENABLE (1 << 3)
1354# define DISABLE_GDS_PG (1 << 13)
1355# define DISABLE_CP_PG (1 << 15)
1356# define SMU_CLK_SLOWDOWN_ON_PU_ENABLE (1 << 17)
1357# define SMU_CLK_SLOWDOWN_ON_PD_ENABLE (1 << 18)
1358
1359#define RLC_CGTT_MGCG_OVERRIDE 0xC420
Alex Deucherf6796ca2012-11-09 10:44:08 -05001360#define RLC_CGCG_CGLS_CTRL 0xC424
Alex Deucher22c775c2013-07-23 09:41:05 -04001361# define CGCG_EN (1 << 0)
1362# define CGLS_EN (1 << 1)
1363
1364#define RLC_PG_DELAY 0xC434
Alex Deucherf6796ca2012-11-09 10:44:08 -05001365
1366#define RLC_LB_INIT_CU_MASK 0xC43C
1367
1368#define RLC_LB_PARAMS 0xC444
1369
Alex Deucher22c775c2013-07-23 09:41:05 -04001370#define RLC_PG_AO_CU_MASK 0xC44C
1371
1372#define RLC_MAX_PG_CU 0xC450
1373# define MAX_PU_CU(x) ((x) << 0)
1374# define MAX_PU_CU_MASK (0xff << 0)
1375#define RLC_AUTO_PG_CTRL 0xC454
1376# define AUTO_PG_EN (1 << 0)
1377# define GRBM_REG_SGIT(x) ((x) << 3)
1378# define GRBM_REG_SGIT_MASK (0xffff << 3)
1379
1380#define RLC_SERDES_WR_CU_MASTER_MASK 0xC474
1381#define RLC_SERDES_WR_NONCU_MASTER_MASK 0xC478
1382#define RLC_SERDES_WR_CTRL 0xC47C
1383#define BPM_ADDR(x) ((x) << 0)
1384#define BPM_ADDR_MASK (0xff << 0)
1385#define CGLS_ENABLE (1 << 16)
1386#define CGCG_OVERRIDE_0 (1 << 20)
1387#define MGCG_OVERRIDE_0 (1 << 22)
1388#define MGCG_OVERRIDE_1 (1 << 23)
1389
Alex Deucherf6796ca2012-11-09 10:44:08 -05001390#define RLC_SERDES_CU_MASTER_BUSY 0xC484
1391#define RLC_SERDES_NONCU_MASTER_BUSY 0xC488
1392# define SE_MASTER_BUSY_MASK 0x0000ffff
1393# define GC_MASTER_BUSY (1 << 16)
1394# define TC0_MASTER_BUSY (1 << 17)
1395# define TC1_MASTER_BUSY (1 << 18)
1396
1397#define RLC_GPM_SCRATCH_ADDR 0xC4B0
1398#define RLC_GPM_SCRATCH_DATA 0xC4B4
1399
Alex Deuchera412fce2013-04-22 20:23:31 -04001400#define RLC_GPR_REG2 0xC4E8
1401#define REQ 0x00000001
1402#define MESSAGE(x) ((x) << 1)
1403#define MESSAGE_MASK 0x0000001e
1404#define MSG_ENTER_RLC_SAFE_MODE 1
1405#define MSG_EXIT_RLC_SAFE_MODE 0
1406
Alex Deucher963e81f2013-06-26 17:37:11 -04001407#define CP_HPD_EOP_BASE_ADDR 0xC904
1408#define CP_HPD_EOP_BASE_ADDR_HI 0xC908
1409#define CP_HPD_EOP_VMID 0xC90C
1410#define CP_HPD_EOP_CONTROL 0xC910
1411#define EOP_SIZE(x) ((x) << 0)
1412#define EOP_SIZE_MASK (0x3f << 0)
1413#define CP_MQD_BASE_ADDR 0xC914
1414#define CP_MQD_BASE_ADDR_HI 0xC918
1415#define CP_HQD_ACTIVE 0xC91C
1416#define CP_HQD_VMID 0xC920
1417
1418#define CP_HQD_PQ_BASE 0xC934
1419#define CP_HQD_PQ_BASE_HI 0xC938
1420#define CP_HQD_PQ_RPTR 0xC93C
1421#define CP_HQD_PQ_RPTR_REPORT_ADDR 0xC940
1422#define CP_HQD_PQ_RPTR_REPORT_ADDR_HI 0xC944
1423#define CP_HQD_PQ_WPTR_POLL_ADDR 0xC948
1424#define CP_HQD_PQ_WPTR_POLL_ADDR_HI 0xC94C
1425#define CP_HQD_PQ_DOORBELL_CONTROL 0xC950
1426#define DOORBELL_OFFSET(x) ((x) << 2)
1427#define DOORBELL_OFFSET_MASK (0x1fffff << 2)
1428#define DOORBELL_SOURCE (1 << 28)
1429#define DOORBELL_SCHD_HIT (1 << 29)
1430#define DOORBELL_EN (1 << 30)
1431#define DOORBELL_HIT (1 << 31)
1432#define CP_HQD_PQ_WPTR 0xC954
1433#define CP_HQD_PQ_CONTROL 0xC958
1434#define QUEUE_SIZE(x) ((x) << 0)
1435#define QUEUE_SIZE_MASK (0x3f << 0)
1436#define RPTR_BLOCK_SIZE(x) ((x) << 8)
1437#define RPTR_BLOCK_SIZE_MASK (0x3f << 8)
1438#define PQ_VOLATILE (1 << 26)
1439#define NO_UPDATE_RPTR (1 << 27)
1440#define UNORD_DISPATCH (1 << 28)
1441#define ROQ_PQ_IB_FLIP (1 << 29)
1442#define PRIV_STATE (1 << 30)
1443#define KMD_QUEUE (1 << 31)
1444
1445#define CP_HQD_DEQUEUE_REQUEST 0xC974
1446
1447#define CP_MQD_CONTROL 0xC99C
1448#define MQD_VMID(x) ((x) << 0)
1449#define MQD_VMID_MASK (0xf << 0)
1450
Alex Deucher22c775c2013-07-23 09:41:05 -04001451#define DB_RENDER_CONTROL 0x28000
1452
Alex Deucher8cc1a532013-04-09 12:41:24 -04001453#define PA_SC_RASTER_CONFIG 0x28350
1454# define RASTER_CONFIG_RB_MAP_0 0
1455# define RASTER_CONFIG_RB_MAP_1 1
1456# define RASTER_CONFIG_RB_MAP_2 2
1457# define RASTER_CONFIG_RB_MAP_3 3
1458
Alex Deucher2cae3bc2012-07-05 11:45:40 -04001459#define VGT_EVENT_INITIATOR 0x28a90
1460# define SAMPLE_STREAMOUTSTATS1 (1 << 0)
1461# define SAMPLE_STREAMOUTSTATS2 (2 << 0)
1462# define SAMPLE_STREAMOUTSTATS3 (3 << 0)
1463# define CACHE_FLUSH_TS (4 << 0)
1464# define CACHE_FLUSH (6 << 0)
1465# define CS_PARTIAL_FLUSH (7 << 0)
1466# define VGT_STREAMOUT_RESET (10 << 0)
1467# define END_OF_PIPE_INCR_DE (11 << 0)
1468# define END_OF_PIPE_IB_END (12 << 0)
1469# define RST_PIX_CNT (13 << 0)
1470# define VS_PARTIAL_FLUSH (15 << 0)
1471# define PS_PARTIAL_FLUSH (16 << 0)
1472# define CACHE_FLUSH_AND_INV_TS_EVENT (20 << 0)
1473# define ZPASS_DONE (21 << 0)
1474# define CACHE_FLUSH_AND_INV_EVENT (22 << 0)
1475# define PERFCOUNTER_START (23 << 0)
1476# define PERFCOUNTER_STOP (24 << 0)
1477# define PIPELINESTAT_START (25 << 0)
1478# define PIPELINESTAT_STOP (26 << 0)
1479# define PERFCOUNTER_SAMPLE (27 << 0)
1480# define SAMPLE_PIPELINESTAT (30 << 0)
1481# define SO_VGT_STREAMOUT_FLUSH (31 << 0)
1482# define SAMPLE_STREAMOUTSTATS (32 << 0)
1483# define RESET_VTX_CNT (33 << 0)
1484# define VGT_FLUSH (36 << 0)
1485# define BOTTOM_OF_PIPE_TS (40 << 0)
1486# define DB_CACHE_FLUSH_AND_INV (42 << 0)
1487# define FLUSH_AND_INV_DB_DATA_TS (43 << 0)
1488# define FLUSH_AND_INV_DB_META (44 << 0)
1489# define FLUSH_AND_INV_CB_DATA_TS (45 << 0)
1490# define FLUSH_AND_INV_CB_META (46 << 0)
1491# define CS_DONE (47 << 0)
1492# define PS_DONE (48 << 0)
1493# define FLUSH_AND_INV_CB_PIXEL_DATA (49 << 0)
1494# define THREAD_TRACE_START (51 << 0)
1495# define THREAD_TRACE_STOP (52 << 0)
1496# define THREAD_TRACE_FLUSH (54 << 0)
1497# define THREAD_TRACE_FINISH (55 << 0)
1498# define PIXEL_PIPE_STAT_CONTROL (56 << 0)
1499# define PIXEL_PIPE_STAT_DUMP (57 << 0)
1500# define PIXEL_PIPE_STAT_RESET (58 << 0)
1501
Alex Deucher841cf442012-12-18 21:47:44 -05001502#define SCRATCH_REG0 0x30100
1503#define SCRATCH_REG1 0x30104
1504#define SCRATCH_REG2 0x30108
1505#define SCRATCH_REG3 0x3010C
1506#define SCRATCH_REG4 0x30110
1507#define SCRATCH_REG5 0x30114
1508#define SCRATCH_REG6 0x30118
1509#define SCRATCH_REG7 0x3011C
1510
1511#define SCRATCH_UMSK 0x30140
1512#define SCRATCH_ADDR 0x30144
1513
1514#define CP_SEM_WAIT_TIMER 0x301BC
1515
1516#define CP_SEM_INCOMPLETE_TIMER_CNTL 0x301C8
1517
Alex Deucher2cae3bc2012-07-05 11:45:40 -04001518#define CP_WAIT_REG_MEM_TIMEOUT 0x301D0
1519
Alex Deucher8cc1a532013-04-09 12:41:24 -04001520#define GRBM_GFX_INDEX 0x30800
1521#define INSTANCE_INDEX(x) ((x) << 0)
1522#define SH_INDEX(x) ((x) << 8)
1523#define SE_INDEX(x) ((x) << 16)
1524#define SH_BROADCAST_WRITES (1 << 29)
1525#define INSTANCE_BROADCAST_WRITES (1 << 30)
1526#define SE_BROADCAST_WRITES (1 << 31)
1527
1528#define VGT_ESGS_RING_SIZE 0x30900
1529#define VGT_GSVS_RING_SIZE 0x30904
1530#define VGT_PRIMITIVE_TYPE 0x30908
1531#define VGT_INDEX_TYPE 0x3090C
1532
1533#define VGT_NUM_INDICES 0x30930
1534#define VGT_NUM_INSTANCES 0x30934
1535#define VGT_TF_RING_SIZE 0x30938
1536#define VGT_HS_OFFCHIP_PARAM 0x3093C
1537#define VGT_TF_MEMORY_BASE 0x30940
1538
1539#define PA_SU_LINE_STIPPLE_VALUE 0x30a00
1540#define PA_SC_LINE_STIPPLE_STATE 0x30a04
1541
1542#define SQC_CACHES 0x30d20
1543
1544#define CP_PERFMON_CNTL 0x36020
1545
Alex Deucher22c775c2013-07-23 09:41:05 -04001546#define CGTS_SM_CTRL_REG 0x3c000
1547#define SM_MODE(x) ((x) << 17)
1548#define SM_MODE_MASK (0x7 << 17)
1549#define SM_MODE_ENABLE (1 << 20)
1550#define CGTS_OVERRIDE (1 << 21)
1551#define CGTS_LS_OVERRIDE (1 << 22)
1552#define ON_MONITOR_ADD_EN (1 << 23)
1553#define ON_MONITOR_ADD(x) ((x) << 24)
1554#define ON_MONITOR_ADD_MASK (0xff << 24)
1555
Alex Deucher8cc1a532013-04-09 12:41:24 -04001556#define CGTS_TCC_DISABLE 0x3c00c
1557#define CGTS_USER_TCC_DISABLE 0x3c010
1558#define TCC_DISABLE_MASK 0xFFFF0000
1559#define TCC_DISABLE_SHIFT 16
1560
Alex Deucherf6796ca2012-11-09 10:44:08 -05001561#define CB_CGTT_SCLK_CTRL 0x3c2a0
1562
Alex Deucher841cf442012-12-18 21:47:44 -05001563/*
1564 * PM4
1565 */
1566#define PACKET_TYPE0 0
1567#define PACKET_TYPE1 1
1568#define PACKET_TYPE2 2
1569#define PACKET_TYPE3 3
1570
1571#define CP_PACKET_GET_TYPE(h) (((h) >> 30) & 3)
1572#define CP_PACKET_GET_COUNT(h) (((h) >> 16) & 0x3FFF)
1573#define CP_PACKET0_GET_REG(h) (((h) & 0xFFFF) << 2)
1574#define CP_PACKET3_GET_OPCODE(h) (((h) >> 8) & 0xFF)
1575#define PACKET0(reg, n) ((PACKET_TYPE0 << 30) | \
1576 (((reg) >> 2) & 0xFFFF) | \
1577 ((n) & 0x3FFF) << 16)
1578#define CP_PACKET2 0x80000000
1579#define PACKET2_PAD_SHIFT 0
1580#define PACKET2_PAD_MASK (0x3fffffff << 0)
1581
1582#define PACKET2(v) (CP_PACKET2 | REG_SET(PACKET2_PAD, (v)))
1583
1584#define PACKET3(op, n) ((PACKET_TYPE3 << 30) | \
1585 (((op) & 0xFF) << 8) | \
1586 ((n) & 0x3FFF) << 16)
1587
1588#define PACKET3_COMPUTE(op, n) (PACKET3(op, n) | 1 << 1)
1589
1590/* Packet 3 types */
1591#define PACKET3_NOP 0x10
1592#define PACKET3_SET_BASE 0x11
1593#define PACKET3_BASE_INDEX(x) ((x) << 0)
1594#define CE_PARTITION_BASE 3
1595#define PACKET3_CLEAR_STATE 0x12
1596#define PACKET3_INDEX_BUFFER_SIZE 0x13
1597#define PACKET3_DISPATCH_DIRECT 0x15
1598#define PACKET3_DISPATCH_INDIRECT 0x16
1599#define PACKET3_ATOMIC_GDS 0x1D
1600#define PACKET3_ATOMIC_MEM 0x1E
1601#define PACKET3_OCCLUSION_QUERY 0x1F
1602#define PACKET3_SET_PREDICATION 0x20
1603#define PACKET3_REG_RMW 0x21
1604#define PACKET3_COND_EXEC 0x22
1605#define PACKET3_PRED_EXEC 0x23
1606#define PACKET3_DRAW_INDIRECT 0x24
1607#define PACKET3_DRAW_INDEX_INDIRECT 0x25
1608#define PACKET3_INDEX_BASE 0x26
1609#define PACKET3_DRAW_INDEX_2 0x27
1610#define PACKET3_CONTEXT_CONTROL 0x28
1611#define PACKET3_INDEX_TYPE 0x2A
1612#define PACKET3_DRAW_INDIRECT_MULTI 0x2C
1613#define PACKET3_DRAW_INDEX_AUTO 0x2D
1614#define PACKET3_NUM_INSTANCES 0x2F
1615#define PACKET3_DRAW_INDEX_MULTI_AUTO 0x30
1616#define PACKET3_INDIRECT_BUFFER_CONST 0x33
1617#define PACKET3_STRMOUT_BUFFER_UPDATE 0x34
1618#define PACKET3_DRAW_INDEX_OFFSET_2 0x35
1619#define PACKET3_DRAW_PREAMBLE 0x36
1620#define PACKET3_WRITE_DATA 0x37
Alex Deucher2cae3bc2012-07-05 11:45:40 -04001621#define WRITE_DATA_DST_SEL(x) ((x) << 8)
1622 /* 0 - register
1623 * 1 - memory (sync - via GRBM)
1624 * 2 - gl2
1625 * 3 - gds
1626 * 4 - reserved
1627 * 5 - memory (async - direct)
1628 */
1629#define WR_ONE_ADDR (1 << 16)
1630#define WR_CONFIRM (1 << 20)
1631#define WRITE_DATA_CACHE_POLICY(x) ((x) << 25)
1632 /* 0 - LRU
1633 * 1 - Stream
1634 */
1635#define WRITE_DATA_ENGINE_SEL(x) ((x) << 30)
1636 /* 0 - me
1637 * 1 - pfp
1638 * 2 - ce
1639 */
Alex Deucher841cf442012-12-18 21:47:44 -05001640#define PACKET3_DRAW_INDEX_INDIRECT_MULTI 0x38
1641#define PACKET3_MEM_SEMAPHORE 0x39
Alex Deucher2cae3bc2012-07-05 11:45:40 -04001642# define PACKET3_SEM_USE_MAILBOX (0x1 << 16)
1643# define PACKET3_SEM_SEL_SIGNAL_TYPE (0x1 << 20) /* 0 = increment, 1 = write 1 */
1644# define PACKET3_SEM_CLIENT_CODE ((x) << 24) /* 0 = CP, 1 = CB, 2 = DB */
1645# define PACKET3_SEM_SEL_SIGNAL (0x6 << 29)
1646# define PACKET3_SEM_SEL_WAIT (0x7 << 29)
Alex Deucher841cf442012-12-18 21:47:44 -05001647#define PACKET3_COPY_DW 0x3B
1648#define PACKET3_WAIT_REG_MEM 0x3C
Alex Deucher2cae3bc2012-07-05 11:45:40 -04001649#define WAIT_REG_MEM_FUNCTION(x) ((x) << 0)
1650 /* 0 - always
1651 * 1 - <
1652 * 2 - <=
1653 * 3 - ==
1654 * 4 - !=
1655 * 5 - >=
1656 * 6 - >
1657 */
1658#define WAIT_REG_MEM_MEM_SPACE(x) ((x) << 4)
1659 /* 0 - reg
1660 * 1 - mem
1661 */
1662#define WAIT_REG_MEM_OPERATION(x) ((x) << 6)
1663 /* 0 - wait_reg_mem
1664 * 1 - wr_wait_wr_reg
1665 */
1666#define WAIT_REG_MEM_ENGINE(x) ((x) << 8)
1667 /* 0 - me
1668 * 1 - pfp
1669 */
Alex Deucher841cf442012-12-18 21:47:44 -05001670#define PACKET3_INDIRECT_BUFFER 0x3F
Alex Deucher2cae3bc2012-07-05 11:45:40 -04001671#define INDIRECT_BUFFER_TCL2_VOLATILE (1 << 22)
1672#define INDIRECT_BUFFER_VALID (1 << 23)
1673#define INDIRECT_BUFFER_CACHE_POLICY(x) ((x) << 28)
1674 /* 0 - LRU
1675 * 1 - Stream
1676 * 2 - Bypass
1677 */
Alex Deucher841cf442012-12-18 21:47:44 -05001678#define PACKET3_COPY_DATA 0x40
1679#define PACKET3_PFP_SYNC_ME 0x42
1680#define PACKET3_SURFACE_SYNC 0x43
1681# define PACKET3_DEST_BASE_0_ENA (1 << 0)
1682# define PACKET3_DEST_BASE_1_ENA (1 << 1)
1683# define PACKET3_CB0_DEST_BASE_ENA (1 << 6)
1684# define PACKET3_CB1_DEST_BASE_ENA (1 << 7)
1685# define PACKET3_CB2_DEST_BASE_ENA (1 << 8)
1686# define PACKET3_CB3_DEST_BASE_ENA (1 << 9)
1687# define PACKET3_CB4_DEST_BASE_ENA (1 << 10)
1688# define PACKET3_CB5_DEST_BASE_ENA (1 << 11)
1689# define PACKET3_CB6_DEST_BASE_ENA (1 << 12)
1690# define PACKET3_CB7_DEST_BASE_ENA (1 << 13)
1691# define PACKET3_DB_DEST_BASE_ENA (1 << 14)
1692# define PACKET3_TCL1_VOL_ACTION_ENA (1 << 15)
1693# define PACKET3_TC_VOL_ACTION_ENA (1 << 16) /* L2 */
1694# define PACKET3_TC_WB_ACTION_ENA (1 << 18) /* L2 */
1695# define PACKET3_DEST_BASE_2_ENA (1 << 19)
1696# define PACKET3_DEST_BASE_3_ENA (1 << 21)
1697# define PACKET3_TCL1_ACTION_ENA (1 << 22)
1698# define PACKET3_TC_ACTION_ENA (1 << 23) /* L2 */
1699# define PACKET3_CB_ACTION_ENA (1 << 25)
1700# define PACKET3_DB_ACTION_ENA (1 << 26)
1701# define PACKET3_SH_KCACHE_ACTION_ENA (1 << 27)
1702# define PACKET3_SH_KCACHE_VOL_ACTION_ENA (1 << 28)
1703# define PACKET3_SH_ICACHE_ACTION_ENA (1 << 29)
1704#define PACKET3_COND_WRITE 0x45
1705#define PACKET3_EVENT_WRITE 0x46
1706#define EVENT_TYPE(x) ((x) << 0)
1707#define EVENT_INDEX(x) ((x) << 8)
1708 /* 0 - any non-TS event
1709 * 1 - ZPASS_DONE, PIXEL_PIPE_STAT_*
1710 * 2 - SAMPLE_PIPELINESTAT
1711 * 3 - SAMPLE_STREAMOUTSTAT*
1712 * 4 - *S_PARTIAL_FLUSH
1713 * 5 - EOP events
1714 * 6 - EOS events
1715 */
1716#define PACKET3_EVENT_WRITE_EOP 0x47
1717#define EOP_TCL1_VOL_ACTION_EN (1 << 12)
1718#define EOP_TC_VOL_ACTION_EN (1 << 13) /* L2 */
1719#define EOP_TC_WB_ACTION_EN (1 << 15) /* L2 */
1720#define EOP_TCL1_ACTION_EN (1 << 16)
1721#define EOP_TC_ACTION_EN (1 << 17) /* L2 */
Alex Deucher2cae3bc2012-07-05 11:45:40 -04001722#define EOP_CACHE_POLICY(x) ((x) << 25)
Alex Deucher841cf442012-12-18 21:47:44 -05001723 /* 0 - LRU
1724 * 1 - Stream
1725 * 2 - Bypass
1726 */
Alex Deucher2cae3bc2012-07-05 11:45:40 -04001727#define EOP_TCL2_VOLATILE (1 << 27)
Alex Deucher841cf442012-12-18 21:47:44 -05001728#define DATA_SEL(x) ((x) << 29)
1729 /* 0 - discard
1730 * 1 - send low 32bit data
1731 * 2 - send 64bit data
1732 * 3 - send 64bit GPU counter value
1733 * 4 - send 64bit sys counter value
1734 */
1735#define INT_SEL(x) ((x) << 24)
1736 /* 0 - none
1737 * 1 - interrupt only (DATA_SEL = 0)
1738 * 2 - interrupt when data write is confirmed
1739 */
1740#define DST_SEL(x) ((x) << 16)
1741 /* 0 - MC
1742 * 1 - TC/L2
1743 */
1744#define PACKET3_EVENT_WRITE_EOS 0x48
1745#define PACKET3_RELEASE_MEM 0x49
1746#define PACKET3_PREAMBLE_CNTL 0x4A
1747# define PACKET3_PREAMBLE_BEGIN_CLEAR_STATE (2 << 28)
1748# define PACKET3_PREAMBLE_END_CLEAR_STATE (3 << 28)
1749#define PACKET3_DMA_DATA 0x50
Alex Deucherc9dbd702013-10-01 16:36:51 -04001750/* 1. header
1751 * 2. CONTROL
1752 * 3. SRC_ADDR_LO or DATA [31:0]
1753 * 4. SRC_ADDR_HI [31:0]
1754 * 5. DST_ADDR_LO [31:0]
1755 * 6. DST_ADDR_HI [7:0]
1756 * 7. COMMAND [30:21] | BYTE_COUNT [20:0]
1757 */
1758/* CONTROL */
1759# define PACKET3_DMA_DATA_ENGINE(x) ((x) << 0)
1760 /* 0 - ME
1761 * 1 - PFP
1762 */
1763# define PACKET3_DMA_DATA_SRC_CACHE_POLICY(x) ((x) << 13)
1764 /* 0 - LRU
1765 * 1 - Stream
1766 * 2 - Bypass
1767 */
1768# define PACKET3_DMA_DATA_SRC_VOLATILE (1 << 15)
1769# define PACKET3_DMA_DATA_DST_SEL(x) ((x) << 20)
1770 /* 0 - DST_ADDR using DAS
1771 * 1 - GDS
1772 * 3 - DST_ADDR using L2
1773 */
1774# define PACKET3_DMA_DATA_DST_CACHE_POLICY(x) ((x) << 25)
1775 /* 0 - LRU
1776 * 1 - Stream
1777 * 2 - Bypass
1778 */
1779# define PACKET3_DMA_DATA_DST_VOLATILE (1 << 27)
1780# define PACKET3_DMA_DATA_SRC_SEL(x) ((x) << 29)
1781 /* 0 - SRC_ADDR using SAS
1782 * 1 - GDS
1783 * 2 - DATA
1784 * 3 - SRC_ADDR using L2
1785 */
1786# define PACKET3_DMA_DATA_CP_SYNC (1 << 31)
1787/* COMMAND */
1788# define PACKET3_DMA_DATA_DIS_WC (1 << 21)
1789# define PACKET3_DMA_DATA_CMD_SRC_SWAP(x) ((x) << 22)
1790 /* 0 - none
1791 * 1 - 8 in 16
1792 * 2 - 8 in 32
1793 * 3 - 8 in 64
1794 */
1795# define PACKET3_DMA_DATA_CMD_DST_SWAP(x) ((x) << 24)
1796 /* 0 - none
1797 * 1 - 8 in 16
1798 * 2 - 8 in 32
1799 * 3 - 8 in 64
1800 */
1801# define PACKET3_DMA_DATA_CMD_SAS (1 << 26)
1802 /* 0 - memory
1803 * 1 - register
1804 */
1805# define PACKET3_DMA_DATA_CMD_DAS (1 << 27)
1806 /* 0 - memory
1807 * 1 - register
1808 */
1809# define PACKET3_DMA_DATA_CMD_SAIC (1 << 28)
1810# define PACKET3_DMA_DATA_CMD_DAIC (1 << 29)
1811# define PACKET3_DMA_DATA_CMD_RAW_WAIT (1 << 30)
Alex Deucher841cf442012-12-18 21:47:44 -05001812#define PACKET3_AQUIRE_MEM 0x58
1813#define PACKET3_REWIND 0x59
1814#define PACKET3_LOAD_UCONFIG_REG 0x5E
1815#define PACKET3_LOAD_SH_REG 0x5F
1816#define PACKET3_LOAD_CONFIG_REG 0x60
1817#define PACKET3_LOAD_CONTEXT_REG 0x61
1818#define PACKET3_SET_CONFIG_REG 0x68
1819#define PACKET3_SET_CONFIG_REG_START 0x00008000
1820#define PACKET3_SET_CONFIG_REG_END 0x0000b000
1821#define PACKET3_SET_CONTEXT_REG 0x69
1822#define PACKET3_SET_CONTEXT_REG_START 0x00028000
1823#define PACKET3_SET_CONTEXT_REG_END 0x00029000
1824#define PACKET3_SET_CONTEXT_REG_INDIRECT 0x73
1825#define PACKET3_SET_SH_REG 0x76
1826#define PACKET3_SET_SH_REG_START 0x0000b000
1827#define PACKET3_SET_SH_REG_END 0x0000c000
1828#define PACKET3_SET_SH_REG_OFFSET 0x77
1829#define PACKET3_SET_QUEUE_REG 0x78
1830#define PACKET3_SET_UCONFIG_REG 0x79
Alex Deucher2cae3bc2012-07-05 11:45:40 -04001831#define PACKET3_SET_UCONFIG_REG_START 0x00030000
1832#define PACKET3_SET_UCONFIG_REG_END 0x00031000
Alex Deucher841cf442012-12-18 21:47:44 -05001833#define PACKET3_SCRATCH_RAM_WRITE 0x7D
1834#define PACKET3_SCRATCH_RAM_READ 0x7E
1835#define PACKET3_LOAD_CONST_RAM 0x80
1836#define PACKET3_WRITE_CONST_RAM 0x81
1837#define PACKET3_DUMP_CONST_RAM 0x83
1838#define PACKET3_INCREMENT_CE_COUNTER 0x84
1839#define PACKET3_INCREMENT_DE_COUNTER 0x85
1840#define PACKET3_WAIT_ON_CE_COUNTER 0x86
1841#define PACKET3_WAIT_ON_DE_COUNTER_DIFF 0x88
Alex Deucher2cae3bc2012-07-05 11:45:40 -04001842#define PACKET3_SWITCH_BUFFER 0x8B
Alex Deucher841cf442012-12-18 21:47:44 -05001843
Alex Deucher21a93e12013-04-09 12:47:11 -04001844/* SDMA - first instance at 0xd000, second at 0xd800 */
1845#define SDMA0_REGISTER_OFFSET 0x0 /* not a register */
1846#define SDMA1_REGISTER_OFFSET 0x800 /* not a register */
1847
1848#define SDMA0_UCODE_ADDR 0xD000
1849#define SDMA0_UCODE_DATA 0xD004
Alex Deucher22c775c2013-07-23 09:41:05 -04001850#define SDMA0_POWER_CNTL 0xD008
1851#define SDMA0_CLK_CTRL 0xD00C
Alex Deucher21a93e12013-04-09 12:47:11 -04001852
1853#define SDMA0_CNTL 0xD010
1854# define TRAP_ENABLE (1 << 0)
1855# define SEM_INCOMPLETE_INT_ENABLE (1 << 1)
1856# define SEM_WAIT_INT_ENABLE (1 << 2)
1857# define DATA_SWAP_ENABLE (1 << 3)
1858# define FENCE_SWAP_ENABLE (1 << 4)
1859# define AUTO_CTXSW_ENABLE (1 << 18)
1860# define CTXEMPTY_INT_ENABLE (1 << 28)
1861
1862#define SDMA0_TILING_CONFIG 0xD018
1863
1864#define SDMA0_SEM_INCOMPLETE_TIMER_CNTL 0xD020
1865#define SDMA0_SEM_WAIT_FAIL_TIMER_CNTL 0xD024
1866
1867#define SDMA0_STATUS_REG 0xd034
1868# define SDMA_IDLE (1 << 0)
1869
1870#define SDMA0_ME_CNTL 0xD048
1871# define SDMA_HALT (1 << 0)
1872
1873#define SDMA0_GFX_RB_CNTL 0xD200
1874# define SDMA_RB_ENABLE (1 << 0)
1875# define SDMA_RB_SIZE(x) ((x) << 1) /* log2 */
1876# define SDMA_RB_SWAP_ENABLE (1 << 9) /* 8IN32 */
1877# define SDMA_RPTR_WRITEBACK_ENABLE (1 << 12)
1878# define SDMA_RPTR_WRITEBACK_SWAP_ENABLE (1 << 13) /* 8IN32 */
1879# define SDMA_RPTR_WRITEBACK_TIMER(x) ((x) << 16) /* log2 */
1880#define SDMA0_GFX_RB_BASE 0xD204
1881#define SDMA0_GFX_RB_BASE_HI 0xD208
1882#define SDMA0_GFX_RB_RPTR 0xD20C
1883#define SDMA0_GFX_RB_WPTR 0xD210
1884
1885#define SDMA0_GFX_RB_RPTR_ADDR_HI 0xD220
1886#define SDMA0_GFX_RB_RPTR_ADDR_LO 0xD224
1887#define SDMA0_GFX_IB_CNTL 0xD228
1888# define SDMA_IB_ENABLE (1 << 0)
1889# define SDMA_IB_SWAP_ENABLE (1 << 4)
1890# define SDMA_SWITCH_INSIDE_IB (1 << 8)
1891# define SDMA_CMD_VMID(x) ((x) << 16)
1892
1893#define SDMA0_GFX_VIRTUAL_ADDR 0xD29C
1894#define SDMA0_GFX_APE1_CNTL 0xD2A0
1895
1896#define SDMA_PACKET(op, sub_op, e) ((((e) & 0xFFFF) << 16) | \
1897 (((sub_op) & 0xFF) << 8) | \
1898 (((op) & 0xFF) << 0))
1899/* sDMA opcodes */
1900#define SDMA_OPCODE_NOP 0
1901#define SDMA_OPCODE_COPY 1
1902# define SDMA_COPY_SUB_OPCODE_LINEAR 0
1903# define SDMA_COPY_SUB_OPCODE_TILED 1
1904# define SDMA_COPY_SUB_OPCODE_SOA 3
1905# define SDMA_COPY_SUB_OPCODE_LINEAR_SUB_WINDOW 4
1906# define SDMA_COPY_SUB_OPCODE_TILED_SUB_WINDOW 5
1907# define SDMA_COPY_SUB_OPCODE_T2T_SUB_WINDOW 6
1908#define SDMA_OPCODE_WRITE 2
1909# define SDMA_WRITE_SUB_OPCODE_LINEAR 0
1910# define SDMA_WRTIE_SUB_OPCODE_TILED 1
1911#define SDMA_OPCODE_INDIRECT_BUFFER 4
1912#define SDMA_OPCODE_FENCE 5
1913#define SDMA_OPCODE_TRAP 6
1914#define SDMA_OPCODE_SEMAPHORE 7
1915# define SDMA_SEMAPHORE_EXTRA_O (1 << 13)
1916 /* 0 - increment
1917 * 1 - write 1
1918 */
1919# define SDMA_SEMAPHORE_EXTRA_S (1 << 14)
1920 /* 0 - wait
1921 * 1 - signal
1922 */
1923# define SDMA_SEMAPHORE_EXTRA_M (1 << 15)
1924 /* mailbox */
1925#define SDMA_OPCODE_POLL_REG_MEM 8
1926# define SDMA_POLL_REG_MEM_EXTRA_OP(x) ((x) << 10)
1927 /* 0 - wait_reg_mem
1928 * 1 - wr_wait_wr_reg
1929 */
1930# define SDMA_POLL_REG_MEM_EXTRA_FUNC(x) ((x) << 12)
1931 /* 0 - always
1932 * 1 - <
1933 * 2 - <=
1934 * 3 - ==
1935 * 4 - !=
1936 * 5 - >=
1937 * 6 - >
1938 */
1939# define SDMA_POLL_REG_MEM_EXTRA_M (1 << 15)
1940 /* 0 = register
1941 * 1 = memory
1942 */
1943#define SDMA_OPCODE_COND_EXEC 9
1944#define SDMA_OPCODE_CONSTANT_FILL 11
1945# define SDMA_CONSTANT_FILL_EXTRA_SIZE(x) ((x) << 14)
1946 /* 0 = byte fill
1947 * 2 = DW fill
1948 */
1949#define SDMA_OPCODE_GENERATE_PTE_PDE 12
1950#define SDMA_OPCODE_TIMESTAMP 13
1951# define SDMA_TIMESTAMP_SUB_OPCODE_SET_LOCAL 0
1952# define SDMA_TIMESTAMP_SUB_OPCODE_GET_LOCAL 1
1953# define SDMA_TIMESTAMP_SUB_OPCODE_GET_GLOBAL 2
1954#define SDMA_OPCODE_SRBM_WRITE 14
1955# define SDMA_SRBM_WRITE_EXTRA_BYTE_ENABLE(x) ((x) << 12)
1956 /* byte mask */
1957
Christian König87167bb2013-04-09 13:39:21 -04001958/* UVD */
1959
1960#define UVD_UDEC_ADDR_CONFIG 0xef4c
1961#define UVD_UDEC_DB_ADDR_CONFIG 0xef50
1962#define UVD_UDEC_DBW_ADDR_CONFIG 0xef54
1963
1964#define UVD_LMI_EXT40_ADDR 0xf498
1965#define UVD_LMI_ADDR_EXT 0xf594
1966#define UVD_VCPU_CACHE_OFFSET0 0xf608
1967#define UVD_VCPU_CACHE_SIZE0 0xf60c
1968#define UVD_VCPU_CACHE_OFFSET1 0xf610
1969#define UVD_VCPU_CACHE_SIZE1 0xf614
1970#define UVD_VCPU_CACHE_OFFSET2 0xf618
1971#define UVD_VCPU_CACHE_SIZE2 0xf61c
1972
1973#define UVD_RBC_RB_RPTR 0xf690
1974#define UVD_RBC_RB_WPTR 0xf694
1975
Alex Deucher22c775c2013-07-23 09:41:05 -04001976#define UVD_CGC_CTRL 0xF4B0
1977# define DCM (1 << 0)
1978# define CG_DT(x) ((x) << 2)
1979# define CG_DT_MASK (0xf << 2)
1980# define CLK_OD(x) ((x) << 6)
1981# define CLK_OD_MASK (0x1f << 6)
1982
Christian König87167bb2013-04-09 13:39:21 -04001983/* UVD clocks */
1984
1985#define CG_DCLK_CNTL 0xC050009C
1986# define DCLK_DIVIDER_MASK 0x7f
1987# define DCLK_DIR_CNTL_EN (1 << 8)
1988#define CG_DCLK_STATUS 0xC05000A0
1989# define DCLK_STATUS (1 << 0)
1990#define CG_VCLK_CNTL 0xC05000A4
1991#define CG_VCLK_STATUS 0xC05000A8
1992
Alex Deucher22c775c2013-07-23 09:41:05 -04001993/* UVD CTX indirect */
1994#define UVD_CGC_MEM_CTRL 0xC0
1995
Alex Deucher8cc1a532013-04-09 12:41:24 -04001996#endif