blob: 4742f3db4aa68f31e69b00e1f5c507896fe7c6df [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 Deucher2c679122013-04-09 13:32:18 -040031/* SMC IND registers */
32#define GENERAL_PWRMGT 0xC0200000
33# define GPU_COUNTER_CLK (1 << 15)
34
Alex Deucher7235711a42013-04-04 13:58:09 -040035#define MPLL_BYPASSCLK_SEL 0xC050019C
36# define MPLL_CLKOUT_SEL(x) ((x) << 8)
37# define MPLL_CLKOUT_SEL_MASK 0xFF00
Alex Deucher2c679122013-04-09 13:32:18 -040038#define CG_CLKPIN_CNTL 0xC05001A0
39# define XTALIN_DIVIDE (1 << 1)
Alex Deucher7235711a42013-04-04 13:58:09 -040040# define BCLK_AS_XCLK (1 << 2)
41#define CG_CLKPIN_CNTL_2 0xC05001A4
42# define FORCE_BIF_REFCLK_EN (1 << 3)
43# define MUX_TCLK_TO_XCLK (1 << 8)
44#define THM_CLK_CNTL 0xC05001A8
45# define CMON_CLK_SEL(x) ((x) << 0)
46# define CMON_CLK_SEL_MASK 0xFF
47# define TMON_CLK_SEL(x) ((x) << 8)
48# define TMON_CLK_SEL_MASK 0xFF00
49#define MISC_CLK_CTRL 0xC05001AC
50# define DEEP_SLEEP_CLK_SEL(x) ((x) << 0)
51# define DEEP_SLEEP_CLK_SEL_MASK 0xFF
52# define ZCLK_SEL(x) ((x) << 8)
53# define ZCLK_SEL_MASK 0xFF00
Alex Deucher2c679122013-04-09 13:32:18 -040054
Alex Deucher8a7cd272013-08-06 11:29:39 -040055/* PCIE registers idx/data 0x38/0x3c */
Alex Deucher7235711a42013-04-04 13:58:09 -040056#define PB0_PIF_PWRDOWN_0 0x1100012 /* PCIE */
57# define PLL_POWER_STATE_IN_TXS2_0(x) ((x) << 7)
58# define PLL_POWER_STATE_IN_TXS2_0_MASK (0x7 << 7)
59# define PLL_POWER_STATE_IN_TXS2_0_SHIFT 7
60# define PLL_POWER_STATE_IN_OFF_0(x) ((x) << 10)
61# define PLL_POWER_STATE_IN_OFF_0_MASK (0x7 << 10)
62# define PLL_POWER_STATE_IN_OFF_0_SHIFT 10
63# define PLL_RAMP_UP_TIME_0(x) ((x) << 24)
64# define PLL_RAMP_UP_TIME_0_MASK (0x7 << 24)
65# define PLL_RAMP_UP_TIME_0_SHIFT 24
66#define PB0_PIF_PWRDOWN_1 0x1100013 /* PCIE */
67# define PLL_POWER_STATE_IN_TXS2_1(x) ((x) << 7)
68# define PLL_POWER_STATE_IN_TXS2_1_MASK (0x7 << 7)
69# define PLL_POWER_STATE_IN_TXS2_1_SHIFT 7
70# define PLL_POWER_STATE_IN_OFF_1(x) ((x) << 10)
71# define PLL_POWER_STATE_IN_OFF_1_MASK (0x7 << 10)
72# define PLL_POWER_STATE_IN_OFF_1_SHIFT 10
73# define PLL_RAMP_UP_TIME_1(x) ((x) << 24)
74# define PLL_RAMP_UP_TIME_1_MASK (0x7 << 24)
75# define PLL_RAMP_UP_TIME_1_SHIFT 24
76
77#define PCIE_CNTL2 0x1001001c /* PCIE */
78# define SLV_MEM_LS_EN (1 << 16)
79# define MST_MEM_LS_EN (1 << 18)
80# define REPLAY_MEM_LS_EN (1 << 19)
81
Alex Deucher8a7cd272013-08-06 11:29:39 -040082#define PCIE_LC_STATUS1 0x1400028 /* PCIE */
83# define LC_REVERSE_RCVR (1 << 0)
84# define LC_REVERSE_XMIT (1 << 1)
85# define LC_OPERATING_LINK_WIDTH_MASK (0x7 << 2)
86# define LC_OPERATING_LINK_WIDTH_SHIFT 2
87# define LC_DETECTED_LINK_WIDTH_MASK (0x7 << 5)
88# define LC_DETECTED_LINK_WIDTH_SHIFT 5
89
Alex Deucher7235711a42013-04-04 13:58:09 -040090#define PCIE_P_CNTL 0x1400040 /* PCIE */
91# define P_IGNORE_EDB_ERR (1 << 6)
92
93#define PB1_PIF_PWRDOWN_0 0x2100012 /* PCIE */
94#define PB1_PIF_PWRDOWN_1 0x2100013 /* PCIE */
95
96#define PCIE_LC_CNTL 0x100100A0 /* PCIE */
97# define LC_L0S_INACTIVITY(x) ((x) << 8)
98# define LC_L0S_INACTIVITY_MASK (0xf << 8)
99# define LC_L0S_INACTIVITY_SHIFT 8
100# define LC_L1_INACTIVITY(x) ((x) << 12)
101# define LC_L1_INACTIVITY_MASK (0xf << 12)
102# define LC_L1_INACTIVITY_SHIFT 12
103# define LC_PMI_TO_L1_DIS (1 << 16)
104# define LC_ASPM_TO_L1_DIS (1 << 24)
105
Alex Deucher8a7cd272013-08-06 11:29:39 -0400106#define PCIE_LC_LINK_WIDTH_CNTL 0x100100A2 /* PCIE */
107# define LC_LINK_WIDTH_SHIFT 0
108# define LC_LINK_WIDTH_MASK 0x7
109# define LC_LINK_WIDTH_X0 0
110# define LC_LINK_WIDTH_X1 1
111# define LC_LINK_WIDTH_X2 2
112# define LC_LINK_WIDTH_X4 3
113# define LC_LINK_WIDTH_X8 4
114# define LC_LINK_WIDTH_X16 6
115# define LC_LINK_WIDTH_RD_SHIFT 4
116# define LC_LINK_WIDTH_RD_MASK 0x70
117# define LC_RECONFIG_ARC_MISSING_ESCAPE (1 << 7)
118# define LC_RECONFIG_NOW (1 << 8)
119# define LC_RENEGOTIATION_SUPPORT (1 << 9)
120# define LC_RENEGOTIATE_EN (1 << 10)
121# define LC_SHORT_RECONFIG_EN (1 << 11)
122# define LC_UPCONFIGURE_SUPPORT (1 << 12)
123# define LC_UPCONFIGURE_DIS (1 << 13)
124# define LC_DYN_LANES_PWR_STATE(x) ((x) << 21)
125# define LC_DYN_LANES_PWR_STATE_MASK (0x3 << 21)
126# define LC_DYN_LANES_PWR_STATE_SHIFT 21
Alex Deucher7235711a42013-04-04 13:58:09 -0400127#define PCIE_LC_N_FTS_CNTL 0x100100a3 /* PCIE */
128# define LC_XMIT_N_FTS(x) ((x) << 0)
129# define LC_XMIT_N_FTS_MASK (0xff << 0)
130# define LC_XMIT_N_FTS_SHIFT 0
131# define LC_XMIT_N_FTS_OVERRIDE_EN (1 << 8)
132# define LC_N_FTS_MASK (0xff << 24)
Alex Deucher8a7cd272013-08-06 11:29:39 -0400133#define PCIE_LC_SPEED_CNTL 0x100100A4 /* PCIE */
134# define LC_GEN2_EN_STRAP (1 << 0)
135# define LC_GEN3_EN_STRAP (1 << 1)
136# define LC_TARGET_LINK_SPEED_OVERRIDE_EN (1 << 2)
137# define LC_TARGET_LINK_SPEED_OVERRIDE_MASK (0x3 << 3)
138# define LC_TARGET_LINK_SPEED_OVERRIDE_SHIFT 3
139# define LC_FORCE_EN_SW_SPEED_CHANGE (1 << 5)
140# define LC_FORCE_DIS_SW_SPEED_CHANGE (1 << 6)
141# define LC_FORCE_EN_HW_SPEED_CHANGE (1 << 7)
142# define LC_FORCE_DIS_HW_SPEED_CHANGE (1 << 8)
143# define LC_INITIATE_LINK_SPEED_CHANGE (1 << 9)
144# define LC_SPEED_CHANGE_ATTEMPTS_ALLOWED_MASK (0x3 << 10)
145# define LC_SPEED_CHANGE_ATTEMPTS_ALLOWED_SHIFT 10
146# define LC_CURRENT_DATA_RATE_MASK (0x3 << 13) /* 0/1/2 = gen1/2/3 */
147# define LC_CURRENT_DATA_RATE_SHIFT 13
148# define LC_CLR_FAILED_SPD_CHANGE_CNT (1 << 16)
149# define LC_OTHER_SIDE_EVER_SENT_GEN2 (1 << 18)
150# define LC_OTHER_SIDE_SUPPORTS_GEN2 (1 << 19)
151# define LC_OTHER_SIDE_EVER_SENT_GEN3 (1 << 20)
152# define LC_OTHER_SIDE_SUPPORTS_GEN3 (1 << 21)
153
Alex Deucher7235711a42013-04-04 13:58:09 -0400154#define PCIE_LC_CNTL2 0x100100B1 /* PCIE */
155# define LC_ALLOW_PDWN_IN_L1 (1 << 17)
156# define LC_ALLOW_PDWN_IN_L23 (1 << 18)
157
158#define PCIE_LC_CNTL3 0x100100B5 /* PCIE */
159# define LC_GO_TO_RECOVERY (1 << 30)
Alex Deucher8a7cd272013-08-06 11:29:39 -0400160#define PCIE_LC_CNTL4 0x100100B6 /* PCIE */
161# define LC_REDO_EQ (1 << 5)
162# define LC_SET_QUIESCE (1 << 13)
163
164/* direct registers */
Alex Deucher6e2c3c02013-04-03 19:28:32 -0400165#define PCIE_INDEX 0x38
166#define PCIE_DATA 0x3C
167
Alex Deucher1c491652013-04-09 12:45:26 -0400168#define VGA_HDP_CONTROL 0x328
169#define VGA_MEMORY_DISABLE (1 << 4)
170
Alex Deucher8cc1a532013-04-09 12:41:24 -0400171#define DMIF_ADDR_CALC 0xC00
172
Alex Deucher1c491652013-04-09 12:45:26 -0400173#define SRBM_GFX_CNTL 0xE44
174#define PIPEID(x) ((x) << 0)
175#define MEID(x) ((x) << 2)
176#define VMID(x) ((x) << 4)
177#define QUEUEID(x) ((x) << 8)
178
Alex Deucher6f2043c2013-04-09 12:43:41 -0400179#define SRBM_STATUS2 0xE4C
Alex Deuchercc066712013-04-09 12:59:51 -0400180#define SDMA_BUSY (1 << 5)
181#define SDMA1_BUSY (1 << 6)
Alex Deucher6f2043c2013-04-09 12:43:41 -0400182#define SRBM_STATUS 0xE50
Alex Deuchercc066712013-04-09 12:59:51 -0400183#define UVD_RQ_PENDING (1 << 1)
184#define GRBM_RQ_PENDING (1 << 5)
185#define VMC_BUSY (1 << 8)
186#define MCB_BUSY (1 << 9)
187#define MCB_NON_DISPLAY_BUSY (1 << 10)
188#define MCC_BUSY (1 << 11)
189#define MCD_BUSY (1 << 12)
190#define SEM_BUSY (1 << 14)
191#define IH_BUSY (1 << 17)
192#define UVD_BUSY (1 << 19)
Alex Deucher6f2043c2013-04-09 12:43:41 -0400193
Alex Deucher21a93e12013-04-09 12:47:11 -0400194#define SRBM_SOFT_RESET 0xE60
195#define SOFT_RESET_BIF (1 << 1)
196#define SOFT_RESET_R0PLL (1 << 4)
197#define SOFT_RESET_DC (1 << 5)
198#define SOFT_RESET_SDMA1 (1 << 6)
199#define SOFT_RESET_GRBM (1 << 8)
200#define SOFT_RESET_HDP (1 << 9)
201#define SOFT_RESET_IH (1 << 10)
202#define SOFT_RESET_MC (1 << 11)
203#define SOFT_RESET_ROM (1 << 14)
204#define SOFT_RESET_SEM (1 << 15)
205#define SOFT_RESET_VMC (1 << 17)
206#define SOFT_RESET_SDMA (1 << 20)
207#define SOFT_RESET_TST (1 << 21)
208#define SOFT_RESET_REGBB (1 << 22)
209#define SOFT_RESET_ORB (1 << 23)
210#define SOFT_RESET_VCE (1 << 24)
211
Alex Deucher1c491652013-04-09 12:45:26 -0400212#define VM_L2_CNTL 0x1400
213#define ENABLE_L2_CACHE (1 << 0)
214#define ENABLE_L2_FRAGMENT_PROCESSING (1 << 1)
215#define L2_CACHE_PTE_ENDIAN_SWAP_MODE(x) ((x) << 2)
216#define L2_CACHE_PDE_ENDIAN_SWAP_MODE(x) ((x) << 4)
217#define ENABLE_L2_PTE_CACHE_LRU_UPDATE_BY_WRITE (1 << 9)
218#define ENABLE_L2_PDE0_CACHE_LRU_UPDATE_BY_WRITE (1 << 10)
219#define EFFECTIVE_L2_QUEUE_SIZE(x) (((x) & 7) << 15)
220#define CONTEXT1_IDENTITY_ACCESS_MODE(x) (((x) & 3) << 19)
221#define VM_L2_CNTL2 0x1404
222#define INVALIDATE_ALL_L1_TLBS (1 << 0)
223#define INVALIDATE_L2_CACHE (1 << 1)
224#define INVALIDATE_CACHE_MODE(x) ((x) << 26)
225#define INVALIDATE_PTE_AND_PDE_CACHES 0
226#define INVALIDATE_ONLY_PTE_CACHES 1
227#define INVALIDATE_ONLY_PDE_CACHES 2
228#define VM_L2_CNTL3 0x1408
229#define BANK_SELECT(x) ((x) << 0)
230#define L2_CACHE_UPDATE_MODE(x) ((x) << 6)
231#define L2_CACHE_BIGK_FRAGMENT_SIZE(x) ((x) << 15)
232#define L2_CACHE_BIGK_ASSOCIATIVITY (1 << 20)
233#define VM_L2_STATUS 0x140C
234#define L2_BUSY (1 << 0)
235#define VM_CONTEXT0_CNTL 0x1410
236#define ENABLE_CONTEXT (1 << 0)
237#define PAGE_TABLE_DEPTH(x) (((x) & 3) << 1)
Alex Deuchera00024b2012-09-18 16:06:01 -0400238#define RANGE_PROTECTION_FAULT_ENABLE_INTERRUPT (1 << 3)
Alex Deucher1c491652013-04-09 12:45:26 -0400239#define RANGE_PROTECTION_FAULT_ENABLE_DEFAULT (1 << 4)
Alex Deuchera00024b2012-09-18 16:06:01 -0400240#define DUMMY_PAGE_PROTECTION_FAULT_ENABLE_INTERRUPT (1 << 6)
241#define DUMMY_PAGE_PROTECTION_FAULT_ENABLE_DEFAULT (1 << 7)
242#define PDE0_PROTECTION_FAULT_ENABLE_INTERRUPT (1 << 9)
243#define PDE0_PROTECTION_FAULT_ENABLE_DEFAULT (1 << 10)
244#define VALID_PROTECTION_FAULT_ENABLE_INTERRUPT (1 << 12)
245#define VALID_PROTECTION_FAULT_ENABLE_DEFAULT (1 << 13)
246#define READ_PROTECTION_FAULT_ENABLE_INTERRUPT (1 << 15)
247#define READ_PROTECTION_FAULT_ENABLE_DEFAULT (1 << 16)
248#define WRITE_PROTECTION_FAULT_ENABLE_INTERRUPT (1 << 18)
249#define WRITE_PROTECTION_FAULT_ENABLE_DEFAULT (1 << 19)
Alex Deucher1c491652013-04-09 12:45:26 -0400250#define VM_CONTEXT1_CNTL 0x1414
251#define VM_CONTEXT0_CNTL2 0x1430
252#define VM_CONTEXT1_CNTL2 0x1434
253#define VM_CONTEXT8_PAGE_TABLE_BASE_ADDR 0x1438
254#define VM_CONTEXT9_PAGE_TABLE_BASE_ADDR 0x143c
255#define VM_CONTEXT10_PAGE_TABLE_BASE_ADDR 0x1440
256#define VM_CONTEXT11_PAGE_TABLE_BASE_ADDR 0x1444
257#define VM_CONTEXT12_PAGE_TABLE_BASE_ADDR 0x1448
258#define VM_CONTEXT13_PAGE_TABLE_BASE_ADDR 0x144c
259#define VM_CONTEXT14_PAGE_TABLE_BASE_ADDR 0x1450
260#define VM_CONTEXT15_PAGE_TABLE_BASE_ADDR 0x1454
261
262#define VM_INVALIDATE_REQUEST 0x1478
263#define VM_INVALIDATE_RESPONSE 0x147c
264
Alex Deucher9d97c992012-09-06 14:24:48 -0400265#define VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x14DC
Alex Deucher3ec7d112013-06-14 10:42:22 -0400266#define PROTECTIONS_MASK (0xf << 0)
267#define PROTECTIONS_SHIFT 0
268 /* bit 0: range
269 * bit 1: pde0
270 * bit 2: valid
271 * bit 3: read
272 * bit 4: write
273 */
274#define MEMORY_CLIENT_ID_MASK (0xff << 12)
275#define MEMORY_CLIENT_ID_SHIFT 12
276#define MEMORY_CLIENT_RW_MASK (1 << 24)
277#define MEMORY_CLIENT_RW_SHIFT 24
278#define FAULT_VMID_MASK (0xf << 25)
279#define FAULT_VMID_SHIFT 25
280
281#define VM_CONTEXT1_PROTECTION_FAULT_MCCLIENT 0x14E4
Alex Deucher9d97c992012-09-06 14:24:48 -0400282
283#define VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x14FC
284
Alex Deucher1c491652013-04-09 12:45:26 -0400285#define VM_CONTEXT0_PROTECTION_FAULT_DEFAULT_ADDR 0x1518
286#define VM_CONTEXT1_PROTECTION_FAULT_DEFAULT_ADDR 0x151c
287
288#define VM_CONTEXT0_PAGE_TABLE_BASE_ADDR 0x153c
289#define VM_CONTEXT1_PAGE_TABLE_BASE_ADDR 0x1540
290#define VM_CONTEXT2_PAGE_TABLE_BASE_ADDR 0x1544
291#define VM_CONTEXT3_PAGE_TABLE_BASE_ADDR 0x1548
292#define VM_CONTEXT4_PAGE_TABLE_BASE_ADDR 0x154c
293#define VM_CONTEXT5_PAGE_TABLE_BASE_ADDR 0x1550
294#define VM_CONTEXT6_PAGE_TABLE_BASE_ADDR 0x1554
295#define VM_CONTEXT7_PAGE_TABLE_BASE_ADDR 0x1558
296#define VM_CONTEXT0_PAGE_TABLE_START_ADDR 0x155c
297#define VM_CONTEXT1_PAGE_TABLE_START_ADDR 0x1560
298
299#define VM_CONTEXT0_PAGE_TABLE_END_ADDR 0x157C
300#define VM_CONTEXT1_PAGE_TABLE_END_ADDR 0x1580
301
Alex Deucher8cc1a532013-04-09 12:41:24 -0400302#define MC_SHARED_CHMAP 0x2004
303#define NOOFCHAN_SHIFT 12
304#define NOOFCHAN_MASK 0x0000f000
305#define MC_SHARED_CHREMAP 0x2008
306
Alex Deucher1c491652013-04-09 12:45:26 -0400307#define CHUB_CONTROL 0x1864
308#define BYPASS_VM (1 << 0)
309
310#define MC_VM_FB_LOCATION 0x2024
311#define MC_VM_AGP_TOP 0x2028
312#define MC_VM_AGP_BOT 0x202C
313#define MC_VM_AGP_BASE 0x2030
314#define MC_VM_SYSTEM_APERTURE_LOW_ADDR 0x2034
315#define MC_VM_SYSTEM_APERTURE_HIGH_ADDR 0x2038
316#define MC_VM_SYSTEM_APERTURE_DEFAULT_ADDR 0x203C
317
318#define MC_VM_MX_L1_TLB_CNTL 0x2064
319#define ENABLE_L1_TLB (1 << 0)
320#define ENABLE_L1_FRAGMENT_PROCESSING (1 << 1)
321#define SYSTEM_ACCESS_MODE_PA_ONLY (0 << 3)
322#define SYSTEM_ACCESS_MODE_USE_SYS_MAP (1 << 3)
323#define SYSTEM_ACCESS_MODE_IN_SYS (2 << 3)
324#define SYSTEM_ACCESS_MODE_NOT_IN_SYS (3 << 3)
325#define SYSTEM_APERTURE_UNMAPPED_ACCESS_PASS_THRU (0 << 5)
326#define ENABLE_ADVANCED_DRIVER_MODEL (1 << 6)
327#define MC_VM_FB_OFFSET 0x2068
328
Alex Deucherbc8273f2012-06-29 19:44:04 -0400329#define MC_SHARED_BLACKOUT_CNTL 0x20ac
330
Alex Deucher8cc1a532013-04-09 12:41:24 -0400331#define MC_ARB_RAMCFG 0x2760
332#define NOOFBANK_SHIFT 0
333#define NOOFBANK_MASK 0x00000003
334#define NOOFRANK_SHIFT 2
335#define NOOFRANK_MASK 0x00000004
336#define NOOFROWS_SHIFT 3
337#define NOOFROWS_MASK 0x00000038
338#define NOOFCOLS_SHIFT 6
339#define NOOFCOLS_MASK 0x000000C0
340#define CHANSIZE_SHIFT 8
341#define CHANSIZE_MASK 0x00000100
342#define NOOFGROUPS_SHIFT 12
343#define NOOFGROUPS_MASK 0x00001000
344
Alex Deucherbc8273f2012-06-29 19:44:04 -0400345#define MC_SEQ_SUP_CNTL 0x28c8
346#define RUN_MASK (1 << 0)
347#define MC_SEQ_SUP_PGM 0x28cc
348
349#define MC_SEQ_TRAIN_WAKEUP_CNTL 0x28e8
350#define TRAIN_DONE_D0 (1 << 30)
351#define TRAIN_DONE_D1 (1 << 31)
352
353#define MC_IO_PAD_CNTL_D0 0x29d0
354#define MEM_FALL_OUT_CMD (1 << 8)
355
356#define MC_SEQ_IO_DEBUG_INDEX 0x2a44
357#define MC_SEQ_IO_DEBUG_DATA 0x2a48
358
Alex Deucher8cc1a532013-04-09 12:41:24 -0400359#define HDP_HOST_PATH_CNTL 0x2C00
360#define HDP_NONSURFACE_BASE 0x2C04
361#define HDP_NONSURFACE_INFO 0x2C08
362#define HDP_NONSURFACE_SIZE 0x2C0C
363
364#define HDP_ADDR_CONFIG 0x2F48
365#define HDP_MISC_CNTL 0x2F4C
366#define HDP_FLUSH_INVALIDATE_CACHE (1 << 0)
367
Alex Deuchera59781b2012-11-09 10:45:57 -0500368#define IH_RB_CNTL 0x3e00
369# define IH_RB_ENABLE (1 << 0)
370# define IH_RB_SIZE(x) ((x) << 1) /* log2 */
371# define IH_RB_FULL_DRAIN_ENABLE (1 << 6)
372# define IH_WPTR_WRITEBACK_ENABLE (1 << 8)
373# define IH_WPTR_WRITEBACK_TIMER(x) ((x) << 9) /* log2 */
374# define IH_WPTR_OVERFLOW_ENABLE (1 << 16)
375# define IH_WPTR_OVERFLOW_CLEAR (1 << 31)
376#define IH_RB_BASE 0x3e04
377#define IH_RB_RPTR 0x3e08
378#define IH_RB_WPTR 0x3e0c
379# define RB_OVERFLOW (1 << 0)
380# define WPTR_OFFSET_MASK 0x3fffc
381#define IH_RB_WPTR_ADDR_HI 0x3e10
382#define IH_RB_WPTR_ADDR_LO 0x3e14
383#define IH_CNTL 0x3e18
384# define ENABLE_INTR (1 << 0)
385# define IH_MC_SWAP(x) ((x) << 1)
386# define IH_MC_SWAP_NONE 0
387# define IH_MC_SWAP_16BIT 1
388# define IH_MC_SWAP_32BIT 2
389# define IH_MC_SWAP_64BIT 3
390# define RPTR_REARM (1 << 4)
391# define MC_WRREQ_CREDIT(x) ((x) << 15)
392# define MC_WR_CLEAN_CNT(x) ((x) << 20)
393# define MC_VMID(x) ((x) << 25)
394
Alex Deucher1c491652013-04-09 12:45:26 -0400395#define CONFIG_MEMSIZE 0x5428
396
Alex Deuchera59781b2012-11-09 10:45:57 -0500397#define INTERRUPT_CNTL 0x5468
398# define IH_DUMMY_RD_OVERRIDE (1 << 0)
399# define IH_DUMMY_RD_EN (1 << 1)
400# define IH_REQ_NONSNOOP_EN (1 << 3)
401# define GEN_IH_INT_EN (1 << 8)
402#define INTERRUPT_CNTL2 0x546c
403
Alex Deucher1c491652013-04-09 12:45:26 -0400404#define HDP_MEM_COHERENCY_FLUSH_CNTL 0x5480
405
Alex Deucher8cc1a532013-04-09 12:41:24 -0400406#define BIF_FB_EN 0x5490
407#define FB_READ_EN (1 << 0)
408#define FB_WRITE_EN (1 << 1)
409
Alex Deucher1c491652013-04-09 12:45:26 -0400410#define HDP_REG_COHERENCY_FLUSH_CNTL 0x54A0
411
Alex Deucher2cae3bc2012-07-05 11:45:40 -0400412#define GPU_HDP_FLUSH_REQ 0x54DC
413#define GPU_HDP_FLUSH_DONE 0x54E0
414#define CP0 (1 << 0)
415#define CP1 (1 << 1)
416#define CP2 (1 << 2)
417#define CP3 (1 << 3)
418#define CP4 (1 << 4)
419#define CP5 (1 << 5)
420#define CP6 (1 << 6)
421#define CP7 (1 << 7)
422#define CP8 (1 << 8)
423#define CP9 (1 << 9)
424#define SDMA0 (1 << 10)
425#define SDMA1 (1 << 11)
426
Alex Deuchercd84a272012-07-20 17:13:13 -0400427/* 0x6b04, 0x7704, 0x10304, 0x10f04, 0x11b04, 0x12704 */
428#define LB_MEMORY_CTRL 0x6b04
429#define LB_MEMORY_SIZE(x) ((x) << 0)
430#define LB_MEMORY_CONFIG(x) ((x) << 20)
431
432#define DPG_WATERMARK_MASK_CONTROL 0x6cc8
433# define LATENCY_WATERMARK_MASK(x) ((x) << 8)
434#define DPG_PIPE_LATENCY_CONTROL 0x6ccc
435# define LATENCY_LOW_WATERMARK(x) ((x) << 0)
436# define LATENCY_HIGH_WATERMARK(x) ((x) << 16)
437
Alex Deuchera59781b2012-11-09 10:45:57 -0500438/* 0x6b24, 0x7724, 0x10324, 0x10f24, 0x11b24, 0x12724 */
439#define LB_VLINE_STATUS 0x6b24
440# define VLINE_OCCURRED (1 << 0)
441# define VLINE_ACK (1 << 4)
442# define VLINE_STAT (1 << 12)
443# define VLINE_INTERRUPT (1 << 16)
444# define VLINE_INTERRUPT_TYPE (1 << 17)
445/* 0x6b2c, 0x772c, 0x1032c, 0x10f2c, 0x11b2c, 0x1272c */
446#define LB_VBLANK_STATUS 0x6b2c
447# define VBLANK_OCCURRED (1 << 0)
448# define VBLANK_ACK (1 << 4)
449# define VBLANK_STAT (1 << 12)
450# define VBLANK_INTERRUPT (1 << 16)
451# define VBLANK_INTERRUPT_TYPE (1 << 17)
452
453/* 0x6b20, 0x7720, 0x10320, 0x10f20, 0x11b20, 0x12720 */
454#define LB_INTERRUPT_MASK 0x6b20
455# define VBLANK_INTERRUPT_MASK (1 << 0)
456# define VLINE_INTERRUPT_MASK (1 << 4)
457# define VLINE2_INTERRUPT_MASK (1 << 8)
458
459#define DISP_INTERRUPT_STATUS 0x60f4
460# define LB_D1_VLINE_INTERRUPT (1 << 2)
461# define LB_D1_VBLANK_INTERRUPT (1 << 3)
462# define DC_HPD1_INTERRUPT (1 << 17)
463# define DC_HPD1_RX_INTERRUPT (1 << 18)
464# define DACA_AUTODETECT_INTERRUPT (1 << 22)
465# define DACB_AUTODETECT_INTERRUPT (1 << 23)
466# define DC_I2C_SW_DONE_INTERRUPT (1 << 24)
467# define DC_I2C_HW_DONE_INTERRUPT (1 << 25)
468#define DISP_INTERRUPT_STATUS_CONTINUE 0x60f8
469# define LB_D2_VLINE_INTERRUPT (1 << 2)
470# define LB_D2_VBLANK_INTERRUPT (1 << 3)
471# define DC_HPD2_INTERRUPT (1 << 17)
472# define DC_HPD2_RX_INTERRUPT (1 << 18)
473# define DISP_TIMER_INTERRUPT (1 << 24)
474#define DISP_INTERRUPT_STATUS_CONTINUE2 0x60fc
475# define LB_D3_VLINE_INTERRUPT (1 << 2)
476# define LB_D3_VBLANK_INTERRUPT (1 << 3)
477# define DC_HPD3_INTERRUPT (1 << 17)
478# define DC_HPD3_RX_INTERRUPT (1 << 18)
479#define DISP_INTERRUPT_STATUS_CONTINUE3 0x6100
480# define LB_D4_VLINE_INTERRUPT (1 << 2)
481# define LB_D4_VBLANK_INTERRUPT (1 << 3)
482# define DC_HPD4_INTERRUPT (1 << 17)
483# define DC_HPD4_RX_INTERRUPT (1 << 18)
484#define DISP_INTERRUPT_STATUS_CONTINUE4 0x614c
485# define LB_D5_VLINE_INTERRUPT (1 << 2)
486# define LB_D5_VBLANK_INTERRUPT (1 << 3)
487# define DC_HPD5_INTERRUPT (1 << 17)
488# define DC_HPD5_RX_INTERRUPT (1 << 18)
489#define DISP_INTERRUPT_STATUS_CONTINUE5 0x6150
490# define LB_D6_VLINE_INTERRUPT (1 << 2)
491# define LB_D6_VBLANK_INTERRUPT (1 << 3)
492# define DC_HPD6_INTERRUPT (1 << 17)
493# define DC_HPD6_RX_INTERRUPT (1 << 18)
494#define DISP_INTERRUPT_STATUS_CONTINUE6 0x6780
495
496#define DAC_AUTODETECT_INT_CONTROL 0x67c8
497
498#define DC_HPD1_INT_STATUS 0x601c
499#define DC_HPD2_INT_STATUS 0x6028
500#define DC_HPD3_INT_STATUS 0x6034
501#define DC_HPD4_INT_STATUS 0x6040
502#define DC_HPD5_INT_STATUS 0x604c
503#define DC_HPD6_INT_STATUS 0x6058
504# define DC_HPDx_INT_STATUS (1 << 0)
505# define DC_HPDx_SENSE (1 << 1)
506# define DC_HPDx_SENSE_DELAYED (1 << 4)
507# define DC_HPDx_RX_INT_STATUS (1 << 8)
508
509#define DC_HPD1_INT_CONTROL 0x6020
510#define DC_HPD2_INT_CONTROL 0x602c
511#define DC_HPD3_INT_CONTROL 0x6038
512#define DC_HPD4_INT_CONTROL 0x6044
513#define DC_HPD5_INT_CONTROL 0x6050
514#define DC_HPD6_INT_CONTROL 0x605c
515# define DC_HPDx_INT_ACK (1 << 0)
516# define DC_HPDx_INT_POLARITY (1 << 8)
517# define DC_HPDx_INT_EN (1 << 16)
518# define DC_HPDx_RX_INT_ACK (1 << 20)
519# define DC_HPDx_RX_INT_EN (1 << 24)
520
521#define DC_HPD1_CONTROL 0x6024
522#define DC_HPD2_CONTROL 0x6030
523#define DC_HPD3_CONTROL 0x603c
524#define DC_HPD4_CONTROL 0x6048
525#define DC_HPD5_CONTROL 0x6054
526#define DC_HPD6_CONTROL 0x6060
527# define DC_HPDx_CONNECTION_TIMER(x) ((x) << 0)
528# define DC_HPDx_RX_INT_TIMER(x) ((x) << 16)
529# define DC_HPDx_EN (1 << 28)
530
Alex Deucher8cc1a532013-04-09 12:41:24 -0400531#define GRBM_CNTL 0x8000
532#define GRBM_READ_TIMEOUT(x) ((x) << 0)
533
Alex Deucher6f2043c2013-04-09 12:43:41 -0400534#define GRBM_STATUS2 0x8008
535#define ME0PIPE1_CMDFIFO_AVAIL_MASK 0x0000000F
536#define ME0PIPE1_CF_RQ_PENDING (1 << 4)
537#define ME0PIPE1_PF_RQ_PENDING (1 << 5)
538#define ME1PIPE0_RQ_PENDING (1 << 6)
539#define ME1PIPE1_RQ_PENDING (1 << 7)
540#define ME1PIPE2_RQ_PENDING (1 << 8)
541#define ME1PIPE3_RQ_PENDING (1 << 9)
542#define ME2PIPE0_RQ_PENDING (1 << 10)
543#define ME2PIPE1_RQ_PENDING (1 << 11)
544#define ME2PIPE2_RQ_PENDING (1 << 12)
545#define ME2PIPE3_RQ_PENDING (1 << 13)
546#define RLC_RQ_PENDING (1 << 14)
547#define RLC_BUSY (1 << 24)
548#define TC_BUSY (1 << 25)
549#define CPF_BUSY (1 << 28)
550#define CPC_BUSY (1 << 29)
551#define CPG_BUSY (1 << 30)
552
553#define GRBM_STATUS 0x8010
554#define ME0PIPE0_CMDFIFO_AVAIL_MASK 0x0000000F
555#define SRBM_RQ_PENDING (1 << 5)
556#define ME0PIPE0_CF_RQ_PENDING (1 << 7)
557#define ME0PIPE0_PF_RQ_PENDING (1 << 8)
558#define GDS_DMA_RQ_PENDING (1 << 9)
559#define DB_CLEAN (1 << 12)
560#define CB_CLEAN (1 << 13)
561#define TA_BUSY (1 << 14)
562#define GDS_BUSY (1 << 15)
563#define WD_BUSY_NO_DMA (1 << 16)
564#define VGT_BUSY (1 << 17)
565#define IA_BUSY_NO_DMA (1 << 18)
566#define IA_BUSY (1 << 19)
567#define SX_BUSY (1 << 20)
568#define WD_BUSY (1 << 21)
569#define SPI_BUSY (1 << 22)
570#define BCI_BUSY (1 << 23)
571#define SC_BUSY (1 << 24)
572#define PA_BUSY (1 << 25)
573#define DB_BUSY (1 << 26)
574#define CP_COHERENCY_BUSY (1 << 28)
575#define CP_BUSY (1 << 29)
576#define CB_BUSY (1 << 30)
577#define GUI_ACTIVE (1 << 31)
578#define GRBM_STATUS_SE0 0x8014
579#define GRBM_STATUS_SE1 0x8018
580#define GRBM_STATUS_SE2 0x8038
581#define GRBM_STATUS_SE3 0x803C
582#define SE_DB_CLEAN (1 << 1)
583#define SE_CB_CLEAN (1 << 2)
584#define SE_BCI_BUSY (1 << 22)
585#define SE_VGT_BUSY (1 << 23)
586#define SE_PA_BUSY (1 << 24)
587#define SE_TA_BUSY (1 << 25)
588#define SE_SX_BUSY (1 << 26)
589#define SE_SPI_BUSY (1 << 27)
590#define SE_SC_BUSY (1 << 29)
591#define SE_DB_BUSY (1 << 30)
592#define SE_CB_BUSY (1 << 31)
593
594#define GRBM_SOFT_RESET 0x8020
595#define SOFT_RESET_CP (1 << 0) /* All CP blocks */
596#define SOFT_RESET_RLC (1 << 2) /* RLC */
597#define SOFT_RESET_GFX (1 << 16) /* GFX */
598#define SOFT_RESET_CPF (1 << 17) /* CP fetcher shared by gfx and compute */
599#define SOFT_RESET_CPC (1 << 18) /* CP Compute (MEC1/2) */
600#define SOFT_RESET_CPG (1 << 19) /* CP GFX (PFP, ME, CE) */
601
Alex Deuchera59781b2012-11-09 10:45:57 -0500602#define GRBM_INT_CNTL 0x8060
603# define RDERR_INT_ENABLE (1 << 0)
604# define GUI_IDLE_INT_ENABLE (1 << 19)
605
Alex Deucher963e81f2013-06-26 17:37:11 -0400606#define CP_CPC_STATUS 0x8210
607#define CP_CPC_BUSY_STAT 0x8214
608#define CP_CPC_STALLED_STAT1 0x8218
609#define CP_CPF_STATUS 0x821c
610#define CP_CPF_BUSY_STAT 0x8220
611#define CP_CPF_STALLED_STAT1 0x8224
612
Alex Deucher6f2043c2013-04-09 12:43:41 -0400613#define CP_MEC_CNTL 0x8234
614#define MEC_ME2_HALT (1 << 28)
615#define MEC_ME1_HALT (1 << 30)
616
Alex Deucher841cf442012-12-18 21:47:44 -0500617#define CP_MEC_CNTL 0x8234
618#define MEC_ME2_HALT (1 << 28)
619#define MEC_ME1_HALT (1 << 30)
620
Alex Deucher963e81f2013-06-26 17:37:11 -0400621#define CP_STALLED_STAT3 0x8670
622#define CP_STALLED_STAT1 0x8674
623#define CP_STALLED_STAT2 0x8678
624
625#define CP_STAT 0x8680
626
Alex Deucher6f2043c2013-04-09 12:43:41 -0400627#define CP_ME_CNTL 0x86D8
628#define CP_CE_HALT (1 << 24)
629#define CP_PFP_HALT (1 << 26)
630#define CP_ME_HALT (1 << 28)
631
Alex Deucher841cf442012-12-18 21:47:44 -0500632#define CP_RB0_RPTR 0x8700
633#define CP_RB_WPTR_DELAY 0x8704
634
Alex Deucher8cc1a532013-04-09 12:41:24 -0400635#define CP_MEQ_THRESHOLDS 0x8764
636#define MEQ1_START(x) ((x) << 0)
637#define MEQ2_START(x) ((x) << 8)
638
639#define VGT_VTX_VECT_EJECT_REG 0x88B0
640
641#define VGT_CACHE_INVALIDATION 0x88C4
642#define CACHE_INVALIDATION(x) ((x) << 0)
643#define VC_ONLY 0
644#define TC_ONLY 1
645#define VC_AND_TC 2
646#define AUTO_INVLD_EN(x) ((x) << 6)
647#define NO_AUTO 0
648#define ES_AUTO 1
649#define GS_AUTO 2
650#define ES_AND_GS_AUTO 3
651
652#define VGT_GS_VERTEX_REUSE 0x88D4
653
654#define CC_GC_SHADER_ARRAY_CONFIG 0x89bc
655#define INACTIVE_CUS_MASK 0xFFFF0000
656#define INACTIVE_CUS_SHIFT 16
657#define GC_USER_SHADER_ARRAY_CONFIG 0x89c0
658
659#define PA_CL_ENHANCE 0x8A14
660#define CLIP_VTX_REORDER_ENA (1 << 0)
661#define NUM_CLIP_SEQ(x) ((x) << 1)
662
663#define PA_SC_FORCE_EOV_MAX_CNTS 0x8B24
664#define FORCE_EOV_MAX_CLK_CNT(x) ((x) << 0)
665#define FORCE_EOV_MAX_REZ_CNT(x) ((x) << 16)
666
667#define PA_SC_FIFO_SIZE 0x8BCC
668#define SC_FRONTEND_PRIM_FIFO_SIZE(x) ((x) << 0)
669#define SC_BACKEND_PRIM_FIFO_SIZE(x) ((x) << 6)
670#define SC_HIZ_TILE_FIFO_SIZE(x) ((x) << 15)
671#define SC_EARLYZ_TILE_FIFO_SIZE(x) ((x) << 23)
672
673#define PA_SC_ENHANCE 0x8BF0
674#define ENABLE_PA_SC_OUT_OF_ORDER (1 << 0)
675#define DISABLE_PA_SC_GUIDANCE (1 << 13)
676
677#define SQ_CONFIG 0x8C00
678
Alex Deucher1c491652013-04-09 12:45:26 -0400679#define SH_MEM_BASES 0x8C28
680/* if PTR32, these are the bases for scratch and lds */
681#define PRIVATE_BASE(x) ((x) << 0) /* scratch */
682#define SHARED_BASE(x) ((x) << 16) /* LDS */
683#define SH_MEM_APE1_BASE 0x8C2C
684/* if PTR32, this is the base location of GPUVM */
685#define SH_MEM_APE1_LIMIT 0x8C30
686/* if PTR32, this is the upper limit of GPUVM */
687#define SH_MEM_CONFIG 0x8C34
688#define PTR32 (1 << 0)
689#define ALIGNMENT_MODE(x) ((x) << 2)
690#define SH_MEM_ALIGNMENT_MODE_DWORD 0
691#define SH_MEM_ALIGNMENT_MODE_DWORD_STRICT 1
692#define SH_MEM_ALIGNMENT_MODE_STRICT 2
693#define SH_MEM_ALIGNMENT_MODE_UNALIGNED 3
694#define DEFAULT_MTYPE(x) ((x) << 4)
695#define APE1_MTYPE(x) ((x) << 7)
696
Alex Deucher8cc1a532013-04-09 12:41:24 -0400697#define SX_DEBUG_1 0x9060
698
699#define SPI_CONFIG_CNTL 0x9100
700
701#define SPI_CONFIG_CNTL_1 0x913C
702#define VTX_DONE_DELAY(x) ((x) << 0)
703#define INTERP_ONE_PRIM_PER_ROW (1 << 4)
704
705#define TA_CNTL_AUX 0x9508
706
707#define DB_DEBUG 0x9830
708#define DB_DEBUG2 0x9834
709#define DB_DEBUG3 0x9838
710
711#define CC_RB_BACKEND_DISABLE 0x98F4
712#define BACKEND_DISABLE(x) ((x) << 16)
713#define GB_ADDR_CONFIG 0x98F8
714#define NUM_PIPES(x) ((x) << 0)
715#define NUM_PIPES_MASK 0x00000007
716#define NUM_PIPES_SHIFT 0
717#define PIPE_INTERLEAVE_SIZE(x) ((x) << 4)
718#define PIPE_INTERLEAVE_SIZE_MASK 0x00000070
719#define PIPE_INTERLEAVE_SIZE_SHIFT 4
720#define NUM_SHADER_ENGINES(x) ((x) << 12)
721#define NUM_SHADER_ENGINES_MASK 0x00003000
722#define NUM_SHADER_ENGINES_SHIFT 12
723#define SHADER_ENGINE_TILE_SIZE(x) ((x) << 16)
724#define SHADER_ENGINE_TILE_SIZE_MASK 0x00070000
725#define SHADER_ENGINE_TILE_SIZE_SHIFT 16
726#define ROW_SIZE(x) ((x) << 28)
727#define ROW_SIZE_MASK 0x30000000
728#define ROW_SIZE_SHIFT 28
729
730#define GB_TILE_MODE0 0x9910
731# define ARRAY_MODE(x) ((x) << 2)
732# define ARRAY_LINEAR_GENERAL 0
733# define ARRAY_LINEAR_ALIGNED 1
734# define ARRAY_1D_TILED_THIN1 2
735# define ARRAY_2D_TILED_THIN1 4
736# define ARRAY_PRT_TILED_THIN1 5
737# define ARRAY_PRT_2D_TILED_THIN1 6
738# define PIPE_CONFIG(x) ((x) << 6)
739# define ADDR_SURF_P2 0
740# define ADDR_SURF_P4_8x16 4
741# define ADDR_SURF_P4_16x16 5
742# define ADDR_SURF_P4_16x32 6
743# define ADDR_SURF_P4_32x32 7
744# define ADDR_SURF_P8_16x16_8x16 8
745# define ADDR_SURF_P8_16x32_8x16 9
746# define ADDR_SURF_P8_32x32_8x16 10
747# define ADDR_SURF_P8_16x32_16x16 11
748# define ADDR_SURF_P8_32x32_16x16 12
749# define ADDR_SURF_P8_32x32_16x32 13
750# define ADDR_SURF_P8_32x64_32x32 14
751# define TILE_SPLIT(x) ((x) << 11)
752# define ADDR_SURF_TILE_SPLIT_64B 0
753# define ADDR_SURF_TILE_SPLIT_128B 1
754# define ADDR_SURF_TILE_SPLIT_256B 2
755# define ADDR_SURF_TILE_SPLIT_512B 3
756# define ADDR_SURF_TILE_SPLIT_1KB 4
757# define ADDR_SURF_TILE_SPLIT_2KB 5
758# define ADDR_SURF_TILE_SPLIT_4KB 6
759# define MICRO_TILE_MODE_NEW(x) ((x) << 22)
760# define ADDR_SURF_DISPLAY_MICRO_TILING 0
761# define ADDR_SURF_THIN_MICRO_TILING 1
762# define ADDR_SURF_DEPTH_MICRO_TILING 2
763# define ADDR_SURF_ROTATED_MICRO_TILING 3
764# define SAMPLE_SPLIT(x) ((x) << 25)
765# define ADDR_SURF_SAMPLE_SPLIT_1 0
766# define ADDR_SURF_SAMPLE_SPLIT_2 1
767# define ADDR_SURF_SAMPLE_SPLIT_4 2
768# define ADDR_SURF_SAMPLE_SPLIT_8 3
769
770#define GB_MACROTILE_MODE0 0x9990
771# define BANK_WIDTH(x) ((x) << 0)
772# define ADDR_SURF_BANK_WIDTH_1 0
773# define ADDR_SURF_BANK_WIDTH_2 1
774# define ADDR_SURF_BANK_WIDTH_4 2
775# define ADDR_SURF_BANK_WIDTH_8 3
776# define BANK_HEIGHT(x) ((x) << 2)
777# define ADDR_SURF_BANK_HEIGHT_1 0
778# define ADDR_SURF_BANK_HEIGHT_2 1
779# define ADDR_SURF_BANK_HEIGHT_4 2
780# define ADDR_SURF_BANK_HEIGHT_8 3
781# define MACRO_TILE_ASPECT(x) ((x) << 4)
782# define ADDR_SURF_MACRO_ASPECT_1 0
783# define ADDR_SURF_MACRO_ASPECT_2 1
784# define ADDR_SURF_MACRO_ASPECT_4 2
785# define ADDR_SURF_MACRO_ASPECT_8 3
786# define NUM_BANKS(x) ((x) << 6)
787# define ADDR_SURF_2_BANK 0
788# define ADDR_SURF_4_BANK 1
789# define ADDR_SURF_8_BANK 2
790# define ADDR_SURF_16_BANK 3
791
792#define CB_HW_CONTROL 0x9A10
793
794#define GC_USER_RB_BACKEND_DISABLE 0x9B7C
795#define BACKEND_DISABLE_MASK 0x00FF0000
796#define BACKEND_DISABLE_SHIFT 16
797
798#define TCP_CHAN_STEER_LO 0xac0c
799#define TCP_CHAN_STEER_HI 0xac10
800
Alex Deucher1c491652013-04-09 12:45:26 -0400801#define TC_CFG_L1_LOAD_POLICY0 0xAC68
802#define TC_CFG_L1_LOAD_POLICY1 0xAC6C
803#define TC_CFG_L1_STORE_POLICY 0xAC70
804#define TC_CFG_L2_LOAD_POLICY0 0xAC74
805#define TC_CFG_L2_LOAD_POLICY1 0xAC78
806#define TC_CFG_L2_STORE_POLICY0 0xAC7C
807#define TC_CFG_L2_STORE_POLICY1 0xAC80
808#define TC_CFG_L2_ATOMIC_POLICY 0xAC84
809#define TC_CFG_L1_VOLATILE 0xAC88
810#define TC_CFG_L2_VOLATILE 0xAC8C
811
Alex Deucher841cf442012-12-18 21:47:44 -0500812#define CP_RB0_BASE 0xC100
813#define CP_RB0_CNTL 0xC104
814#define RB_BUFSZ(x) ((x) << 0)
815#define RB_BLKSZ(x) ((x) << 8)
816#define BUF_SWAP_32BIT (2 << 16)
817#define RB_NO_UPDATE (1 << 27)
818#define RB_RPTR_WR_ENA (1 << 31)
819
820#define CP_RB0_RPTR_ADDR 0xC10C
821#define RB_RPTR_SWAP_32BIT (2 << 0)
822#define CP_RB0_RPTR_ADDR_HI 0xC110
823#define CP_RB0_WPTR 0xC114
824
825#define CP_DEVICE_ID 0xC12C
826#define CP_ENDIAN_SWAP 0xC140
827#define CP_RB_VMID 0xC144
828
829#define CP_PFP_UCODE_ADDR 0xC150
830#define CP_PFP_UCODE_DATA 0xC154
831#define CP_ME_RAM_RADDR 0xC158
832#define CP_ME_RAM_WADDR 0xC15C
833#define CP_ME_RAM_DATA 0xC160
834
835#define CP_CE_UCODE_ADDR 0xC168
836#define CP_CE_UCODE_DATA 0xC16C
837#define CP_MEC_ME1_UCODE_ADDR 0xC170
838#define CP_MEC_ME1_UCODE_DATA 0xC174
839#define CP_MEC_ME2_UCODE_ADDR 0xC178
840#define CP_MEC_ME2_UCODE_DATA 0xC17C
841
Alex Deucherf6796ca2012-11-09 10:44:08 -0500842#define CP_INT_CNTL_RING0 0xC1A8
843# define CNTX_BUSY_INT_ENABLE (1 << 19)
844# define CNTX_EMPTY_INT_ENABLE (1 << 20)
845# define PRIV_INSTR_INT_ENABLE (1 << 22)
846# define PRIV_REG_INT_ENABLE (1 << 23)
847# define TIME_STAMP_INT_ENABLE (1 << 26)
848# define CP_RINGID2_INT_ENABLE (1 << 29)
849# define CP_RINGID1_INT_ENABLE (1 << 30)
850# define CP_RINGID0_INT_ENABLE (1 << 31)
851
Alex Deuchera59781b2012-11-09 10:45:57 -0500852#define CP_INT_STATUS_RING0 0xC1B4
853# define PRIV_INSTR_INT_STAT (1 << 22)
854# define PRIV_REG_INT_STAT (1 << 23)
855# define TIME_STAMP_INT_STAT (1 << 26)
856# define CP_RINGID2_INT_STAT (1 << 29)
857# define CP_RINGID1_INT_STAT (1 << 30)
858# define CP_RINGID0_INT_STAT (1 << 31)
859
Alex Deucher963e81f2013-06-26 17:37:11 -0400860#define CP_CPF_DEBUG 0xC200
861
862#define CP_PQ_WPTR_POLL_CNTL 0xC20C
863#define WPTR_POLL_EN (1 << 31)
864
Alex Deuchera59781b2012-11-09 10:45:57 -0500865#define CP_ME1_PIPE0_INT_CNTL 0xC214
866#define CP_ME1_PIPE1_INT_CNTL 0xC218
867#define CP_ME1_PIPE2_INT_CNTL 0xC21C
868#define CP_ME1_PIPE3_INT_CNTL 0xC220
869#define CP_ME2_PIPE0_INT_CNTL 0xC224
870#define CP_ME2_PIPE1_INT_CNTL 0xC228
871#define CP_ME2_PIPE2_INT_CNTL 0xC22C
872#define CP_ME2_PIPE3_INT_CNTL 0xC230
873# define DEQUEUE_REQUEST_INT_ENABLE (1 << 13)
874# define WRM_POLL_TIMEOUT_INT_ENABLE (1 << 17)
875# define PRIV_REG_INT_ENABLE (1 << 23)
876# define TIME_STAMP_INT_ENABLE (1 << 26)
877# define GENERIC2_INT_ENABLE (1 << 29)
878# define GENERIC1_INT_ENABLE (1 << 30)
879# define GENERIC0_INT_ENABLE (1 << 31)
880#define CP_ME1_PIPE0_INT_STATUS 0xC214
881#define CP_ME1_PIPE1_INT_STATUS 0xC218
882#define CP_ME1_PIPE2_INT_STATUS 0xC21C
883#define CP_ME1_PIPE3_INT_STATUS 0xC220
884#define CP_ME2_PIPE0_INT_STATUS 0xC224
885#define CP_ME2_PIPE1_INT_STATUS 0xC228
886#define CP_ME2_PIPE2_INT_STATUS 0xC22C
887#define CP_ME2_PIPE3_INT_STATUS 0xC230
888# define DEQUEUE_REQUEST_INT_STATUS (1 << 13)
889# define WRM_POLL_TIMEOUT_INT_STATUS (1 << 17)
890# define PRIV_REG_INT_STATUS (1 << 23)
891# define TIME_STAMP_INT_STATUS (1 << 26)
892# define GENERIC2_INT_STATUS (1 << 29)
893# define GENERIC1_INT_STATUS (1 << 30)
894# define GENERIC0_INT_STATUS (1 << 31)
895
Alex Deucher841cf442012-12-18 21:47:44 -0500896#define CP_MAX_CONTEXT 0xC2B8
897
898#define CP_RB0_BASE_HI 0xC2C4
899
Alex Deucherf6796ca2012-11-09 10:44:08 -0500900#define RLC_CNTL 0xC300
901# define RLC_ENABLE (1 << 0)
902
903#define RLC_MC_CNTL 0xC30C
904
905#define RLC_LB_CNTR_MAX 0xC348
906
907#define RLC_LB_CNTL 0xC364
Alex Deucher866d83d2013-04-15 17:13:29 -0400908# define LOAD_BALANCE_ENABLE (1 << 0)
Alex Deucherf6796ca2012-11-09 10:44:08 -0500909
910#define RLC_LB_CNTR_INIT 0xC36C
911
912#define RLC_SAVE_AND_RESTORE_BASE 0xC374
913#define RLC_DRIVER_DMA_STATUS 0xC378
914
915#define RLC_GPM_UCODE_ADDR 0xC388
916#define RLC_GPM_UCODE_DATA 0xC38C
Alex Deucher44fa3462012-12-18 22:17:00 -0500917#define RLC_GPU_CLOCK_COUNT_LSB 0xC390
918#define RLC_GPU_CLOCK_COUNT_MSB 0xC394
919#define RLC_CAPTURE_GPU_CLOCK_COUNT 0xC398
Alex Deucherf6796ca2012-11-09 10:44:08 -0500920#define RLC_UCODE_CNTL 0xC39C
921
922#define RLC_CGCG_CGLS_CTRL 0xC424
923
924#define RLC_LB_INIT_CU_MASK 0xC43C
925
926#define RLC_LB_PARAMS 0xC444
927
928#define RLC_SERDES_CU_MASTER_BUSY 0xC484
929#define RLC_SERDES_NONCU_MASTER_BUSY 0xC488
930# define SE_MASTER_BUSY_MASK 0x0000ffff
931# define GC_MASTER_BUSY (1 << 16)
932# define TC0_MASTER_BUSY (1 << 17)
933# define TC1_MASTER_BUSY (1 << 18)
934
935#define RLC_GPM_SCRATCH_ADDR 0xC4B0
936#define RLC_GPM_SCRATCH_DATA 0xC4B4
937
Alex Deucher963e81f2013-06-26 17:37:11 -0400938#define CP_HPD_EOP_BASE_ADDR 0xC904
939#define CP_HPD_EOP_BASE_ADDR_HI 0xC908
940#define CP_HPD_EOP_VMID 0xC90C
941#define CP_HPD_EOP_CONTROL 0xC910
942#define EOP_SIZE(x) ((x) << 0)
943#define EOP_SIZE_MASK (0x3f << 0)
944#define CP_MQD_BASE_ADDR 0xC914
945#define CP_MQD_BASE_ADDR_HI 0xC918
946#define CP_HQD_ACTIVE 0xC91C
947#define CP_HQD_VMID 0xC920
948
949#define CP_HQD_PQ_BASE 0xC934
950#define CP_HQD_PQ_BASE_HI 0xC938
951#define CP_HQD_PQ_RPTR 0xC93C
952#define CP_HQD_PQ_RPTR_REPORT_ADDR 0xC940
953#define CP_HQD_PQ_RPTR_REPORT_ADDR_HI 0xC944
954#define CP_HQD_PQ_WPTR_POLL_ADDR 0xC948
955#define CP_HQD_PQ_WPTR_POLL_ADDR_HI 0xC94C
956#define CP_HQD_PQ_DOORBELL_CONTROL 0xC950
957#define DOORBELL_OFFSET(x) ((x) << 2)
958#define DOORBELL_OFFSET_MASK (0x1fffff << 2)
959#define DOORBELL_SOURCE (1 << 28)
960#define DOORBELL_SCHD_HIT (1 << 29)
961#define DOORBELL_EN (1 << 30)
962#define DOORBELL_HIT (1 << 31)
963#define CP_HQD_PQ_WPTR 0xC954
964#define CP_HQD_PQ_CONTROL 0xC958
965#define QUEUE_SIZE(x) ((x) << 0)
966#define QUEUE_SIZE_MASK (0x3f << 0)
967#define RPTR_BLOCK_SIZE(x) ((x) << 8)
968#define RPTR_BLOCK_SIZE_MASK (0x3f << 8)
969#define PQ_VOLATILE (1 << 26)
970#define NO_UPDATE_RPTR (1 << 27)
971#define UNORD_DISPATCH (1 << 28)
972#define ROQ_PQ_IB_FLIP (1 << 29)
973#define PRIV_STATE (1 << 30)
974#define KMD_QUEUE (1 << 31)
975
976#define CP_HQD_DEQUEUE_REQUEST 0xC974
977
978#define CP_MQD_CONTROL 0xC99C
979#define MQD_VMID(x) ((x) << 0)
980#define MQD_VMID_MASK (0xf << 0)
981
Alex Deucher8cc1a532013-04-09 12:41:24 -0400982#define PA_SC_RASTER_CONFIG 0x28350
983# define RASTER_CONFIG_RB_MAP_0 0
984# define RASTER_CONFIG_RB_MAP_1 1
985# define RASTER_CONFIG_RB_MAP_2 2
986# define RASTER_CONFIG_RB_MAP_3 3
987
Alex Deucher2cae3bc2012-07-05 11:45:40 -0400988#define VGT_EVENT_INITIATOR 0x28a90
989# define SAMPLE_STREAMOUTSTATS1 (1 << 0)
990# define SAMPLE_STREAMOUTSTATS2 (2 << 0)
991# define SAMPLE_STREAMOUTSTATS3 (3 << 0)
992# define CACHE_FLUSH_TS (4 << 0)
993# define CACHE_FLUSH (6 << 0)
994# define CS_PARTIAL_FLUSH (7 << 0)
995# define VGT_STREAMOUT_RESET (10 << 0)
996# define END_OF_PIPE_INCR_DE (11 << 0)
997# define END_OF_PIPE_IB_END (12 << 0)
998# define RST_PIX_CNT (13 << 0)
999# define VS_PARTIAL_FLUSH (15 << 0)
1000# define PS_PARTIAL_FLUSH (16 << 0)
1001# define CACHE_FLUSH_AND_INV_TS_EVENT (20 << 0)
1002# define ZPASS_DONE (21 << 0)
1003# define CACHE_FLUSH_AND_INV_EVENT (22 << 0)
1004# define PERFCOUNTER_START (23 << 0)
1005# define PERFCOUNTER_STOP (24 << 0)
1006# define PIPELINESTAT_START (25 << 0)
1007# define PIPELINESTAT_STOP (26 << 0)
1008# define PERFCOUNTER_SAMPLE (27 << 0)
1009# define SAMPLE_PIPELINESTAT (30 << 0)
1010# define SO_VGT_STREAMOUT_FLUSH (31 << 0)
1011# define SAMPLE_STREAMOUTSTATS (32 << 0)
1012# define RESET_VTX_CNT (33 << 0)
1013# define VGT_FLUSH (36 << 0)
1014# define BOTTOM_OF_PIPE_TS (40 << 0)
1015# define DB_CACHE_FLUSH_AND_INV (42 << 0)
1016# define FLUSH_AND_INV_DB_DATA_TS (43 << 0)
1017# define FLUSH_AND_INV_DB_META (44 << 0)
1018# define FLUSH_AND_INV_CB_DATA_TS (45 << 0)
1019# define FLUSH_AND_INV_CB_META (46 << 0)
1020# define CS_DONE (47 << 0)
1021# define PS_DONE (48 << 0)
1022# define FLUSH_AND_INV_CB_PIXEL_DATA (49 << 0)
1023# define THREAD_TRACE_START (51 << 0)
1024# define THREAD_TRACE_STOP (52 << 0)
1025# define THREAD_TRACE_FLUSH (54 << 0)
1026# define THREAD_TRACE_FINISH (55 << 0)
1027# define PIXEL_PIPE_STAT_CONTROL (56 << 0)
1028# define PIXEL_PIPE_STAT_DUMP (57 << 0)
1029# define PIXEL_PIPE_STAT_RESET (58 << 0)
1030
Alex Deucher841cf442012-12-18 21:47:44 -05001031#define SCRATCH_REG0 0x30100
1032#define SCRATCH_REG1 0x30104
1033#define SCRATCH_REG2 0x30108
1034#define SCRATCH_REG3 0x3010C
1035#define SCRATCH_REG4 0x30110
1036#define SCRATCH_REG5 0x30114
1037#define SCRATCH_REG6 0x30118
1038#define SCRATCH_REG7 0x3011C
1039
1040#define SCRATCH_UMSK 0x30140
1041#define SCRATCH_ADDR 0x30144
1042
1043#define CP_SEM_WAIT_TIMER 0x301BC
1044
1045#define CP_SEM_INCOMPLETE_TIMER_CNTL 0x301C8
1046
Alex Deucher2cae3bc2012-07-05 11:45:40 -04001047#define CP_WAIT_REG_MEM_TIMEOUT 0x301D0
1048
Alex Deucher8cc1a532013-04-09 12:41:24 -04001049#define GRBM_GFX_INDEX 0x30800
1050#define INSTANCE_INDEX(x) ((x) << 0)
1051#define SH_INDEX(x) ((x) << 8)
1052#define SE_INDEX(x) ((x) << 16)
1053#define SH_BROADCAST_WRITES (1 << 29)
1054#define INSTANCE_BROADCAST_WRITES (1 << 30)
1055#define SE_BROADCAST_WRITES (1 << 31)
1056
1057#define VGT_ESGS_RING_SIZE 0x30900
1058#define VGT_GSVS_RING_SIZE 0x30904
1059#define VGT_PRIMITIVE_TYPE 0x30908
1060#define VGT_INDEX_TYPE 0x3090C
1061
1062#define VGT_NUM_INDICES 0x30930
1063#define VGT_NUM_INSTANCES 0x30934
1064#define VGT_TF_RING_SIZE 0x30938
1065#define VGT_HS_OFFCHIP_PARAM 0x3093C
1066#define VGT_TF_MEMORY_BASE 0x30940
1067
1068#define PA_SU_LINE_STIPPLE_VALUE 0x30a00
1069#define PA_SC_LINE_STIPPLE_STATE 0x30a04
1070
1071#define SQC_CACHES 0x30d20
1072
1073#define CP_PERFMON_CNTL 0x36020
1074
1075#define CGTS_TCC_DISABLE 0x3c00c
1076#define CGTS_USER_TCC_DISABLE 0x3c010
1077#define TCC_DISABLE_MASK 0xFFFF0000
1078#define TCC_DISABLE_SHIFT 16
1079
Alex Deucherf6796ca2012-11-09 10:44:08 -05001080#define CB_CGTT_SCLK_CTRL 0x3c2a0
1081
Alex Deucher841cf442012-12-18 21:47:44 -05001082/*
1083 * PM4
1084 */
1085#define PACKET_TYPE0 0
1086#define PACKET_TYPE1 1
1087#define PACKET_TYPE2 2
1088#define PACKET_TYPE3 3
1089
1090#define CP_PACKET_GET_TYPE(h) (((h) >> 30) & 3)
1091#define CP_PACKET_GET_COUNT(h) (((h) >> 16) & 0x3FFF)
1092#define CP_PACKET0_GET_REG(h) (((h) & 0xFFFF) << 2)
1093#define CP_PACKET3_GET_OPCODE(h) (((h) >> 8) & 0xFF)
1094#define PACKET0(reg, n) ((PACKET_TYPE0 << 30) | \
1095 (((reg) >> 2) & 0xFFFF) | \
1096 ((n) & 0x3FFF) << 16)
1097#define CP_PACKET2 0x80000000
1098#define PACKET2_PAD_SHIFT 0
1099#define PACKET2_PAD_MASK (0x3fffffff << 0)
1100
1101#define PACKET2(v) (CP_PACKET2 | REG_SET(PACKET2_PAD, (v)))
1102
1103#define PACKET3(op, n) ((PACKET_TYPE3 << 30) | \
1104 (((op) & 0xFF) << 8) | \
1105 ((n) & 0x3FFF) << 16)
1106
1107#define PACKET3_COMPUTE(op, n) (PACKET3(op, n) | 1 << 1)
1108
1109/* Packet 3 types */
1110#define PACKET3_NOP 0x10
1111#define PACKET3_SET_BASE 0x11
1112#define PACKET3_BASE_INDEX(x) ((x) << 0)
1113#define CE_PARTITION_BASE 3
1114#define PACKET3_CLEAR_STATE 0x12
1115#define PACKET3_INDEX_BUFFER_SIZE 0x13
1116#define PACKET3_DISPATCH_DIRECT 0x15
1117#define PACKET3_DISPATCH_INDIRECT 0x16
1118#define PACKET3_ATOMIC_GDS 0x1D
1119#define PACKET3_ATOMIC_MEM 0x1E
1120#define PACKET3_OCCLUSION_QUERY 0x1F
1121#define PACKET3_SET_PREDICATION 0x20
1122#define PACKET3_REG_RMW 0x21
1123#define PACKET3_COND_EXEC 0x22
1124#define PACKET3_PRED_EXEC 0x23
1125#define PACKET3_DRAW_INDIRECT 0x24
1126#define PACKET3_DRAW_INDEX_INDIRECT 0x25
1127#define PACKET3_INDEX_BASE 0x26
1128#define PACKET3_DRAW_INDEX_2 0x27
1129#define PACKET3_CONTEXT_CONTROL 0x28
1130#define PACKET3_INDEX_TYPE 0x2A
1131#define PACKET3_DRAW_INDIRECT_MULTI 0x2C
1132#define PACKET3_DRAW_INDEX_AUTO 0x2D
1133#define PACKET3_NUM_INSTANCES 0x2F
1134#define PACKET3_DRAW_INDEX_MULTI_AUTO 0x30
1135#define PACKET3_INDIRECT_BUFFER_CONST 0x33
1136#define PACKET3_STRMOUT_BUFFER_UPDATE 0x34
1137#define PACKET3_DRAW_INDEX_OFFSET_2 0x35
1138#define PACKET3_DRAW_PREAMBLE 0x36
1139#define PACKET3_WRITE_DATA 0x37
Alex Deucher2cae3bc2012-07-05 11:45:40 -04001140#define WRITE_DATA_DST_SEL(x) ((x) << 8)
1141 /* 0 - register
1142 * 1 - memory (sync - via GRBM)
1143 * 2 - gl2
1144 * 3 - gds
1145 * 4 - reserved
1146 * 5 - memory (async - direct)
1147 */
1148#define WR_ONE_ADDR (1 << 16)
1149#define WR_CONFIRM (1 << 20)
1150#define WRITE_DATA_CACHE_POLICY(x) ((x) << 25)
1151 /* 0 - LRU
1152 * 1 - Stream
1153 */
1154#define WRITE_DATA_ENGINE_SEL(x) ((x) << 30)
1155 /* 0 - me
1156 * 1 - pfp
1157 * 2 - ce
1158 */
Alex Deucher841cf442012-12-18 21:47:44 -05001159#define PACKET3_DRAW_INDEX_INDIRECT_MULTI 0x38
1160#define PACKET3_MEM_SEMAPHORE 0x39
Alex Deucher2cae3bc2012-07-05 11:45:40 -04001161# define PACKET3_SEM_USE_MAILBOX (0x1 << 16)
1162# define PACKET3_SEM_SEL_SIGNAL_TYPE (0x1 << 20) /* 0 = increment, 1 = write 1 */
1163# define PACKET3_SEM_CLIENT_CODE ((x) << 24) /* 0 = CP, 1 = CB, 2 = DB */
1164# define PACKET3_SEM_SEL_SIGNAL (0x6 << 29)
1165# define PACKET3_SEM_SEL_WAIT (0x7 << 29)
Alex Deucher841cf442012-12-18 21:47:44 -05001166#define PACKET3_COPY_DW 0x3B
1167#define PACKET3_WAIT_REG_MEM 0x3C
Alex Deucher2cae3bc2012-07-05 11:45:40 -04001168#define WAIT_REG_MEM_FUNCTION(x) ((x) << 0)
1169 /* 0 - always
1170 * 1 - <
1171 * 2 - <=
1172 * 3 - ==
1173 * 4 - !=
1174 * 5 - >=
1175 * 6 - >
1176 */
1177#define WAIT_REG_MEM_MEM_SPACE(x) ((x) << 4)
1178 /* 0 - reg
1179 * 1 - mem
1180 */
1181#define WAIT_REG_MEM_OPERATION(x) ((x) << 6)
1182 /* 0 - wait_reg_mem
1183 * 1 - wr_wait_wr_reg
1184 */
1185#define WAIT_REG_MEM_ENGINE(x) ((x) << 8)
1186 /* 0 - me
1187 * 1 - pfp
1188 */
Alex Deucher841cf442012-12-18 21:47:44 -05001189#define PACKET3_INDIRECT_BUFFER 0x3F
Alex Deucher2cae3bc2012-07-05 11:45:40 -04001190#define INDIRECT_BUFFER_TCL2_VOLATILE (1 << 22)
1191#define INDIRECT_BUFFER_VALID (1 << 23)
1192#define INDIRECT_BUFFER_CACHE_POLICY(x) ((x) << 28)
1193 /* 0 - LRU
1194 * 1 - Stream
1195 * 2 - Bypass
1196 */
Alex Deucher841cf442012-12-18 21:47:44 -05001197#define PACKET3_COPY_DATA 0x40
1198#define PACKET3_PFP_SYNC_ME 0x42
1199#define PACKET3_SURFACE_SYNC 0x43
1200# define PACKET3_DEST_BASE_0_ENA (1 << 0)
1201# define PACKET3_DEST_BASE_1_ENA (1 << 1)
1202# define PACKET3_CB0_DEST_BASE_ENA (1 << 6)
1203# define PACKET3_CB1_DEST_BASE_ENA (1 << 7)
1204# define PACKET3_CB2_DEST_BASE_ENA (1 << 8)
1205# define PACKET3_CB3_DEST_BASE_ENA (1 << 9)
1206# define PACKET3_CB4_DEST_BASE_ENA (1 << 10)
1207# define PACKET3_CB5_DEST_BASE_ENA (1 << 11)
1208# define PACKET3_CB6_DEST_BASE_ENA (1 << 12)
1209# define PACKET3_CB7_DEST_BASE_ENA (1 << 13)
1210# define PACKET3_DB_DEST_BASE_ENA (1 << 14)
1211# define PACKET3_TCL1_VOL_ACTION_ENA (1 << 15)
1212# define PACKET3_TC_VOL_ACTION_ENA (1 << 16) /* L2 */
1213# define PACKET3_TC_WB_ACTION_ENA (1 << 18) /* L2 */
1214# define PACKET3_DEST_BASE_2_ENA (1 << 19)
1215# define PACKET3_DEST_BASE_3_ENA (1 << 21)
1216# define PACKET3_TCL1_ACTION_ENA (1 << 22)
1217# define PACKET3_TC_ACTION_ENA (1 << 23) /* L2 */
1218# define PACKET3_CB_ACTION_ENA (1 << 25)
1219# define PACKET3_DB_ACTION_ENA (1 << 26)
1220# define PACKET3_SH_KCACHE_ACTION_ENA (1 << 27)
1221# define PACKET3_SH_KCACHE_VOL_ACTION_ENA (1 << 28)
1222# define PACKET3_SH_ICACHE_ACTION_ENA (1 << 29)
1223#define PACKET3_COND_WRITE 0x45
1224#define PACKET3_EVENT_WRITE 0x46
1225#define EVENT_TYPE(x) ((x) << 0)
1226#define EVENT_INDEX(x) ((x) << 8)
1227 /* 0 - any non-TS event
1228 * 1 - ZPASS_DONE, PIXEL_PIPE_STAT_*
1229 * 2 - SAMPLE_PIPELINESTAT
1230 * 3 - SAMPLE_STREAMOUTSTAT*
1231 * 4 - *S_PARTIAL_FLUSH
1232 * 5 - EOP events
1233 * 6 - EOS events
1234 */
1235#define PACKET3_EVENT_WRITE_EOP 0x47
1236#define EOP_TCL1_VOL_ACTION_EN (1 << 12)
1237#define EOP_TC_VOL_ACTION_EN (1 << 13) /* L2 */
1238#define EOP_TC_WB_ACTION_EN (1 << 15) /* L2 */
1239#define EOP_TCL1_ACTION_EN (1 << 16)
1240#define EOP_TC_ACTION_EN (1 << 17) /* L2 */
Alex Deucher2cae3bc2012-07-05 11:45:40 -04001241#define EOP_CACHE_POLICY(x) ((x) << 25)
Alex Deucher841cf442012-12-18 21:47:44 -05001242 /* 0 - LRU
1243 * 1 - Stream
1244 * 2 - Bypass
1245 */
Alex Deucher2cae3bc2012-07-05 11:45:40 -04001246#define EOP_TCL2_VOLATILE (1 << 27)
Alex Deucher841cf442012-12-18 21:47:44 -05001247#define DATA_SEL(x) ((x) << 29)
1248 /* 0 - discard
1249 * 1 - send low 32bit data
1250 * 2 - send 64bit data
1251 * 3 - send 64bit GPU counter value
1252 * 4 - send 64bit sys counter value
1253 */
1254#define INT_SEL(x) ((x) << 24)
1255 /* 0 - none
1256 * 1 - interrupt only (DATA_SEL = 0)
1257 * 2 - interrupt when data write is confirmed
1258 */
1259#define DST_SEL(x) ((x) << 16)
1260 /* 0 - MC
1261 * 1 - TC/L2
1262 */
1263#define PACKET3_EVENT_WRITE_EOS 0x48
1264#define PACKET3_RELEASE_MEM 0x49
1265#define PACKET3_PREAMBLE_CNTL 0x4A
1266# define PACKET3_PREAMBLE_BEGIN_CLEAR_STATE (2 << 28)
1267# define PACKET3_PREAMBLE_END_CLEAR_STATE (3 << 28)
1268#define PACKET3_DMA_DATA 0x50
1269#define PACKET3_AQUIRE_MEM 0x58
1270#define PACKET3_REWIND 0x59
1271#define PACKET3_LOAD_UCONFIG_REG 0x5E
1272#define PACKET3_LOAD_SH_REG 0x5F
1273#define PACKET3_LOAD_CONFIG_REG 0x60
1274#define PACKET3_LOAD_CONTEXT_REG 0x61
1275#define PACKET3_SET_CONFIG_REG 0x68
1276#define PACKET3_SET_CONFIG_REG_START 0x00008000
1277#define PACKET3_SET_CONFIG_REG_END 0x0000b000
1278#define PACKET3_SET_CONTEXT_REG 0x69
1279#define PACKET3_SET_CONTEXT_REG_START 0x00028000
1280#define PACKET3_SET_CONTEXT_REG_END 0x00029000
1281#define PACKET3_SET_CONTEXT_REG_INDIRECT 0x73
1282#define PACKET3_SET_SH_REG 0x76
1283#define PACKET3_SET_SH_REG_START 0x0000b000
1284#define PACKET3_SET_SH_REG_END 0x0000c000
1285#define PACKET3_SET_SH_REG_OFFSET 0x77
1286#define PACKET3_SET_QUEUE_REG 0x78
1287#define PACKET3_SET_UCONFIG_REG 0x79
Alex Deucher2cae3bc2012-07-05 11:45:40 -04001288#define PACKET3_SET_UCONFIG_REG_START 0x00030000
1289#define PACKET3_SET_UCONFIG_REG_END 0x00031000
Alex Deucher841cf442012-12-18 21:47:44 -05001290#define PACKET3_SCRATCH_RAM_WRITE 0x7D
1291#define PACKET3_SCRATCH_RAM_READ 0x7E
1292#define PACKET3_LOAD_CONST_RAM 0x80
1293#define PACKET3_WRITE_CONST_RAM 0x81
1294#define PACKET3_DUMP_CONST_RAM 0x83
1295#define PACKET3_INCREMENT_CE_COUNTER 0x84
1296#define PACKET3_INCREMENT_DE_COUNTER 0x85
1297#define PACKET3_WAIT_ON_CE_COUNTER 0x86
1298#define PACKET3_WAIT_ON_DE_COUNTER_DIFF 0x88
Alex Deucher2cae3bc2012-07-05 11:45:40 -04001299#define PACKET3_SWITCH_BUFFER 0x8B
Alex Deucher841cf442012-12-18 21:47:44 -05001300
Alex Deucher21a93e12013-04-09 12:47:11 -04001301/* SDMA - first instance at 0xd000, second at 0xd800 */
1302#define SDMA0_REGISTER_OFFSET 0x0 /* not a register */
1303#define SDMA1_REGISTER_OFFSET 0x800 /* not a register */
1304
1305#define SDMA0_UCODE_ADDR 0xD000
1306#define SDMA0_UCODE_DATA 0xD004
1307
1308#define SDMA0_CNTL 0xD010
1309# define TRAP_ENABLE (1 << 0)
1310# define SEM_INCOMPLETE_INT_ENABLE (1 << 1)
1311# define SEM_WAIT_INT_ENABLE (1 << 2)
1312# define DATA_SWAP_ENABLE (1 << 3)
1313# define FENCE_SWAP_ENABLE (1 << 4)
1314# define AUTO_CTXSW_ENABLE (1 << 18)
1315# define CTXEMPTY_INT_ENABLE (1 << 28)
1316
1317#define SDMA0_TILING_CONFIG 0xD018
1318
1319#define SDMA0_SEM_INCOMPLETE_TIMER_CNTL 0xD020
1320#define SDMA0_SEM_WAIT_FAIL_TIMER_CNTL 0xD024
1321
1322#define SDMA0_STATUS_REG 0xd034
1323# define SDMA_IDLE (1 << 0)
1324
1325#define SDMA0_ME_CNTL 0xD048
1326# define SDMA_HALT (1 << 0)
1327
1328#define SDMA0_GFX_RB_CNTL 0xD200
1329# define SDMA_RB_ENABLE (1 << 0)
1330# define SDMA_RB_SIZE(x) ((x) << 1) /* log2 */
1331# define SDMA_RB_SWAP_ENABLE (1 << 9) /* 8IN32 */
1332# define SDMA_RPTR_WRITEBACK_ENABLE (1 << 12)
1333# define SDMA_RPTR_WRITEBACK_SWAP_ENABLE (1 << 13) /* 8IN32 */
1334# define SDMA_RPTR_WRITEBACK_TIMER(x) ((x) << 16) /* log2 */
1335#define SDMA0_GFX_RB_BASE 0xD204
1336#define SDMA0_GFX_RB_BASE_HI 0xD208
1337#define SDMA0_GFX_RB_RPTR 0xD20C
1338#define SDMA0_GFX_RB_WPTR 0xD210
1339
1340#define SDMA0_GFX_RB_RPTR_ADDR_HI 0xD220
1341#define SDMA0_GFX_RB_RPTR_ADDR_LO 0xD224
1342#define SDMA0_GFX_IB_CNTL 0xD228
1343# define SDMA_IB_ENABLE (1 << 0)
1344# define SDMA_IB_SWAP_ENABLE (1 << 4)
1345# define SDMA_SWITCH_INSIDE_IB (1 << 8)
1346# define SDMA_CMD_VMID(x) ((x) << 16)
1347
1348#define SDMA0_GFX_VIRTUAL_ADDR 0xD29C
1349#define SDMA0_GFX_APE1_CNTL 0xD2A0
1350
1351#define SDMA_PACKET(op, sub_op, e) ((((e) & 0xFFFF) << 16) | \
1352 (((sub_op) & 0xFF) << 8) | \
1353 (((op) & 0xFF) << 0))
1354/* sDMA opcodes */
1355#define SDMA_OPCODE_NOP 0
1356#define SDMA_OPCODE_COPY 1
1357# define SDMA_COPY_SUB_OPCODE_LINEAR 0
1358# define SDMA_COPY_SUB_OPCODE_TILED 1
1359# define SDMA_COPY_SUB_OPCODE_SOA 3
1360# define SDMA_COPY_SUB_OPCODE_LINEAR_SUB_WINDOW 4
1361# define SDMA_COPY_SUB_OPCODE_TILED_SUB_WINDOW 5
1362# define SDMA_COPY_SUB_OPCODE_T2T_SUB_WINDOW 6
1363#define SDMA_OPCODE_WRITE 2
1364# define SDMA_WRITE_SUB_OPCODE_LINEAR 0
1365# define SDMA_WRTIE_SUB_OPCODE_TILED 1
1366#define SDMA_OPCODE_INDIRECT_BUFFER 4
1367#define SDMA_OPCODE_FENCE 5
1368#define SDMA_OPCODE_TRAP 6
1369#define SDMA_OPCODE_SEMAPHORE 7
1370# define SDMA_SEMAPHORE_EXTRA_O (1 << 13)
1371 /* 0 - increment
1372 * 1 - write 1
1373 */
1374# define SDMA_SEMAPHORE_EXTRA_S (1 << 14)
1375 /* 0 - wait
1376 * 1 - signal
1377 */
1378# define SDMA_SEMAPHORE_EXTRA_M (1 << 15)
1379 /* mailbox */
1380#define SDMA_OPCODE_POLL_REG_MEM 8
1381# define SDMA_POLL_REG_MEM_EXTRA_OP(x) ((x) << 10)
1382 /* 0 - wait_reg_mem
1383 * 1 - wr_wait_wr_reg
1384 */
1385# define SDMA_POLL_REG_MEM_EXTRA_FUNC(x) ((x) << 12)
1386 /* 0 - always
1387 * 1 - <
1388 * 2 - <=
1389 * 3 - ==
1390 * 4 - !=
1391 * 5 - >=
1392 * 6 - >
1393 */
1394# define SDMA_POLL_REG_MEM_EXTRA_M (1 << 15)
1395 /* 0 = register
1396 * 1 = memory
1397 */
1398#define SDMA_OPCODE_COND_EXEC 9
1399#define SDMA_OPCODE_CONSTANT_FILL 11
1400# define SDMA_CONSTANT_FILL_EXTRA_SIZE(x) ((x) << 14)
1401 /* 0 = byte fill
1402 * 2 = DW fill
1403 */
1404#define SDMA_OPCODE_GENERATE_PTE_PDE 12
1405#define SDMA_OPCODE_TIMESTAMP 13
1406# define SDMA_TIMESTAMP_SUB_OPCODE_SET_LOCAL 0
1407# define SDMA_TIMESTAMP_SUB_OPCODE_GET_LOCAL 1
1408# define SDMA_TIMESTAMP_SUB_OPCODE_GET_GLOBAL 2
1409#define SDMA_OPCODE_SRBM_WRITE 14
1410# define SDMA_SRBM_WRITE_EXTRA_BYTE_ENABLE(x) ((x) << 12)
1411 /* byte mask */
1412
Christian König87167bb2013-04-09 13:39:21 -04001413/* UVD */
1414
1415#define UVD_UDEC_ADDR_CONFIG 0xef4c
1416#define UVD_UDEC_DB_ADDR_CONFIG 0xef50
1417#define UVD_UDEC_DBW_ADDR_CONFIG 0xef54
1418
1419#define UVD_LMI_EXT40_ADDR 0xf498
1420#define UVD_LMI_ADDR_EXT 0xf594
1421#define UVD_VCPU_CACHE_OFFSET0 0xf608
1422#define UVD_VCPU_CACHE_SIZE0 0xf60c
1423#define UVD_VCPU_CACHE_OFFSET1 0xf610
1424#define UVD_VCPU_CACHE_SIZE1 0xf614
1425#define UVD_VCPU_CACHE_OFFSET2 0xf618
1426#define UVD_VCPU_CACHE_SIZE2 0xf61c
1427
1428#define UVD_RBC_RB_RPTR 0xf690
1429#define UVD_RBC_RB_WPTR 0xf694
1430
1431/* UVD clocks */
1432
1433#define CG_DCLK_CNTL 0xC050009C
1434# define DCLK_DIVIDER_MASK 0x7f
1435# define DCLK_DIR_CNTL_EN (1 << 8)
1436#define CG_DCLK_STATUS 0xC05000A0
1437# define DCLK_STATUS (1 << 0)
1438#define CG_VCLK_CNTL 0xC05000A4
1439#define CG_VCLK_STATUS 0xC05000A8
1440
Alex Deucher8cc1a532013-04-09 12:41:24 -04001441#endif