blob: e69fd332acb55e45a40ad0d17a523732896b9131 [file] [log] [blame]
Alex Deucher97b2e202015-04-20 16:51:00 -04001/*
2 * Copyright 2008 Advanced Micro Devices, Inc.
3 * Copyright 2008 Red Hat Inc.
4 * Copyright 2009 Jerome Glisse.
5 *
6 * Permission is hereby granted, free of charge, to any person obtaining a
7 * copy of this software and associated documentation files (the "Software"),
8 * to deal in the Software without restriction, including without limitation
9 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
10 * and/or sell copies of the Software, and to permit persons to whom the
11 * Software is furnished to do so, subject to the following conditions:
12 *
13 * The above copyright notice and this permission notice shall be included in
14 * all copies or substantial portions of the Software.
15 *
16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
19 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
20 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
21 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
22 * OTHER DEALINGS IN THE SOFTWARE.
23 *
24 * Authors: Dave Airlie
25 * Alex Deucher
26 * Jerome Glisse
27 */
28#ifndef __AMDGPU_H__
29#define __AMDGPU_H__
30
31#include <linux/atomic.h>
32#include <linux/wait.h>
33#include <linux/list.h>
34#include <linux/kref.h>
35#include <linux/interval_tree.h>
36#include <linux/hashtable.h>
37#include <linux/fence.h>
38
39#include <ttm/ttm_bo_api.h>
40#include <ttm/ttm_bo_driver.h>
41#include <ttm/ttm_placement.h>
42#include <ttm/ttm_module.h>
43#include <ttm/ttm_execbuf_util.h>
44
Chunming Zhoud03846a2015-07-28 14:20:03 -040045#include <drm/drmP.h>
Alex Deucher97b2e202015-04-20 16:51:00 -040046#include <drm/drm_gem.h>
Chunming Zhou7e5a5472015-04-24 17:37:30 +080047#include <drm/amdgpu_drm.h>
Alex Deucher97b2e202015-04-20 16:51:00 -040048
yanyang15fc3aee2015-05-22 14:39:35 -040049#include "amd_shared.h"
Alex Deucher97b2e202015-04-20 16:51:00 -040050#include "amdgpu_mode.h"
51#include "amdgpu_ih.h"
52#include "amdgpu_irq.h"
53#include "amdgpu_ucode.h"
Flora Cuic632d792016-08-02 11:32:41 +080054#include "amdgpu_ttm.h"
Alex Deucher97b2e202015-04-20 16:51:00 -040055#include "amdgpu_gds.h"
Alex Deucher1f7371b2015-12-02 17:46:21 -050056#include "amd_powerplay.h"
Maruthi Bayyavarapua8fe58c2015-09-22 17:05:20 -040057#include "amdgpu_acp.h"
Alex Deucher97b2e202015-04-20 16:51:00 -040058
Alex Deucherb80d8472015-08-16 22:55:02 -040059#include "gpu_scheduler.h"
60
Alex Deucher97b2e202015-04-20 16:51:00 -040061/*
62 * Modules parameters.
63 */
64extern int amdgpu_modeset;
65extern int amdgpu_vram_limit;
66extern int amdgpu_gart_size;
Marek Olšák95844d22016-08-17 23:49:27 +020067extern int amdgpu_moverate;
Alex Deucher97b2e202015-04-20 16:51:00 -040068extern int amdgpu_benchmarking;
69extern int amdgpu_testing;
70extern int amdgpu_audio;
71extern int amdgpu_disp_priority;
72extern int amdgpu_hw_i2c;
73extern int amdgpu_pcie_gen2;
74extern int amdgpu_msi;
75extern int amdgpu_lockup_timeout;
76extern int amdgpu_dpm;
77extern int amdgpu_smc_load_fw;
78extern int amdgpu_aspm;
79extern int amdgpu_runtime_pm;
Alex Deucher97b2e202015-04-20 16:51:00 -040080extern unsigned amdgpu_ip_block_mask;
81extern int amdgpu_bapm;
82extern int amdgpu_deep_color;
83extern int amdgpu_vm_size;
84extern int amdgpu_vm_block_size;
Christian Königd9c13152015-09-28 12:31:26 +020085extern int amdgpu_vm_fault_stop;
Christian Königb495bd32015-09-10 14:00:35 +020086extern int amdgpu_vm_debug;
Jammy Zhou1333f722015-07-30 16:36:58 +080087extern int amdgpu_sched_jobs;
Jammy Zhou4afcb302015-07-30 16:44:05 +080088extern int amdgpu_sched_hw_submission;
Alex Deucher1f7371b2015-12-02 17:46:21 -050089extern int amdgpu_powerplay;
Huang Rui6bb6b292016-05-24 13:47:05 +080090extern int amdgpu_powercontainment;
Alex Deuchercd474ba2016-02-04 10:21:23 -050091extern unsigned amdgpu_pcie_gen_cap;
92extern unsigned amdgpu_pcie_lane_cap;
Nicolai Hähnle395d1fb2016-06-02 12:32:07 +020093extern unsigned amdgpu_cg_mask;
94extern unsigned amdgpu_pg_mask;
Nicolai Hähnle6f8941a2016-06-17 19:31:33 +020095extern char *amdgpu_disable_cu;
Rex Zhu66bc3f72016-07-28 17:36:35 +080096extern int amdgpu_sclk_deep_sleep_en;
Emily Deng9accf2f2016-08-10 16:01:25 +080097extern char *amdgpu_virtual_display;
Rex Zhu5141e9d2016-09-06 16:34:37 +080098extern unsigned amdgpu_pp_feature_mask;
Alex Deucher97b2e202015-04-20 16:51:00 -040099
Chunming Zhou4b559c92015-07-21 15:53:04 +0800100#define AMDGPU_WAIT_IDLE_TIMEOUT_IN_MS 3000
Alex Deucher97b2e202015-04-20 16:51:00 -0400101#define AMDGPU_MAX_USEC_TIMEOUT 100000 /* 100 ms */
102#define AMDGPU_FENCE_JIFFIES_TIMEOUT (HZ / 2)
103/* AMDGPU_IB_POOL_SIZE must be a power of 2 */
104#define AMDGPU_IB_POOL_SIZE 16
105#define AMDGPU_DEBUGFS_MAX_COMPONENTS 32
106#define AMDGPUFB_CONN_LIMIT 4
107#define AMDGPU_BIOS_NUM_SCRATCH 8
108
Alex Deucher97b2e202015-04-20 16:51:00 -0400109/* max number of rings */
110#define AMDGPU_MAX_RINGS 16
111#define AMDGPU_MAX_GFX_RINGS 1
112#define AMDGPU_MAX_COMPUTE_RINGS 8
Alex Deucher6f0359f2016-08-24 17:15:33 -0400113#define AMDGPU_MAX_VCE_RINGS 3
Alex Deucher97b2e202015-04-20 16:51:00 -0400114
Jammy Zhou36f523a2015-09-01 12:54:27 +0800115/* max number of IP instances */
116#define AMDGPU_MAX_SDMA_INSTANCES 2
117
Alex Deucher97b2e202015-04-20 16:51:00 -0400118/* hardcode that limit for now */
119#define AMDGPU_VA_RESERVED_SIZE (8 << 20)
120
121/* hard reset data */
122#define AMDGPU_ASIC_RESET_DATA 0x39d5e86b
123
124/* reset flags */
125#define AMDGPU_RESET_GFX (1 << 0)
126#define AMDGPU_RESET_COMPUTE (1 << 1)
127#define AMDGPU_RESET_DMA (1 << 2)
128#define AMDGPU_RESET_CP (1 << 3)
129#define AMDGPU_RESET_GRBM (1 << 4)
130#define AMDGPU_RESET_DMA1 (1 << 5)
131#define AMDGPU_RESET_RLC (1 << 6)
132#define AMDGPU_RESET_SEM (1 << 7)
133#define AMDGPU_RESET_IH (1 << 8)
134#define AMDGPU_RESET_VMC (1 << 9)
135#define AMDGPU_RESET_MC (1 << 10)
136#define AMDGPU_RESET_DISPLAY (1 << 11)
137#define AMDGPU_RESET_UVD (1 << 12)
138#define AMDGPU_RESET_VCE (1 << 13)
139#define AMDGPU_RESET_VCE1 (1 << 14)
140
Alex Deucher97b2e202015-04-20 16:51:00 -0400141/* GFX current status */
142#define AMDGPU_GFX_NORMAL_MODE 0x00000000L
143#define AMDGPU_GFX_SAFE_MODE 0x00000001L
144#define AMDGPU_GFX_PG_DISABLED_MODE 0x00000002L
145#define AMDGPU_GFX_CG_DISABLED_MODE 0x00000004L
146#define AMDGPU_GFX_LBPW_DISABLED_MODE 0x00000008L
147
148/* max cursor sizes (in pixels) */
149#define CIK_CURSOR_WIDTH 128
150#define CIK_CURSOR_HEIGHT 128
151
152struct amdgpu_device;
Alex Deucher97b2e202015-04-20 16:51:00 -0400153struct amdgpu_ib;
154struct amdgpu_vm;
155struct amdgpu_ring;
Alex Deucher97b2e202015-04-20 16:51:00 -0400156struct amdgpu_cs_parser;
Chunming Zhoubb977d32015-08-18 15:16:40 +0800157struct amdgpu_job;
Alex Deucher97b2e202015-04-20 16:51:00 -0400158struct amdgpu_irq_src;
Alex Deucher0b492a42015-08-16 22:48:26 -0400159struct amdgpu_fpriv;
Alex Deucher97b2e202015-04-20 16:51:00 -0400160
161enum amdgpu_cp_irq {
162 AMDGPU_CP_IRQ_GFX_EOP = 0,
163 AMDGPU_CP_IRQ_COMPUTE_MEC1_PIPE0_EOP,
164 AMDGPU_CP_IRQ_COMPUTE_MEC1_PIPE1_EOP,
165 AMDGPU_CP_IRQ_COMPUTE_MEC1_PIPE2_EOP,
166 AMDGPU_CP_IRQ_COMPUTE_MEC1_PIPE3_EOP,
167 AMDGPU_CP_IRQ_COMPUTE_MEC2_PIPE0_EOP,
168 AMDGPU_CP_IRQ_COMPUTE_MEC2_PIPE1_EOP,
169 AMDGPU_CP_IRQ_COMPUTE_MEC2_PIPE2_EOP,
170 AMDGPU_CP_IRQ_COMPUTE_MEC2_PIPE3_EOP,
171
172 AMDGPU_CP_IRQ_LAST
173};
174
175enum amdgpu_sdma_irq {
176 AMDGPU_SDMA_IRQ_TRAP0 = 0,
177 AMDGPU_SDMA_IRQ_TRAP1,
178
179 AMDGPU_SDMA_IRQ_LAST
180};
181
182enum amdgpu_thermal_irq {
183 AMDGPU_THERMAL_IRQ_LOW_TO_HIGH = 0,
184 AMDGPU_THERMAL_IRQ_HIGH_TO_LOW,
185
186 AMDGPU_THERMAL_IRQ_LAST
187};
188
Alex Deucher97b2e202015-04-20 16:51:00 -0400189int amdgpu_set_clockgating_state(struct amdgpu_device *adev,
yanyang15fc3aee2015-05-22 14:39:35 -0400190 enum amd_ip_block_type block_type,
191 enum amd_clockgating_state state);
Alex Deucher97b2e202015-04-20 16:51:00 -0400192int amdgpu_set_powergating_state(struct amdgpu_device *adev,
yanyang15fc3aee2015-05-22 14:39:35 -0400193 enum amd_ip_block_type block_type,
194 enum amd_powergating_state state);
Alex Deucher5dbbb602016-06-23 11:41:04 -0400195int amdgpu_wait_for_idle(struct amdgpu_device *adev,
196 enum amd_ip_block_type block_type);
197bool amdgpu_is_idle(struct amdgpu_device *adev,
198 enum amd_ip_block_type block_type);
Alex Deucher97b2e202015-04-20 16:51:00 -0400199
200struct amdgpu_ip_block_version {
yanyang15fc3aee2015-05-22 14:39:35 -0400201 enum amd_ip_block_type type;
Alex Deucher97b2e202015-04-20 16:51:00 -0400202 u32 major;
203 u32 minor;
204 u32 rev;
yanyang15fc3aee2015-05-22 14:39:35 -0400205 const struct amd_ip_funcs *funcs;
Alex Deucher97b2e202015-04-20 16:51:00 -0400206};
207
208int amdgpu_ip_block_version_cmp(struct amdgpu_device *adev,
yanyang15fc3aee2015-05-22 14:39:35 -0400209 enum amd_ip_block_type type,
Alex Deucher97b2e202015-04-20 16:51:00 -0400210 u32 major, u32 minor);
211
212const struct amdgpu_ip_block_version * amdgpu_get_ip_block(
213 struct amdgpu_device *adev,
yanyang15fc3aee2015-05-22 14:39:35 -0400214 enum amd_ip_block_type type);
Alex Deucher97b2e202015-04-20 16:51:00 -0400215
216/* provided by hw blocks that can move/clear data. e.g., gfx or sdma */
217struct amdgpu_buffer_funcs {
218 /* maximum bytes in a single operation */
219 uint32_t copy_max_bytes;
220
221 /* number of dw to reserve per operation */
222 unsigned copy_num_dw;
223
224 /* used for buffer migration */
Chunming Zhouc7ae72c2015-08-25 17:23:45 +0800225 void (*emit_copy_buffer)(struct amdgpu_ib *ib,
Alex Deucher97b2e202015-04-20 16:51:00 -0400226 /* src addr in bytes */
227 uint64_t src_offset,
228 /* dst addr in bytes */
229 uint64_t dst_offset,
230 /* number of byte to transfer */
231 uint32_t byte_count);
232
233 /* maximum bytes in a single operation */
234 uint32_t fill_max_bytes;
235
236 /* number of dw to reserve per operation */
237 unsigned fill_num_dw;
238
239 /* used for buffer clearing */
Chunming Zhou6e7a3842015-08-27 13:46:09 +0800240 void (*emit_fill_buffer)(struct amdgpu_ib *ib,
Alex Deucher97b2e202015-04-20 16:51:00 -0400241 /* value to write to memory */
242 uint32_t src_data,
243 /* dst addr in bytes */
244 uint64_t dst_offset,
245 /* number of byte to fill */
246 uint32_t byte_count);
247};
248
249/* provided by hw blocks that can write ptes, e.g., sdma */
250struct amdgpu_vm_pte_funcs {
251 /* copy pte entries from GART */
252 void (*copy_pte)(struct amdgpu_ib *ib,
253 uint64_t pe, uint64_t src,
254 unsigned count);
255 /* write pte one entry at a time with addr mapping */
Christian Königde9ea7b2016-08-12 11:33:30 +0200256 void (*write_pte)(struct amdgpu_ib *ib, uint64_t pe,
257 uint64_t value, unsigned count,
258 uint32_t incr);
Alex Deucher97b2e202015-04-20 16:51:00 -0400259 /* for linear pte/pde updates without addr mapping */
260 void (*set_pte_pde)(struct amdgpu_ib *ib,
261 uint64_t pe,
262 uint64_t addr, unsigned count,
263 uint32_t incr, uint32_t flags);
Alex Deucher97b2e202015-04-20 16:51:00 -0400264};
265
266/* provided by the gmc block */
267struct amdgpu_gart_funcs {
268 /* flush the vm tlb via mmio */
269 void (*flush_gpu_tlb)(struct amdgpu_device *adev,
270 uint32_t vmid);
271 /* write pte/pde updates using the cpu */
272 int (*set_pte_pde)(struct amdgpu_device *adev,
273 void *cpu_pt_addr, /* cpu addr of page table */
274 uint32_t gpu_page_idx, /* pte/pde to update */
275 uint64_t addr, /* addr to write into pte/pde */
276 uint32_t flags); /* access flags */
277};
278
279/* provided by the ih block */
280struct amdgpu_ih_funcs {
281 /* ring read/write ptr handling, called from interrupt context */
282 u32 (*get_wptr)(struct amdgpu_device *adev);
283 void (*decode_iv)(struct amdgpu_device *adev,
284 struct amdgpu_iv_entry *entry);
285 void (*set_rptr)(struct amdgpu_device *adev);
286};
287
288/* provided by hw blocks that expose a ring buffer for commands */
289struct amdgpu_ring_funcs {
290 /* ring read/write ptr handling */
291 u32 (*get_rptr)(struct amdgpu_ring *ring);
292 u32 (*get_wptr)(struct amdgpu_ring *ring);
293 void (*set_wptr)(struct amdgpu_ring *ring);
294 /* validating and patching of IBs */
295 int (*parse_cs)(struct amdgpu_cs_parser *p, uint32_t ib_idx);
296 /* command emit functions */
297 void (*emit_ib)(struct amdgpu_ring *ring,
Christian Königd88bf582016-05-06 17:50:03 +0200298 struct amdgpu_ib *ib,
299 unsigned vm_id, bool ctx_switch);
Alex Deucher97b2e202015-04-20 16:51:00 -0400300 void (*emit_fence)(struct amdgpu_ring *ring, uint64_t addr,
Chunming Zhou890ee232015-06-01 14:35:03 +0800301 uint64_t seq, unsigned flags);
Christian Königb8c7b392016-03-01 15:42:52 +0100302 void (*emit_pipeline_sync)(struct amdgpu_ring *ring);
Alex Deucher97b2e202015-04-20 16:51:00 -0400303 void (*emit_vm_flush)(struct amdgpu_ring *ring, unsigned vm_id,
304 uint64_t pd_addr);
Christian Königd2edb072015-05-11 14:10:34 +0200305 void (*emit_hdp_flush)(struct amdgpu_ring *ring);
Chunming Zhou11afbde2016-03-03 11:38:48 +0800306 void (*emit_hdp_invalidate)(struct amdgpu_ring *ring);
Alex Deucher97b2e202015-04-20 16:51:00 -0400307 void (*emit_gds_switch)(struct amdgpu_ring *ring, uint32_t vmid,
308 uint32_t gds_base, uint32_t gds_size,
309 uint32_t gws_base, uint32_t gws_size,
310 uint32_t oa_base, uint32_t oa_size);
311 /* testing functions */
312 int (*test_ring)(struct amdgpu_ring *ring);
Christian Königbbec97a2016-07-05 21:07:17 +0200313 int (*test_ib)(struct amdgpu_ring *ring, long timeout);
Jammy Zhouedff0e22015-09-01 13:04:08 +0800314 /* insert NOP packets */
315 void (*insert_nop)(struct amdgpu_ring *ring, uint32_t count);
Christian König9e5d53092016-01-31 12:20:55 +0100316 /* pad the indirect buffer to the necessary number of dw */
317 void (*pad_ib)(struct amdgpu_ring *ring, struct amdgpu_ib *ib);
Monk Liu03ccf482016-01-14 19:07:38 +0800318 unsigned (*init_cond_exec)(struct amdgpu_ring *ring);
319 void (*patch_cond_exec)(struct amdgpu_ring *ring, unsigned offset);
Christian Königf06505b2016-07-20 13:49:34 +0200320 /* note usage for clock and power gating */
321 void (*begin_use)(struct amdgpu_ring *ring);
322 void (*end_use)(struct amdgpu_ring *ring);
Monk Liuc2167a62016-08-26 14:12:37 +0800323 void (*emit_switch_buffer) (struct amdgpu_ring *ring);
Monk Liu753ad492016-08-26 13:28:28 +0800324 void (*emit_cntxcntl) (struct amdgpu_ring *ring, uint32_t flags);
Alex Deucher97b2e202015-04-20 16:51:00 -0400325};
326
327/*
328 * BIOS.
329 */
330bool amdgpu_get_bios(struct amdgpu_device *adev);
331bool amdgpu_read_bios(struct amdgpu_device *adev);
332
333/*
334 * Dummy page
335 */
336struct amdgpu_dummy_page {
337 struct page *page;
338 dma_addr_t addr;
339};
340int amdgpu_dummy_page_init(struct amdgpu_device *adev);
341void amdgpu_dummy_page_fini(struct amdgpu_device *adev);
342
343
344/*
345 * Clocks
346 */
347
348#define AMDGPU_MAX_PPLL 3
349
350struct amdgpu_clock {
351 struct amdgpu_pll ppll[AMDGPU_MAX_PPLL];
352 struct amdgpu_pll spll;
353 struct amdgpu_pll mpll;
354 /* 10 Khz units */
355 uint32_t default_mclk;
356 uint32_t default_sclk;
357 uint32_t default_dispclk;
358 uint32_t current_dispclk;
359 uint32_t dp_extclk;
360 uint32_t max_pixel_clock;
361};
362
363/*
364 * Fences.
365 */
366struct amdgpu_fence_driver {
Alex Deucher97b2e202015-04-20 16:51:00 -0400367 uint64_t gpu_addr;
368 volatile uint32_t *cpu_addr;
369 /* sync_seq is protected by ring emission lock */
Christian König742c0852016-03-14 15:46:06 +0100370 uint32_t sync_seq;
371 atomic_t last_seq;
Alex Deucher97b2e202015-04-20 16:51:00 -0400372 bool initialized;
Alex Deucher97b2e202015-04-20 16:51:00 -0400373 struct amdgpu_irq_src *irq_src;
374 unsigned irq_type;
Christian Königc2776af2015-11-03 13:27:39 +0100375 struct timer_list fallback_timer;
Christian Königc89377d2016-03-13 19:19:48 +0100376 unsigned num_fences_mask;
Christian König4a7d74f2016-03-14 14:29:46 +0100377 spinlock_t lock;
Christian Königc89377d2016-03-13 19:19:48 +0100378 struct fence **fences;
Alex Deucher97b2e202015-04-20 16:51:00 -0400379};
380
381/* some special values for the owner field */
382#define AMDGPU_FENCE_OWNER_UNDEFINED ((void*)0ul)
383#define AMDGPU_FENCE_OWNER_VM ((void*)1ul)
Alex Deucher97b2e202015-04-20 16:51:00 -0400384
Chunming Zhou890ee232015-06-01 14:35:03 +0800385#define AMDGPU_FENCE_FLAG_64BIT (1 << 0)
386#define AMDGPU_FENCE_FLAG_INT (1 << 1)
387
Alex Deucher97b2e202015-04-20 16:51:00 -0400388int amdgpu_fence_driver_init(struct amdgpu_device *adev);
389void amdgpu_fence_driver_fini(struct amdgpu_device *adev);
390void amdgpu_fence_driver_force_completion(struct amdgpu_device *adev);
391
Christian Könige6151a02016-03-15 14:52:26 +0100392int amdgpu_fence_driver_init_ring(struct amdgpu_ring *ring,
393 unsigned num_hw_submission);
Alex Deucher97b2e202015-04-20 16:51:00 -0400394int amdgpu_fence_driver_start_ring(struct amdgpu_ring *ring,
395 struct amdgpu_irq_src *irq_src,
396 unsigned irq_type);
Alex Deucher5ceb54c2015-08-05 12:41:48 -0400397void amdgpu_fence_driver_suspend(struct amdgpu_device *adev);
398void amdgpu_fence_driver_resume(struct amdgpu_device *adev);
Christian König364beb22016-02-16 17:39:39 +0100399int amdgpu_fence_emit(struct amdgpu_ring *ring, struct fence **fence);
Alex Deucher97b2e202015-04-20 16:51:00 -0400400void amdgpu_fence_process(struct amdgpu_ring *ring);
Alex Deucher97b2e202015-04-20 16:51:00 -0400401int amdgpu_fence_wait_empty(struct amdgpu_ring *ring);
402unsigned amdgpu_fence_count_emitted(struct amdgpu_ring *ring);
403
Alex Deucher97b2e202015-04-20 16:51:00 -0400404/*
Flora Cuic632d792016-08-02 11:32:41 +0800405 * BO.
Alex Deucher97b2e202015-04-20 16:51:00 -0400406 */
Christian König29b32592016-04-15 17:19:16 +0200407
Alex Deucher97b2e202015-04-20 16:51:00 -0400408struct amdgpu_bo_list_entry {
409 struct amdgpu_bo *robj;
410 struct ttm_validate_buffer tv;
411 struct amdgpu_bo_va *bo_va;
Alex Deucher97b2e202015-04-20 16:51:00 -0400412 uint32_t priority;
Christian König2f568db2016-02-23 12:36:59 +0100413 struct page **user_pages;
414 int user_invalidated;
Alex Deucher97b2e202015-04-20 16:51:00 -0400415};
416
417struct amdgpu_bo_va_mapping {
418 struct list_head list;
419 struct interval_tree_node it;
420 uint64_t offset;
421 uint32_t flags;
422};
423
424/* bo virtual addresses in a specific vm */
425struct amdgpu_bo_va {
426 /* protected by bo being reserved */
427 struct list_head bo_list;
Chunming Zhoubb1e38a42015-08-03 18:19:38 +0800428 struct fence *last_pt_update;
Alex Deucher97b2e202015-04-20 16:51:00 -0400429 unsigned ref_count;
430
Christian König7fc11952015-07-30 11:53:42 +0200431 /* protected by vm mutex and spinlock */
Alex Deucher97b2e202015-04-20 16:51:00 -0400432 struct list_head vm_status;
433
Christian König7fc11952015-07-30 11:53:42 +0200434 /* mappings for this bo_va */
435 struct list_head invalids;
436 struct list_head valids;
437
Alex Deucher97b2e202015-04-20 16:51:00 -0400438 /* constant after initialization */
439 struct amdgpu_vm *vm;
440 struct amdgpu_bo *bo;
441};
442
Chunming Zhou7e5a5472015-04-24 17:37:30 +0800443#define AMDGPU_GEM_DOMAIN_MAX 0x3
444
Alex Deucher97b2e202015-04-20 16:51:00 -0400445struct amdgpu_bo {
446 /* Protected by gem.mutex */
447 struct list_head list;
448 /* Protected by tbo.reserved */
Christian König1ea863f2015-12-18 22:13:12 +0100449 u32 prefered_domains;
450 u32 allowed_domains;
Chunming Zhou7e5a5472015-04-24 17:37:30 +0800451 struct ttm_place placements[AMDGPU_GEM_DOMAIN_MAX + 1];
Alex Deucher97b2e202015-04-20 16:51:00 -0400452 struct ttm_placement placement;
453 struct ttm_buffer_object tbo;
454 struct ttm_bo_kmap_obj kmap;
455 u64 flags;
456 unsigned pin_count;
457 void *kptr;
458 u64 tiling_flags;
459 u64 metadata_flags;
460 void *metadata;
461 u32 metadata_size;
462 /* list of all virtual address to which this bo
463 * is associated to
464 */
465 struct list_head va;
466 /* Constant after initialization */
467 struct amdgpu_device *adev;
468 struct drm_gem_object gem_base;
Christian König82b9c552015-11-27 16:49:00 +0100469 struct amdgpu_bo *parent;
Chunming Zhoue7893c42016-07-26 14:13:21 +0800470 struct amdgpu_bo *shadow;
Alex Deucher97b2e202015-04-20 16:51:00 -0400471
472 struct ttm_bo_kmap_obj dma_buf_vmap;
Alex Deucher97b2e202015-04-20 16:51:00 -0400473 struct amdgpu_mn *mn;
474 struct list_head mn_list;
Chunming Zhou0c4e7fa2016-08-17 11:41:30 +0800475 struct list_head shadow_list;
Alex Deucher97b2e202015-04-20 16:51:00 -0400476};
477#define gem_to_amdgpu_bo(gobj) container_of((gobj), struct amdgpu_bo, gem_base)
478
479void amdgpu_gem_object_free(struct drm_gem_object *obj);
480int amdgpu_gem_object_open(struct drm_gem_object *obj,
481 struct drm_file *file_priv);
482void amdgpu_gem_object_close(struct drm_gem_object *obj,
483 struct drm_file *file_priv);
484unsigned long amdgpu_gem_timeout(uint64_t timeout_ns);
485struct sg_table *amdgpu_gem_prime_get_sg_table(struct drm_gem_object *obj);
Christian König4d9c5142016-05-03 18:46:19 +0200486struct drm_gem_object *
487amdgpu_gem_prime_import_sg_table(struct drm_device *dev,
488 struct dma_buf_attachment *attach,
489 struct sg_table *sg);
Alex Deucher97b2e202015-04-20 16:51:00 -0400490struct dma_buf *amdgpu_gem_prime_export(struct drm_device *dev,
491 struct drm_gem_object *gobj,
492 int flags);
493int amdgpu_gem_prime_pin(struct drm_gem_object *obj);
494void amdgpu_gem_prime_unpin(struct drm_gem_object *obj);
495struct reservation_object *amdgpu_gem_prime_res_obj(struct drm_gem_object *);
496void *amdgpu_gem_prime_vmap(struct drm_gem_object *obj);
497void amdgpu_gem_prime_vunmap(struct drm_gem_object *obj, void *vaddr);
498int amdgpu_gem_debugfs_init(struct amdgpu_device *adev);
499
500/* sub-allocation manager, it has to be protected by another lock.
501 * By conception this is an helper for other part of the driver
502 * like the indirect buffer or semaphore, which both have their
503 * locking.
504 *
505 * Principe is simple, we keep a list of sub allocation in offset
506 * order (first entry has offset == 0, last entry has the highest
507 * offset).
508 *
509 * When allocating new object we first check if there is room at
510 * the end total_size - (last_object_offset + last_object_size) >=
511 * alloc_size. If so we allocate new object there.
512 *
513 * When there is not enough room at the end, we start waiting for
514 * each sub object until we reach object_offset+object_size >=
515 * alloc_size, this object then become the sub object we return.
516 *
517 * Alignment can't be bigger than page size.
518 *
519 * Hole are not considered for allocation to keep things simple.
520 * Assumption is that there won't be hole (all object on same
521 * alignment).
522 */
Christian König6ba60b82016-03-11 14:50:08 +0100523
524#define AMDGPU_SA_NUM_FENCE_LISTS 32
525
Alex Deucher97b2e202015-04-20 16:51:00 -0400526struct amdgpu_sa_manager {
527 wait_queue_head_t wq;
528 struct amdgpu_bo *bo;
529 struct list_head *hole;
Christian König6ba60b82016-03-11 14:50:08 +0100530 struct list_head flist[AMDGPU_SA_NUM_FENCE_LISTS];
Alex Deucher97b2e202015-04-20 16:51:00 -0400531 struct list_head olist;
532 unsigned size;
533 uint64_t gpu_addr;
534 void *cpu_ptr;
535 uint32_t domain;
536 uint32_t align;
537};
538
Alex Deucher97b2e202015-04-20 16:51:00 -0400539/* sub-allocation buffer */
540struct amdgpu_sa_bo {
541 struct list_head olist;
542 struct list_head flist;
543 struct amdgpu_sa_manager *manager;
544 unsigned soffset;
545 unsigned eoffset;
Chunming Zhou4ce98912015-08-19 16:41:19 +0800546 struct fence *fence;
Alex Deucher97b2e202015-04-20 16:51:00 -0400547};
548
549/*
550 * GEM objects.
551 */
Christian König418aa0c2016-02-15 16:59:57 +0100552void amdgpu_gem_force_release(struct amdgpu_device *adev);
Alex Deucher97b2e202015-04-20 16:51:00 -0400553int amdgpu_gem_object_create(struct amdgpu_device *adev, unsigned long size,
554 int alignment, u32 initial_domain,
555 u64 flags, bool kernel,
556 struct drm_gem_object **obj);
557
558int amdgpu_mode_dumb_create(struct drm_file *file_priv,
559 struct drm_device *dev,
560 struct drm_mode_create_dumb *args);
561int amdgpu_mode_dumb_mmap(struct drm_file *filp,
562 struct drm_device *dev,
563 uint32_t handle, uint64_t *offset_p);
Alex Deucher97b2e202015-04-20 16:51:00 -0400564/*
565 * Synchronization
566 */
567struct amdgpu_sync {
Christian Königf91b3a62015-08-20 14:47:40 +0800568 DECLARE_HASHTABLE(fences, 4);
Chunming Zhou3c623382015-08-20 18:33:59 +0800569 struct fence *last_vm_update;
Alex Deucher97b2e202015-04-20 16:51:00 -0400570};
571
572void amdgpu_sync_create(struct amdgpu_sync *sync);
Christian König91e1a522015-07-06 22:06:40 +0200573int amdgpu_sync_fence(struct amdgpu_device *adev, struct amdgpu_sync *sync,
574 struct fence *f);
Alex Deucher97b2e202015-04-20 16:51:00 -0400575int amdgpu_sync_resv(struct amdgpu_device *adev,
576 struct amdgpu_sync *sync,
577 struct reservation_object *resv,
578 void *owner);
Christian König1fbb2e92016-06-01 10:47:36 +0200579struct fence *amdgpu_sync_peek_fence(struct amdgpu_sync *sync,
580 struct amdgpu_ring *ring);
Christian Könige61235d2015-08-25 11:05:36 +0200581struct fence *amdgpu_sync_get_fence(struct amdgpu_sync *sync);
Christian König8a8f0b42016-02-03 15:11:39 +0100582void amdgpu_sync_free(struct amdgpu_sync *sync);
Christian König257bf152016-02-16 11:24:58 +0100583int amdgpu_sync_init(void);
584void amdgpu_sync_fini(void);
Rex Zhud573de22016-05-12 13:27:28 +0800585int amdgpu_fence_slab_init(void);
586void amdgpu_fence_slab_fini(void);
Alex Deucher97b2e202015-04-20 16:51:00 -0400587
588/*
589 * GART structures, functions & helpers
590 */
591struct amdgpu_mc;
592
593#define AMDGPU_GPU_PAGE_SIZE 4096
594#define AMDGPU_GPU_PAGE_MASK (AMDGPU_GPU_PAGE_SIZE - 1)
595#define AMDGPU_GPU_PAGE_SHIFT 12
596#define AMDGPU_GPU_PAGE_ALIGN(a) (((a) + AMDGPU_GPU_PAGE_MASK) & ~AMDGPU_GPU_PAGE_MASK)
597
598struct amdgpu_gart {
599 dma_addr_t table_addr;
600 struct amdgpu_bo *robj;
601 void *ptr;
602 unsigned num_gpu_pages;
603 unsigned num_cpu_pages;
604 unsigned table_size;
Christian Königa1d29472016-03-30 14:42:57 +0200605#ifdef CONFIG_DRM_AMDGPU_GART_DEBUGFS
Alex Deucher97b2e202015-04-20 16:51:00 -0400606 struct page **pages;
Christian Königa1d29472016-03-30 14:42:57 +0200607#endif
Alex Deucher97b2e202015-04-20 16:51:00 -0400608 bool ready;
609 const struct amdgpu_gart_funcs *gart_funcs;
610};
611
612int amdgpu_gart_table_ram_alloc(struct amdgpu_device *adev);
613void amdgpu_gart_table_ram_free(struct amdgpu_device *adev);
614int amdgpu_gart_table_vram_alloc(struct amdgpu_device *adev);
615void amdgpu_gart_table_vram_free(struct amdgpu_device *adev);
616int amdgpu_gart_table_vram_pin(struct amdgpu_device *adev);
617void amdgpu_gart_table_vram_unpin(struct amdgpu_device *adev);
618int amdgpu_gart_init(struct amdgpu_device *adev);
619void amdgpu_gart_fini(struct amdgpu_device *adev);
620void amdgpu_gart_unbind(struct amdgpu_device *adev, unsigned offset,
621 int pages);
622int amdgpu_gart_bind(struct amdgpu_device *adev, unsigned offset,
623 int pages, struct page **pagelist,
624 dma_addr_t *dma_addr, uint32_t flags);
Chunming Zhou2c0d7312016-08-30 16:36:25 +0800625int amdgpu_ttm_recover_gart(struct amdgpu_device *adev);
Alex Deucher97b2e202015-04-20 16:51:00 -0400626
627/*
628 * GPU MC structures, functions & helpers
629 */
630struct amdgpu_mc {
631 resource_size_t aper_size;
632 resource_size_t aper_base;
633 resource_size_t agp_base;
634 /* for some chips with <= 32MB we need to lie
635 * about vram size near mc fb location */
636 u64 mc_vram_size;
637 u64 visible_vram_size;
638 u64 gtt_size;
639 u64 gtt_start;
640 u64 gtt_end;
641 u64 vram_start;
642 u64 vram_end;
643 unsigned vram_width;
644 u64 real_vram_size;
645 int vram_mtrr;
646 u64 gtt_base_align;
647 u64 mc_mask;
648 const struct firmware *fw; /* MC firmware */
649 uint32_t fw_version;
650 struct amdgpu_irq_src vm_fault;
Ken Wang81c59f52015-06-03 21:02:01 +0800651 uint32_t vram_type;
Chunming Zhou50b01972016-07-18 16:59:24 +0800652 uint32_t srbm_soft_reset;
653 struct amdgpu_mode_mc_save save;
Alex Deucher97b2e202015-04-20 16:51:00 -0400654};
655
656/*
657 * GPU doorbell structures, functions & helpers
658 */
659typedef enum _AMDGPU_DOORBELL_ASSIGNMENT
660{
661 AMDGPU_DOORBELL_KIQ = 0x000,
662 AMDGPU_DOORBELL_HIQ = 0x001,
663 AMDGPU_DOORBELL_DIQ = 0x002,
664 AMDGPU_DOORBELL_MEC_RING0 = 0x010,
665 AMDGPU_DOORBELL_MEC_RING1 = 0x011,
666 AMDGPU_DOORBELL_MEC_RING2 = 0x012,
667 AMDGPU_DOORBELL_MEC_RING3 = 0x013,
668 AMDGPU_DOORBELL_MEC_RING4 = 0x014,
669 AMDGPU_DOORBELL_MEC_RING5 = 0x015,
670 AMDGPU_DOORBELL_MEC_RING6 = 0x016,
671 AMDGPU_DOORBELL_MEC_RING7 = 0x017,
672 AMDGPU_DOORBELL_GFX_RING0 = 0x020,
673 AMDGPU_DOORBELL_sDMA_ENGINE0 = 0x1E0,
674 AMDGPU_DOORBELL_sDMA_ENGINE1 = 0x1E1,
675 AMDGPU_DOORBELL_IH = 0x1E8,
676 AMDGPU_DOORBELL_MAX_ASSIGNMENT = 0x3FF,
677 AMDGPU_DOORBELL_INVALID = 0xFFFF
678} AMDGPU_DOORBELL_ASSIGNMENT;
679
680struct amdgpu_doorbell {
681 /* doorbell mmio */
682 resource_size_t base;
683 resource_size_t size;
684 u32 __iomem *ptr;
685 u32 num_doorbells; /* Number of doorbells actually reserved for amdgpu. */
686};
687
688void amdgpu_doorbell_get_kfd_info(struct amdgpu_device *adev,
689 phys_addr_t *aperture_base,
690 size_t *aperture_size,
691 size_t *start_offset);
692
693/*
694 * IRQS.
695 */
696
697struct amdgpu_flip_work {
Michel Dänzer325cbba2016-08-04 12:39:37 +0900698 struct delayed_work flip_work;
Alex Deucher97b2e202015-04-20 16:51:00 -0400699 struct work_struct unpin_work;
700 struct amdgpu_device *adev;
701 int crtc_id;
Michel Dänzer325cbba2016-08-04 12:39:37 +0900702 u32 target_vblank;
Alex Deucher97b2e202015-04-20 16:51:00 -0400703 uint64_t base;
704 struct drm_pending_vblank_event *event;
705 struct amdgpu_bo *old_rbo;
Christian König1ffd2652015-08-11 17:29:52 +0200706 struct fence *excl;
707 unsigned shared_count;
708 struct fence **shared;
Christian Königc3874b72016-02-11 15:48:30 +0100709 struct fence_cb cb;
Alex Deuchercb9e59d2016-05-05 16:03:57 -0400710 bool async;
Alex Deucher97b2e202015-04-20 16:51:00 -0400711};
712
713
714/*
715 * CP & rings.
716 */
717
718struct amdgpu_ib {
719 struct amdgpu_sa_bo *sa_bo;
720 uint32_t length_dw;
721 uint64_t gpu_addr;
722 uint32_t *ptr;
Jammy Zhoude807f82015-05-11 23:41:41 +0800723 uint32_t flags;
Alex Deucher97b2e202015-04-20 16:51:00 -0400724};
725
726enum amdgpu_ring_type {
727 AMDGPU_RING_TYPE_GFX,
728 AMDGPU_RING_TYPE_COMPUTE,
729 AMDGPU_RING_TYPE_SDMA,
730 AMDGPU_RING_TYPE_UVD,
731 AMDGPU_RING_TYPE_VCE
732};
733
Nils Wallménius62250a92016-04-10 16:30:00 +0200734extern const struct amd_sched_backend_ops amdgpu_sched_ops;
Chunming Zhouc1b69ed2015-07-21 13:45:14 +0800735
Christian König50838c82016-02-03 13:44:52 +0100736int amdgpu_job_alloc(struct amdgpu_device *adev, unsigned num_ibs,
Monk Liuc5637832016-04-19 20:11:32 +0800737 struct amdgpu_job **job, struct amdgpu_vm *vm);
Christian Königd71518b2016-02-01 12:20:25 +0100738int amdgpu_job_alloc_with_ib(struct amdgpu_device *adev, unsigned size,
739 struct amdgpu_job **job);
Monk Liub6723c82016-03-10 12:14:44 +0800740
Christian Königa5fb4ec2016-06-29 15:10:31 +0200741void amdgpu_job_free_resources(struct amdgpu_job *job);
Christian König50838c82016-02-03 13:44:52 +0100742void amdgpu_job_free(struct amdgpu_job *job);
Christian Königd71518b2016-02-01 12:20:25 +0100743int amdgpu_job_submit(struct amdgpu_job *job, struct amdgpu_ring *ring,
Christian König2bd9ccf2016-02-01 12:53:58 +0100744 struct amd_sched_entity *entity, void *owner,
745 struct fence **f);
Chunming Zhou3c704e92015-07-29 10:33:14 +0800746
Alex Deucher97b2e202015-04-20 16:51:00 -0400747struct amdgpu_ring {
748 struct amdgpu_device *adev;
749 const struct amdgpu_ring_funcs *funcs;
750 struct amdgpu_fence_driver fence_drv;
Christian Königedf600d2016-05-03 15:54:54 +0200751 struct amd_gpu_scheduler sched;
Alex Deucher97b2e202015-04-20 16:51:00 -0400752
Alex Deucher97b2e202015-04-20 16:51:00 -0400753 struct amdgpu_bo *ring_obj;
754 volatile uint32_t *ring;
755 unsigned rptr_offs;
Alex Deucher97b2e202015-04-20 16:51:00 -0400756 unsigned wptr;
757 unsigned wptr_old;
758 unsigned ring_size;
Christian Königc7e6be22016-01-21 13:06:05 +0100759 unsigned max_dw;
Alex Deucher97b2e202015-04-20 16:51:00 -0400760 int count_dw;
Alex Deucher97b2e202015-04-20 16:51:00 -0400761 uint64_t gpu_addr;
762 uint32_t align_mask;
763 uint32_t ptr_mask;
764 bool ready;
765 u32 nop;
766 u32 idx;
Alex Deucher97b2e202015-04-20 16:51:00 -0400767 u32 me;
768 u32 pipe;
769 u32 queue;
770 struct amdgpu_bo *mqd_obj;
771 u32 doorbell_index;
772 bool use_doorbell;
773 unsigned wptr_offs;
Alex Deucher97b2e202015-04-20 16:51:00 -0400774 unsigned fence_offs;
Christian Königaa3b73f2016-05-03 15:17:40 +0200775 uint64_t current_ctx;
Alex Deucher97b2e202015-04-20 16:51:00 -0400776 enum amdgpu_ring_type type;
777 char name[16];
Monk Liu128cff12016-01-14 18:08:16 +0800778 unsigned cond_exe_offs;
Christian König92c023c2016-07-19 14:34:17 +0200779 u64 cond_exe_gpu_addr;
780 volatile u32 *cond_exe_cpu_addr;
Monk Liua909c6b2016-06-14 12:02:21 -0400781#if defined(CONFIG_DEBUG_FS)
782 struct dentry *ent;
783#endif
Alex Deucher97b2e202015-04-20 16:51:00 -0400784};
785
786/*
787 * VM
788 */
789
790/* maximum number of VMIDs */
791#define AMDGPU_NUM_VM 16
792
Christian König96105e52016-08-12 12:59:59 +0200793/* Maximum number of PTEs the hardware can write with one command */
794#define AMDGPU_VM_MAX_UPDATE_SIZE 0x3FFFF
795
Alex Deucher97b2e202015-04-20 16:51:00 -0400796/* number of entries in page table */
797#define AMDGPU_VM_PTE_COUNT (1 << amdgpu_vm_block_size)
798
799/* PTBs (Page Table Blocks) need to be aligned to 32K */
800#define AMDGPU_VM_PTB_ALIGN_SIZE 32768
Alex Deucher97b2e202015-04-20 16:51:00 -0400801
Christian König1303c732016-08-03 17:46:42 +0200802/* LOG2 number of continuous pages for the fragment field */
803#define AMDGPU_LOG2_PAGES_PER_FRAG 4
804
Alex Deucher97b2e202015-04-20 16:51:00 -0400805#define AMDGPU_PTE_VALID (1 << 0)
806#define AMDGPU_PTE_SYSTEM (1 << 1)
807#define AMDGPU_PTE_SNOOPED (1 << 2)
808
809/* VI only */
810#define AMDGPU_PTE_EXECUTABLE (1 << 4)
811
812#define AMDGPU_PTE_READABLE (1 << 5)
813#define AMDGPU_PTE_WRITEABLE (1 << 6)
814
Christian König1303c732016-08-03 17:46:42 +0200815#define AMDGPU_PTE_FRAG(x) ((x & 0x1f) << 7)
Alex Deucher97b2e202015-04-20 16:51:00 -0400816
Christian Königd9c13152015-09-28 12:31:26 +0200817/* How to programm VM fault handling */
818#define AMDGPU_VM_FAULT_STOP_NEVER 0
819#define AMDGPU_VM_FAULT_STOP_FIRST 1
820#define AMDGPU_VM_FAULT_STOP_ALWAYS 2
821
Alex Deucher97b2e202015-04-20 16:51:00 -0400822struct amdgpu_vm_pt {
Christian Königee1782c2015-12-11 21:01:23 +0100823 struct amdgpu_bo_list_entry entry;
824 uint64_t addr;
Chunming Zhou6557e3d2016-08-15 11:36:54 +0800825 uint64_t shadow_addr;
Alex Deucher97b2e202015-04-20 16:51:00 -0400826};
827
Alex Deucher97b2e202015-04-20 16:51:00 -0400828struct amdgpu_vm {
Christian König25cfc3c2015-12-19 19:42:05 +0100829 /* tree of virtual addresses mapped */
Alex Deucher97b2e202015-04-20 16:51:00 -0400830 struct rb_root va;
831
Christian König7fc11952015-07-30 11:53:42 +0200832 /* protecting invalidated */
Alex Deucher97b2e202015-04-20 16:51:00 -0400833 spinlock_t status_lock;
834
835 /* BOs moved, but not yet updated in the PT */
836 struct list_head invalidated;
837
Christian König7fc11952015-07-30 11:53:42 +0200838 /* BOs cleared in the PT because of a move */
839 struct list_head cleared;
840
841 /* BO mappings freed, but not yet updated in the PT */
Alex Deucher97b2e202015-04-20 16:51:00 -0400842 struct list_head freed;
843
844 /* contains the page directory */
845 struct amdgpu_bo *page_directory;
846 unsigned max_pde_used;
Bas Nieuwenhuizen05906de2015-08-14 20:08:40 +0200847 struct fence *page_directory_fence;
Christian König5a712a82016-06-21 16:28:15 +0200848 uint64_t last_eviction_counter;
Alex Deucher97b2e202015-04-20 16:51:00 -0400849
850 /* array of page tables, one for each page directory entry */
851 struct amdgpu_vm_pt *page_tables;
852
853 /* for id and flush management per ring */
Christian Königbcb1ba32016-03-08 15:40:11 +0100854 struct amdgpu_vm_id *ids[AMDGPU_MAX_RINGS];
Christian König25cfc3c2015-12-19 19:42:05 +0100855
jimqu81d75a32015-12-04 17:17:00 +0800856 /* protecting freed */
857 spinlock_t freed_lock;
Christian König2bd9ccf2016-02-01 12:53:58 +0100858
859 /* Scheduler entity for page table updates */
860 struct amd_sched_entity entity;
Chunming Zhou031e2982016-04-25 10:19:13 +0800861
862 /* client id */
863 u64 client_id;
Alex Deucher97b2e202015-04-20 16:51:00 -0400864};
865
Christian Königbcb1ba32016-03-08 15:40:11 +0100866struct amdgpu_vm_id {
Christian Königa9a78b32016-01-21 10:19:11 +0100867 struct list_head list;
Christian König832a9022016-02-15 12:33:02 +0100868 struct fence *first;
869 struct amdgpu_sync active;
Christian König41d9eb22016-03-01 16:46:18 +0100870 struct fence *last_flush;
Christian König0ea54b92016-05-04 10:20:01 +0200871 atomic64_t owner;
Christian König971fe9a92016-03-01 15:09:25 +0100872
Christian Königbcb1ba32016-03-08 15:40:11 +0100873 uint64_t pd_gpu_addr;
874 /* last flushed PD/PT update */
875 struct fence *flushed_updates;
876
Chunming Zhou6adb0512016-06-27 17:06:01 +0800877 uint32_t current_gpu_reset_count;
878
Christian König971fe9a92016-03-01 15:09:25 +0100879 uint32_t gds_base;
880 uint32_t gds_size;
881 uint32_t gws_base;
882 uint32_t gws_size;
883 uint32_t oa_base;
884 uint32_t oa_size;
Christian Königa9a78b32016-01-21 10:19:11 +0100885};
Christian König8d0a7ce2015-11-03 20:58:50 +0100886
Christian Königa9a78b32016-01-21 10:19:11 +0100887struct amdgpu_vm_manager {
888 /* Handling of VMIDs */
889 struct mutex lock;
890 unsigned num_ids;
891 struct list_head ids_lru;
Christian Königbcb1ba32016-03-08 15:40:11 +0100892 struct amdgpu_vm_id ids[AMDGPU_NUM_VM];
Christian König1c16c0a2015-11-14 21:31:40 +0100893
Christian König1fbb2e92016-06-01 10:47:36 +0200894 /* Handling of VM fences */
895 u64 fence_context;
896 unsigned seqno[AMDGPU_MAX_RINGS];
897
Christian König8b4fb002015-11-15 16:04:16 +0100898 uint32_t max_pfn;
Alex Deucher97b2e202015-04-20 16:51:00 -0400899 /* vram base address for page table entry */
Christian König8b4fb002015-11-15 16:04:16 +0100900 u64 vram_base_offset;
Alex Deucher97b2e202015-04-20 16:51:00 -0400901 /* is vm enabled? */
Christian König8b4fb002015-11-15 16:04:16 +0100902 bool enabled;
Alex Deucher97b2e202015-04-20 16:51:00 -0400903 /* vm pte handling */
904 const struct amdgpu_vm_pte_funcs *vm_pte_funcs;
Christian König2d55e452016-02-08 17:37:38 +0100905 struct amdgpu_ring *vm_pte_rings[AMDGPU_MAX_RINGS];
906 unsigned vm_pte_num_rings;
907 atomic_t vm_pte_next_ring;
Chunming Zhou031e2982016-04-25 10:19:13 +0800908 /* client id counter */
909 atomic64_t client_counter;
Alex Deucher97b2e202015-04-20 16:51:00 -0400910};
911
Christian Königa9a78b32016-01-21 10:19:11 +0100912void amdgpu_vm_manager_init(struct amdgpu_device *adev);
Christian Königea89f8c2015-11-15 20:52:06 +0100913void amdgpu_vm_manager_fini(struct amdgpu_device *adev);
Christian König8b4fb002015-11-15 16:04:16 +0100914int amdgpu_vm_init(struct amdgpu_device *adev, struct amdgpu_vm *vm);
915void amdgpu_vm_fini(struct amdgpu_device *adev, struct amdgpu_vm *vm);
Christian König56467eb2015-12-11 15:16:32 +0100916void amdgpu_vm_get_pd_bo(struct amdgpu_vm *vm,
917 struct list_head *validated,
918 struct amdgpu_bo_list_entry *entry);
Christian König5a712a82016-06-21 16:28:15 +0200919void amdgpu_vm_get_pt_bos(struct amdgpu_device *adev, struct amdgpu_vm *vm,
920 struct list_head *duplicates);
Christian Königeceb8a12016-01-11 15:35:21 +0100921void amdgpu_vm_move_pt_bos_in_lru(struct amdgpu_device *adev,
922 struct amdgpu_vm *vm);
Christian König8b4fb002015-11-15 16:04:16 +0100923int amdgpu_vm_grab_id(struct amdgpu_vm *vm, struct amdgpu_ring *ring,
Christian König4ff37a82016-02-26 16:18:26 +0100924 struct amdgpu_sync *sync, struct fence *fence,
Chunming Zhoufd53be32016-07-01 17:59:01 +0800925 struct amdgpu_job *job);
926int amdgpu_vm_flush(struct amdgpu_ring *ring, struct amdgpu_job *job);
Christian König971fe9a92016-03-01 15:09:25 +0100927void amdgpu_vm_reset_id(struct amdgpu_device *adev, unsigned vm_id);
Christian König8b4fb002015-11-15 16:04:16 +0100928int amdgpu_vm_update_page_directory(struct amdgpu_device *adev,
929 struct amdgpu_vm *vm);
930int amdgpu_vm_clear_freed(struct amdgpu_device *adev,
931 struct amdgpu_vm *vm);
932int amdgpu_vm_clear_invalids(struct amdgpu_device *adev, struct amdgpu_vm *vm,
933 struct amdgpu_sync *sync);
934int amdgpu_vm_bo_update(struct amdgpu_device *adev,
935 struct amdgpu_bo_va *bo_va,
Christian König99e124f2016-08-16 14:43:17 +0200936 bool clear);
Christian König8b4fb002015-11-15 16:04:16 +0100937void amdgpu_vm_bo_invalidate(struct amdgpu_device *adev,
938 struct amdgpu_bo *bo);
939struct amdgpu_bo_va *amdgpu_vm_bo_find(struct amdgpu_vm *vm,
940 struct amdgpu_bo *bo);
941struct amdgpu_bo_va *amdgpu_vm_bo_add(struct amdgpu_device *adev,
942 struct amdgpu_vm *vm,
943 struct amdgpu_bo *bo);
944int amdgpu_vm_bo_map(struct amdgpu_device *adev,
945 struct amdgpu_bo_va *bo_va,
946 uint64_t addr, uint64_t offset,
947 uint64_t size, uint32_t flags);
948int amdgpu_vm_bo_unmap(struct amdgpu_device *adev,
949 struct amdgpu_bo_va *bo_va,
950 uint64_t addr);
951void amdgpu_vm_bo_rmv(struct amdgpu_device *adev,
952 struct amdgpu_bo_va *bo_va);
Christian König8b4fb002015-11-15 16:04:16 +0100953
Alex Deucher97b2e202015-04-20 16:51:00 -0400954/*
955 * context related structures
956 */
957
Christian König21c16bf2015-07-07 17:24:49 +0200958struct amdgpu_ctx_ring {
Christian König91404fb2015-08-05 18:33:21 +0200959 uint64_t sequence;
Chunming Zhou37cd0ca2015-12-10 15:45:11 +0800960 struct fence **fences;
Christian König91404fb2015-08-05 18:33:21 +0200961 struct amd_sched_entity entity;
Christian König21c16bf2015-07-07 17:24:49 +0200962};
963
Alex Deucher97b2e202015-04-20 16:51:00 -0400964struct amdgpu_ctx {
Alex Deucher0b492a42015-08-16 22:48:26 -0400965 struct kref refcount;
Chunming Zhou9cb7e5a2015-07-21 13:17:19 +0800966 struct amdgpu_device *adev;
Alex Deucher0b492a42015-08-16 22:48:26 -0400967 unsigned reset_counter;
Christian König21c16bf2015-07-07 17:24:49 +0200968 spinlock_t ring_lock;
Chunming Zhou37cd0ca2015-12-10 15:45:11 +0800969 struct fence **fences;
Christian König21c16bf2015-07-07 17:24:49 +0200970 struct amdgpu_ctx_ring rings[AMDGPU_MAX_RINGS];
Monk Liu753ad492016-08-26 13:28:28 +0800971 bool preamble_presented;
Alex Deucher97b2e202015-04-20 16:51:00 -0400972};
973
974struct amdgpu_ctx_mgr {
Alex Deucher0b492a42015-08-16 22:48:26 -0400975 struct amdgpu_device *adev;
976 struct mutex lock;
977 /* protected by lock */
978 struct idr ctx_handles;
Alex Deucher97b2e202015-04-20 16:51:00 -0400979};
980
Alex Deucher0b492a42015-08-16 22:48:26 -0400981struct amdgpu_ctx *amdgpu_ctx_get(struct amdgpu_fpriv *fpriv, uint32_t id);
982int amdgpu_ctx_put(struct amdgpu_ctx *ctx);
983
Christian König21c16bf2015-07-07 17:24:49 +0200984uint64_t amdgpu_ctx_add_fence(struct amdgpu_ctx *ctx, struct amdgpu_ring *ring,
Christian Königce882e62015-08-19 15:00:55 +0200985 struct fence *fence);
Christian König21c16bf2015-07-07 17:24:49 +0200986struct fence *amdgpu_ctx_get_fence(struct amdgpu_ctx *ctx,
987 struct amdgpu_ring *ring, uint64_t seq);
988
Alex Deucher0b492a42015-08-16 22:48:26 -0400989int amdgpu_ctx_ioctl(struct drm_device *dev, void *data,
990 struct drm_file *filp);
991
Christian Königefd4ccb2015-08-04 16:20:31 +0200992void amdgpu_ctx_mgr_init(struct amdgpu_ctx_mgr *mgr);
993void amdgpu_ctx_mgr_fini(struct amdgpu_ctx_mgr *mgr);
Alex Deucher0b492a42015-08-16 22:48:26 -0400994
Alex Deucher97b2e202015-04-20 16:51:00 -0400995/*
996 * file private structure
997 */
998
999struct amdgpu_fpriv {
1000 struct amdgpu_vm vm;
1001 struct mutex bo_list_lock;
1002 struct idr bo_list_handles;
Alex Deucher0b492a42015-08-16 22:48:26 -04001003 struct amdgpu_ctx_mgr ctx_mgr;
Alex Deucher97b2e202015-04-20 16:51:00 -04001004};
1005
1006/*
1007 * residency list
1008 */
1009
1010struct amdgpu_bo_list {
1011 struct mutex lock;
1012 struct amdgpu_bo *gds_obj;
1013 struct amdgpu_bo *gws_obj;
1014 struct amdgpu_bo *oa_obj;
Christian König211dff52016-02-22 15:40:59 +01001015 unsigned first_userptr;
Alex Deucher97b2e202015-04-20 16:51:00 -04001016 unsigned num_entries;
1017 struct amdgpu_bo_list_entry *array;
1018};
1019
1020struct amdgpu_bo_list *
1021amdgpu_bo_list_get(struct amdgpu_fpriv *fpriv, int id);
Christian König636ce252015-12-18 21:26:47 +01001022void amdgpu_bo_list_get_list(struct amdgpu_bo_list *list,
1023 struct list_head *validated);
Alex Deucher97b2e202015-04-20 16:51:00 -04001024void amdgpu_bo_list_put(struct amdgpu_bo_list *list);
1025void amdgpu_bo_list_free(struct amdgpu_bo_list *list);
1026
1027/*
1028 * GFX stuff
1029 */
1030#include "clearstate_defs.h"
1031
Alex Deucher79e54122016-04-08 15:45:13 -04001032struct amdgpu_rlc_funcs {
1033 void (*enter_safe_mode)(struct amdgpu_device *adev);
1034 void (*exit_safe_mode)(struct amdgpu_device *adev);
1035};
1036
Alex Deucher97b2e202015-04-20 16:51:00 -04001037struct amdgpu_rlc {
1038 /* for power gating */
1039 struct amdgpu_bo *save_restore_obj;
1040 uint64_t save_restore_gpu_addr;
1041 volatile uint32_t *sr_ptr;
1042 const u32 *reg_list;
1043 u32 reg_list_size;
1044 /* for clear state */
1045 struct amdgpu_bo *clear_state_obj;
1046 uint64_t clear_state_gpu_addr;
1047 volatile uint32_t *cs_ptr;
1048 const struct cs_section_def *cs_data;
1049 u32 clear_state_size;
1050 /* for cp tables */
1051 struct amdgpu_bo *cp_table_obj;
1052 uint64_t cp_table_gpu_addr;
1053 volatile uint32_t *cp_table_ptr;
1054 u32 cp_table_size;
Alex Deucher79e54122016-04-08 15:45:13 -04001055
1056 /* safe mode for updating CG/PG state */
1057 bool in_safe_mode;
1058 const struct amdgpu_rlc_funcs *funcs;
Eric Huang2b6cd972016-04-14 17:26:07 -04001059
1060 /* for firmware data */
1061 u32 save_and_restore_offset;
1062 u32 clear_state_descriptor_offset;
1063 u32 avail_scratch_ram_locations;
1064 u32 reg_restore_list_size;
1065 u32 reg_list_format_start;
1066 u32 reg_list_format_separate_start;
1067 u32 starting_offsets_start;
1068 u32 reg_list_format_size_bytes;
1069 u32 reg_list_size_bytes;
1070
1071 u32 *register_list_format;
1072 u32 *register_restore;
Alex Deucher97b2e202015-04-20 16:51:00 -04001073};
1074
1075struct amdgpu_mec {
1076 struct amdgpu_bo *hpd_eop_obj;
1077 u64 hpd_eop_gpu_addr;
1078 u32 num_pipe;
1079 u32 num_mec;
1080 u32 num_queue;
1081};
1082
1083/*
1084 * GPU scratch registers structures, functions & helpers
1085 */
1086struct amdgpu_scratch {
1087 unsigned num_reg;
1088 uint32_t reg_base;
1089 bool free[32];
1090 uint32_t reg[32];
1091};
1092
1093/*
1094 * GFX configurations
1095 */
1096struct amdgpu_gca_config {
1097 unsigned max_shader_engines;
1098 unsigned max_tile_pipes;
1099 unsigned max_cu_per_sh;
1100 unsigned max_sh_per_se;
1101 unsigned max_backends_per_se;
1102 unsigned max_texture_channel_caches;
1103 unsigned max_gprs;
1104 unsigned max_gs_threads;
1105 unsigned max_hw_contexts;
1106 unsigned sc_prim_fifo_size_frontend;
1107 unsigned sc_prim_fifo_size_backend;
1108 unsigned sc_hiz_tile_fifo_size;
1109 unsigned sc_earlyz_tile_fifo_size;
1110
1111 unsigned num_tile_pipes;
1112 unsigned backend_enable_mask;
1113 unsigned mem_max_burst_length_bytes;
1114 unsigned mem_row_size_in_kb;
1115 unsigned shader_engine_tile_size;
1116 unsigned num_gpus;
1117 unsigned multi_gpu_tile_size;
1118 unsigned mc_arb_ramcfg;
1119 unsigned gb_addr_config;
Alex Deucher8f8e00c2016-02-12 00:39:13 -05001120 unsigned num_rbs;
Alex Deucher97b2e202015-04-20 16:51:00 -04001121
1122 uint32_t tile_mode_array[32];
1123 uint32_t macrotile_mode_array[16];
1124};
1125
Alex Deucher7dae69a2016-05-03 16:25:53 -04001126struct amdgpu_cu_info {
1127 uint32_t number; /* total active CU number */
1128 uint32_t ao_cu_mask;
1129 uint32_t bitmap[4][4];
1130};
1131
Alex Deucherb95e31f2016-07-07 15:01:42 -04001132struct amdgpu_gfx_funcs {
1133 /* get the gpu clock counter */
1134 uint64_t (*get_gpu_clock_counter)(struct amdgpu_device *adev);
Tom St Denis9559ef52016-06-28 10:26:48 -04001135 void (*select_se_sh)(struct amdgpu_device *adev, u32 se_num, u32 sh_num, u32 instance);
Alex Deucherb95e31f2016-07-07 15:01:42 -04001136};
1137
Alex Deucher97b2e202015-04-20 16:51:00 -04001138struct amdgpu_gfx {
1139 struct mutex gpu_clock_mutex;
1140 struct amdgpu_gca_config config;
1141 struct amdgpu_rlc rlc;
1142 struct amdgpu_mec mec;
1143 struct amdgpu_scratch scratch;
1144 const struct firmware *me_fw; /* ME firmware */
1145 uint32_t me_fw_version;
1146 const struct firmware *pfp_fw; /* PFP firmware */
1147 uint32_t pfp_fw_version;
1148 const struct firmware *ce_fw; /* CE firmware */
1149 uint32_t ce_fw_version;
1150 const struct firmware *rlc_fw; /* RLC firmware */
1151 uint32_t rlc_fw_version;
1152 const struct firmware *mec_fw; /* MEC firmware */
1153 uint32_t mec_fw_version;
1154 const struct firmware *mec2_fw; /* MEC2 firmware */
1155 uint32_t mec2_fw_version;
Ken Wang02558a02015-06-03 19:52:06 +08001156 uint32_t me_feature_version;
1157 uint32_t ce_feature_version;
1158 uint32_t pfp_feature_version;
Jammy Zhou351643d2015-08-04 10:43:50 +08001159 uint32_t rlc_feature_version;
1160 uint32_t mec_feature_version;
1161 uint32_t mec2_feature_version;
Alex Deucher97b2e202015-04-20 16:51:00 -04001162 struct amdgpu_ring gfx_ring[AMDGPU_MAX_GFX_RINGS];
1163 unsigned num_gfx_rings;
1164 struct amdgpu_ring compute_ring[AMDGPU_MAX_COMPUTE_RINGS];
1165 unsigned num_compute_rings;
1166 struct amdgpu_irq_src eop_irq;
1167 struct amdgpu_irq_src priv_reg_irq;
1168 struct amdgpu_irq_src priv_inst_irq;
1169 /* gfx status */
Alex Deucher7dae69a2016-05-03 16:25:53 -04001170 uint32_t gfx_current_status;
Ken Wanga101a892015-06-03 17:47:54 +08001171 /* ce ram size*/
Alex Deucher7dae69a2016-05-03 16:25:53 -04001172 unsigned ce_ram_size;
1173 struct amdgpu_cu_info cu_info;
Alex Deucherb95e31f2016-07-07 15:01:42 -04001174 const struct amdgpu_gfx_funcs *funcs;
Chunming Zhou3d7c6382016-07-15 11:28:30 +08001175
1176 /* reset mask */
1177 uint32_t grbm_soft_reset;
1178 uint32_t srbm_soft_reset;
Alex Deucher97b2e202015-04-20 16:51:00 -04001179};
1180
Christian Königb07c60c2016-01-31 12:29:04 +01001181int amdgpu_ib_get(struct amdgpu_device *adev, struct amdgpu_vm *vm,
Alex Deucher97b2e202015-04-20 16:51:00 -04001182 unsigned size, struct amdgpu_ib *ib);
Christian König4d9c5142016-05-03 18:46:19 +02001183void amdgpu_ib_free(struct amdgpu_device *adev, struct amdgpu_ib *ib,
1184 struct fence *f);
Christian Königb07c60c2016-01-31 12:29:04 +01001185int amdgpu_ib_schedule(struct amdgpu_ring *ring, unsigned num_ibs,
Christian König336d1f52016-02-16 10:57:10 +01001186 struct amdgpu_ib *ib, struct fence *last_vm_update,
Monk Liuc5637832016-04-19 20:11:32 +08001187 struct amdgpu_job *job, struct fence **f);
Alex Deucher97b2e202015-04-20 16:51:00 -04001188int amdgpu_ib_pool_init(struct amdgpu_device *adev);
1189void amdgpu_ib_pool_fini(struct amdgpu_device *adev);
1190int amdgpu_ib_ring_tests(struct amdgpu_device *adev);
Alex Deucher97b2e202015-04-20 16:51:00 -04001191int amdgpu_ring_alloc(struct amdgpu_ring *ring, unsigned ndw);
Jammy Zhouedff0e22015-09-01 13:04:08 +08001192void amdgpu_ring_insert_nop(struct amdgpu_ring *ring, uint32_t count);
Christian König9e5d53092016-01-31 12:20:55 +01001193void amdgpu_ring_generic_pad_ib(struct amdgpu_ring *ring, struct amdgpu_ib *ib);
Alex Deucher97b2e202015-04-20 16:51:00 -04001194void amdgpu_ring_commit(struct amdgpu_ring *ring);
Alex Deucher97b2e202015-04-20 16:51:00 -04001195void amdgpu_ring_undo(struct amdgpu_ring *ring);
Alex Deucher97b2e202015-04-20 16:51:00 -04001196int amdgpu_ring_init(struct amdgpu_device *adev, struct amdgpu_ring *ring,
1197 unsigned ring_size, u32 nop, u32 align_mask,
1198 struct amdgpu_irq_src *irq_src, unsigned irq_type,
1199 enum amdgpu_ring_type ring_type);
1200void amdgpu_ring_fini(struct amdgpu_ring *ring);
1201
1202/*
1203 * CS.
1204 */
1205struct amdgpu_cs_chunk {
1206 uint32_t chunk_id;
1207 uint32_t length_dw;
Christian König758ac172016-05-06 22:14:00 +02001208 void *kdata;
Alex Deucher97b2e202015-04-20 16:51:00 -04001209};
1210
1211struct amdgpu_cs_parser {
1212 struct amdgpu_device *adev;
1213 struct drm_file *filp;
Christian König3cb485f2015-05-11 15:34:59 +02001214 struct amdgpu_ctx *ctx;
Christian Königc3cca412015-12-15 14:41:33 +01001215
Alex Deucher97b2e202015-04-20 16:51:00 -04001216 /* chunks */
1217 unsigned nchunks;
1218 struct amdgpu_cs_chunk *chunks;
Alex Deucher97b2e202015-04-20 16:51:00 -04001219
Christian König50838c82016-02-03 13:44:52 +01001220 /* scheduler job object */
1221 struct amdgpu_job *job;
Alex Deucher97b2e202015-04-20 16:51:00 -04001222
Christian Königc3cca412015-12-15 14:41:33 +01001223 /* buffer objects */
1224 struct ww_acquire_ctx ticket;
1225 struct amdgpu_bo_list *bo_list;
1226 struct amdgpu_bo_list_entry vm_pd;
1227 struct list_head validated;
1228 struct fence *fence;
1229 uint64_t bytes_moved_threshold;
1230 uint64_t bytes_moved;
Christian König662bfa62016-09-01 12:13:18 +02001231 struct amdgpu_bo_list_entry *evictable;
Alex Deucher97b2e202015-04-20 16:51:00 -04001232
1233 /* user fence */
Christian König91acbeb2015-12-14 16:42:31 +01001234 struct amdgpu_bo_list_entry uf_entry;
Alex Deucher97b2e202015-04-20 16:51:00 -04001235};
1236
Monk Liu753ad492016-08-26 13:28:28 +08001237#define AMDGPU_PREAMBLE_IB_PRESENT (1 << 0) /* bit set means command submit involves a preamble IB */
1238#define AMDGPU_PREAMBLE_IB_PRESENT_FIRST (1 << 1) /* bit set means preamble IB is first presented in belonging context */
1239#define AMDGPU_HAVE_CTX_SWITCH (1 << 2) /* bit set means context switch occured */
1240
Chunming Zhoubb977d32015-08-18 15:16:40 +08001241struct amdgpu_job {
1242 struct amd_sched_job base;
1243 struct amdgpu_device *adev;
Christian Königedf600d2016-05-03 15:54:54 +02001244 struct amdgpu_vm *vm;
Christian Königb07c60c2016-01-31 12:29:04 +01001245 struct amdgpu_ring *ring;
Christian Könige86f9ce2016-02-08 12:13:05 +01001246 struct amdgpu_sync sync;
Chunming Zhoubb977d32015-08-18 15:16:40 +08001247 struct amdgpu_ib *ibs;
Monk Liu73cfa5f2016-03-17 13:48:13 +08001248 struct fence *fence; /* the hw fence */
Monk Liu753ad492016-08-26 13:28:28 +08001249 uint32_t preamble_status;
Chunming Zhoubb977d32015-08-18 15:16:40 +08001250 uint32_t num_ibs;
Christian Könige2840222015-11-05 19:49:48 +01001251 void *owner;
Monk Liu3aecd242016-08-25 15:40:48 +08001252 uint64_t fence_ctx; /* the fence_context this job uses */
Chunming Zhoufd53be32016-07-01 17:59:01 +08001253 bool vm_needs_flush;
Christian Königd88bf582016-05-06 17:50:03 +02001254 unsigned vm_id;
1255 uint64_t vm_pd_addr;
1256 uint32_t gds_base, gds_size;
1257 uint32_t gws_base, gws_size;
1258 uint32_t oa_base, oa_size;
Christian König758ac172016-05-06 22:14:00 +02001259
1260 /* user fence handling */
Christian Königb5f5acb2016-06-29 13:26:41 +02001261 uint64_t uf_addr;
Christian König758ac172016-05-06 22:14:00 +02001262 uint64_t uf_sequence;
1263
Chunming Zhoubb977d32015-08-18 15:16:40 +08001264};
Junwei Zhanga6db8a32015-09-09 09:21:19 +08001265#define to_amdgpu_job(sched_job) \
1266 container_of((sched_job), struct amdgpu_job, base)
Chunming Zhoubb977d32015-08-18 15:16:40 +08001267
Christian König7270f832016-01-31 11:00:41 +01001268static inline u32 amdgpu_get_ib_value(struct amdgpu_cs_parser *p,
1269 uint32_t ib_idx, int idx)
Alex Deucher97b2e202015-04-20 16:51:00 -04001270{
Christian König50838c82016-02-03 13:44:52 +01001271 return p->job->ibs[ib_idx].ptr[idx];
Alex Deucher97b2e202015-04-20 16:51:00 -04001272}
1273
Christian König7270f832016-01-31 11:00:41 +01001274static inline void amdgpu_set_ib_value(struct amdgpu_cs_parser *p,
1275 uint32_t ib_idx, int idx,
1276 uint32_t value)
1277{
Christian König50838c82016-02-03 13:44:52 +01001278 p->job->ibs[ib_idx].ptr[idx] = value;
Christian König7270f832016-01-31 11:00:41 +01001279}
1280
Alex Deucher97b2e202015-04-20 16:51:00 -04001281/*
1282 * Writeback
1283 */
1284#define AMDGPU_MAX_WB 1024 /* Reserve at most 1024 WB slots for amdgpu-owned rings. */
1285
1286struct amdgpu_wb {
1287 struct amdgpu_bo *wb_obj;
1288 volatile uint32_t *wb;
1289 uint64_t gpu_addr;
1290 u32 num_wb; /* Number of wb slots actually reserved for amdgpu. */
1291 unsigned long used[DIV_ROUND_UP(AMDGPU_MAX_WB, BITS_PER_LONG)];
1292};
1293
1294int amdgpu_wb_get(struct amdgpu_device *adev, u32 *wb);
1295void amdgpu_wb_free(struct amdgpu_device *adev, u32 wb);
1296
Alex Deucher97b2e202015-04-20 16:51:00 -04001297
Alex Deucher97b2e202015-04-20 16:51:00 -04001298
1299enum amdgpu_int_thermal_type {
1300 THERMAL_TYPE_NONE,
1301 THERMAL_TYPE_EXTERNAL,
1302 THERMAL_TYPE_EXTERNAL_GPIO,
1303 THERMAL_TYPE_RV6XX,
1304 THERMAL_TYPE_RV770,
1305 THERMAL_TYPE_ADT7473_WITH_INTERNAL,
1306 THERMAL_TYPE_EVERGREEN,
1307 THERMAL_TYPE_SUMO,
1308 THERMAL_TYPE_NI,
1309 THERMAL_TYPE_SI,
1310 THERMAL_TYPE_EMC2103_WITH_INTERNAL,
1311 THERMAL_TYPE_CI,
1312 THERMAL_TYPE_KV,
1313};
1314
1315enum amdgpu_dpm_auto_throttle_src {
1316 AMDGPU_DPM_AUTO_THROTTLE_SRC_THERMAL,
1317 AMDGPU_DPM_AUTO_THROTTLE_SRC_EXTERNAL
1318};
1319
1320enum amdgpu_dpm_event_src {
1321 AMDGPU_DPM_EVENT_SRC_ANALOG = 0,
1322 AMDGPU_DPM_EVENT_SRC_EXTERNAL = 1,
1323 AMDGPU_DPM_EVENT_SRC_DIGITAL = 2,
1324 AMDGPU_DPM_EVENT_SRC_ANALOG_OR_EXTERNAL = 3,
1325 AMDGPU_DPM_EVENT_SRC_DIGIAL_OR_EXTERNAL = 4
1326};
1327
1328#define AMDGPU_MAX_VCE_LEVELS 6
1329
1330enum amdgpu_vce_level {
1331 AMDGPU_VCE_LEVEL_AC_ALL = 0, /* AC, All cases */
1332 AMDGPU_VCE_LEVEL_DC_EE = 1, /* DC, entropy encoding */
1333 AMDGPU_VCE_LEVEL_DC_LL_LOW = 2, /* DC, low latency queue, res <= 720 */
1334 AMDGPU_VCE_LEVEL_DC_LL_HIGH = 3, /* DC, low latency queue, 1080 >= res > 720 */
1335 AMDGPU_VCE_LEVEL_DC_GP_LOW = 4, /* DC, general purpose queue, res <= 720 */
1336 AMDGPU_VCE_LEVEL_DC_GP_HIGH = 5, /* DC, general purpose queue, 1080 >= res > 720 */
1337};
1338
1339struct amdgpu_ps {
1340 u32 caps; /* vbios flags */
1341 u32 class; /* vbios flags */
1342 u32 class2; /* vbios flags */
1343 /* UVD clocks */
1344 u32 vclk;
1345 u32 dclk;
1346 /* VCE clocks */
1347 u32 evclk;
1348 u32 ecclk;
1349 bool vce_active;
1350 enum amdgpu_vce_level vce_level;
1351 /* asic priv */
1352 void *ps_priv;
1353};
1354
1355struct amdgpu_dpm_thermal {
1356 /* thermal interrupt work */
1357 struct work_struct work;
1358 /* low temperature threshold */
1359 int min_temp;
1360 /* high temperature threshold */
1361 int max_temp;
1362 /* was last interrupt low to high or high to low */
1363 bool high_to_low;
1364 /* interrupt source */
1365 struct amdgpu_irq_src irq;
1366};
1367
1368enum amdgpu_clk_action
1369{
1370 AMDGPU_SCLK_UP = 1,
1371 AMDGPU_SCLK_DOWN
1372};
1373
1374struct amdgpu_blacklist_clocks
1375{
1376 u32 sclk;
1377 u32 mclk;
1378 enum amdgpu_clk_action action;
1379};
1380
1381struct amdgpu_clock_and_voltage_limits {
1382 u32 sclk;
1383 u32 mclk;
1384 u16 vddc;
1385 u16 vddci;
1386};
1387
1388struct amdgpu_clock_array {
1389 u32 count;
1390 u32 *values;
1391};
1392
1393struct amdgpu_clock_voltage_dependency_entry {
1394 u32 clk;
1395 u16 v;
1396};
1397
1398struct amdgpu_clock_voltage_dependency_table {
1399 u32 count;
1400 struct amdgpu_clock_voltage_dependency_entry *entries;
1401};
1402
1403union amdgpu_cac_leakage_entry {
1404 struct {
1405 u16 vddc;
1406 u32 leakage;
1407 };
1408 struct {
1409 u16 vddc1;
1410 u16 vddc2;
1411 u16 vddc3;
1412 };
1413};
1414
1415struct amdgpu_cac_leakage_table {
1416 u32 count;
1417 union amdgpu_cac_leakage_entry *entries;
1418};
1419
1420struct amdgpu_phase_shedding_limits_entry {
1421 u16 voltage;
1422 u32 sclk;
1423 u32 mclk;
1424};
1425
1426struct amdgpu_phase_shedding_limits_table {
1427 u32 count;
1428 struct amdgpu_phase_shedding_limits_entry *entries;
1429};
1430
1431struct amdgpu_uvd_clock_voltage_dependency_entry {
1432 u32 vclk;
1433 u32 dclk;
1434 u16 v;
1435};
1436
1437struct amdgpu_uvd_clock_voltage_dependency_table {
1438 u8 count;
1439 struct amdgpu_uvd_clock_voltage_dependency_entry *entries;
1440};
1441
1442struct amdgpu_vce_clock_voltage_dependency_entry {
1443 u32 ecclk;
1444 u32 evclk;
1445 u16 v;
1446};
1447
1448struct amdgpu_vce_clock_voltage_dependency_table {
1449 u8 count;
1450 struct amdgpu_vce_clock_voltage_dependency_entry *entries;
1451};
1452
1453struct amdgpu_ppm_table {
1454 u8 ppm_design;
1455 u16 cpu_core_number;
1456 u32 platform_tdp;
1457 u32 small_ac_platform_tdp;
1458 u32 platform_tdc;
1459 u32 small_ac_platform_tdc;
1460 u32 apu_tdp;
1461 u32 dgpu_tdp;
1462 u32 dgpu_ulv_power;
1463 u32 tj_max;
1464};
1465
1466struct amdgpu_cac_tdp_table {
1467 u16 tdp;
1468 u16 configurable_tdp;
1469 u16 tdc;
1470 u16 battery_power_limit;
1471 u16 small_power_limit;
1472 u16 low_cac_leakage;
1473 u16 high_cac_leakage;
1474 u16 maximum_power_delivery_limit;
1475};
1476
1477struct amdgpu_dpm_dynamic_state {
1478 struct amdgpu_clock_voltage_dependency_table vddc_dependency_on_sclk;
1479 struct amdgpu_clock_voltage_dependency_table vddci_dependency_on_mclk;
1480 struct amdgpu_clock_voltage_dependency_table vddc_dependency_on_mclk;
1481 struct amdgpu_clock_voltage_dependency_table mvdd_dependency_on_mclk;
1482 struct amdgpu_clock_voltage_dependency_table vddc_dependency_on_dispclk;
1483 struct amdgpu_uvd_clock_voltage_dependency_table uvd_clock_voltage_dependency_table;
1484 struct amdgpu_vce_clock_voltage_dependency_table vce_clock_voltage_dependency_table;
1485 struct amdgpu_clock_voltage_dependency_table samu_clock_voltage_dependency_table;
1486 struct amdgpu_clock_voltage_dependency_table acp_clock_voltage_dependency_table;
1487 struct amdgpu_clock_voltage_dependency_table vddgfx_dependency_on_sclk;
1488 struct amdgpu_clock_array valid_sclk_values;
1489 struct amdgpu_clock_array valid_mclk_values;
1490 struct amdgpu_clock_and_voltage_limits max_clock_voltage_on_dc;
1491 struct amdgpu_clock_and_voltage_limits max_clock_voltage_on_ac;
1492 u32 mclk_sclk_ratio;
1493 u32 sclk_mclk_delta;
1494 u16 vddc_vddci_delta;
1495 u16 min_vddc_for_pcie_gen2;
1496 struct amdgpu_cac_leakage_table cac_leakage_table;
1497 struct amdgpu_phase_shedding_limits_table phase_shedding_limits_table;
1498 struct amdgpu_ppm_table *ppm_table;
1499 struct amdgpu_cac_tdp_table *cac_tdp_table;
1500};
1501
1502struct amdgpu_dpm_fan {
1503 u16 t_min;
1504 u16 t_med;
1505 u16 t_high;
1506 u16 pwm_min;
1507 u16 pwm_med;
1508 u16 pwm_high;
1509 u8 t_hyst;
1510 u32 cycle_delay;
1511 u16 t_max;
1512 u8 control_mode;
1513 u16 default_max_fan_pwm;
1514 u16 default_fan_output_sensitivity;
1515 u16 fan_output_sensitivity;
1516 bool ucode_fan_control;
1517};
1518
1519enum amdgpu_pcie_gen {
1520 AMDGPU_PCIE_GEN1 = 0,
1521 AMDGPU_PCIE_GEN2 = 1,
1522 AMDGPU_PCIE_GEN3 = 2,
1523 AMDGPU_PCIE_GEN_INVALID = 0xffff
1524};
1525
1526enum amdgpu_dpm_forced_level {
1527 AMDGPU_DPM_FORCED_LEVEL_AUTO = 0,
1528 AMDGPU_DPM_FORCED_LEVEL_LOW = 1,
1529 AMDGPU_DPM_FORCED_LEVEL_HIGH = 2,
Eric Huangf3898ea2015-12-11 16:24:34 -05001530 AMDGPU_DPM_FORCED_LEVEL_MANUAL = 3,
Alex Deucher97b2e202015-04-20 16:51:00 -04001531};
1532
1533struct amdgpu_vce_state {
1534 /* vce clocks */
1535 u32 evclk;
1536 u32 ecclk;
1537 /* gpu clocks */
1538 u32 sclk;
1539 u32 mclk;
1540 u8 clk_idx;
1541 u8 pstate;
1542};
1543
1544struct amdgpu_dpm_funcs {
1545 int (*get_temperature)(struct amdgpu_device *adev);
1546 int (*pre_set_power_state)(struct amdgpu_device *adev);
1547 int (*set_power_state)(struct amdgpu_device *adev);
1548 void (*post_set_power_state)(struct amdgpu_device *adev);
1549 void (*display_configuration_changed)(struct amdgpu_device *adev);
1550 u32 (*get_sclk)(struct amdgpu_device *adev, bool low);
1551 u32 (*get_mclk)(struct amdgpu_device *adev, bool low);
1552 void (*print_power_state)(struct amdgpu_device *adev, struct amdgpu_ps *ps);
1553 void (*debugfs_print_current_performance_level)(struct amdgpu_device *adev, struct seq_file *m);
1554 int (*force_performance_level)(struct amdgpu_device *adev, enum amdgpu_dpm_forced_level level);
1555 bool (*vblank_too_short)(struct amdgpu_device *adev);
1556 void (*powergate_uvd)(struct amdgpu_device *adev, bool gate);
Sonny Jiangb7a07762015-05-28 15:47:53 -04001557 void (*powergate_vce)(struct amdgpu_device *adev, bool gate);
Alex Deucher97b2e202015-04-20 16:51:00 -04001558 void (*enable_bapm)(struct amdgpu_device *adev, bool enable);
1559 void (*set_fan_control_mode)(struct amdgpu_device *adev, u32 mode);
1560 u32 (*get_fan_control_mode)(struct amdgpu_device *adev);
1561 int (*set_fan_speed_percent)(struct amdgpu_device *adev, u32 speed);
1562 int (*get_fan_speed_percent)(struct amdgpu_device *adev, u32 *speed);
Eric Huangc85e2992016-05-19 15:41:25 -04001563 int (*force_clock_level)(struct amdgpu_device *adev, enum pp_clock_type type, uint32_t mask);
1564 int (*print_clock_levels)(struct amdgpu_device *adev, enum pp_clock_type type, char *buf);
Eric Huang8b2e5742016-05-19 15:46:10 -04001565 int (*get_sclk_od)(struct amdgpu_device *adev);
1566 int (*set_sclk_od)(struct amdgpu_device *adev, uint32_t value);
Eric Huangf2bdc052016-05-24 15:11:17 -04001567 int (*get_mclk_od)(struct amdgpu_device *adev);
1568 int (*set_mclk_od)(struct amdgpu_device *adev, uint32_t value);
Alex Deucher97b2e202015-04-20 16:51:00 -04001569};
1570
1571struct amdgpu_dpm {
1572 struct amdgpu_ps *ps;
1573 /* number of valid power states */
1574 int num_ps;
1575 /* current power state that is active */
1576 struct amdgpu_ps *current_ps;
1577 /* requested power state */
1578 struct amdgpu_ps *requested_ps;
1579 /* boot up power state */
1580 struct amdgpu_ps *boot_ps;
1581 /* default uvd power state */
1582 struct amdgpu_ps *uvd_ps;
1583 /* vce requirements */
1584 struct amdgpu_vce_state vce_states[AMDGPU_MAX_VCE_LEVELS];
1585 enum amdgpu_vce_level vce_level;
Rex Zhu3a2c7882015-08-25 15:57:43 +08001586 enum amd_pm_state_type state;
1587 enum amd_pm_state_type user_state;
Alex Deucher97b2e202015-04-20 16:51:00 -04001588 u32 platform_caps;
1589 u32 voltage_response_time;
1590 u32 backbias_response_time;
1591 void *priv;
1592 u32 new_active_crtcs;
1593 int new_active_crtc_count;
1594 u32 current_active_crtcs;
1595 int current_active_crtc_count;
1596 struct amdgpu_dpm_dynamic_state dyn_state;
1597 struct amdgpu_dpm_fan fan;
1598 u32 tdp_limit;
1599 u32 near_tdp_limit;
1600 u32 near_tdp_limit_adjusted;
1601 u32 sq_ramping_threshold;
1602 u32 cac_leakage;
1603 u16 tdp_od_limit;
1604 u32 tdp_adjustment;
1605 u16 load_line_slope;
1606 bool power_control;
1607 bool ac_power;
1608 /* special states active */
1609 bool thermal_active;
1610 bool uvd_active;
1611 bool vce_active;
1612 /* thermal handling */
1613 struct amdgpu_dpm_thermal thermal;
1614 /* forced levels */
1615 enum amdgpu_dpm_forced_level forced_level;
1616};
1617
1618struct amdgpu_pm {
1619 struct mutex mutex;
Alex Deucher97b2e202015-04-20 16:51:00 -04001620 u32 current_sclk;
1621 u32 current_mclk;
1622 u32 default_sclk;
1623 u32 default_mclk;
1624 struct amdgpu_i2c_chan *i2c_bus;
1625 /* internal thermal controller on rv6xx+ */
1626 enum amdgpu_int_thermal_type int_thermal_type;
1627 struct device *int_hwmon_dev;
1628 /* fan control parameters */
1629 bool no_fan;
1630 u8 fan_pulses_per_revolution;
1631 u8 fan_min_rpm;
1632 u8 fan_max_rpm;
1633 /* dpm */
1634 bool dpm_enabled;
Alex Deucherc86f5ebf2015-10-23 10:45:14 -04001635 bool sysfs_initialized;
Alex Deucher97b2e202015-04-20 16:51:00 -04001636 struct amdgpu_dpm dpm;
1637 const struct firmware *fw; /* SMC firmware */
1638 uint32_t fw_version;
1639 const struct amdgpu_dpm_funcs *funcs;
Alex Deucherd0dd7f02015-11-11 19:45:06 -05001640 uint32_t pcie_gen_mask;
1641 uint32_t pcie_mlw_mask;
Rex Zhu7fb72a12015-11-19 13:35:30 +08001642 struct amd_pp_display_configuration pm_display_cfg;/* set by DAL */
Alex Deucher97b2e202015-04-20 16:51:00 -04001643};
1644
Alex Deucherd0dd7f02015-11-11 19:45:06 -05001645void amdgpu_get_pcie_info(struct amdgpu_device *adev);
1646
Alex Deucher97b2e202015-04-20 16:51:00 -04001647/*
1648 * UVD
1649 */
Arindam Nathc0365542016-04-12 13:46:15 +02001650#define AMDGPU_DEFAULT_UVD_HANDLES 10
1651#define AMDGPU_MAX_UVD_HANDLES 40
1652#define AMDGPU_UVD_STACK_SIZE (200*1024)
1653#define AMDGPU_UVD_HEAP_SIZE (256*1024)
1654#define AMDGPU_UVD_SESSION_SIZE (50*1024)
1655#define AMDGPU_UVD_FIRMWARE_OFFSET 256
Alex Deucher97b2e202015-04-20 16:51:00 -04001656
1657struct amdgpu_uvd {
1658 struct amdgpu_bo *vcpu_bo;
1659 void *cpu_addr;
1660 uint64_t gpu_addr;
Sonny Jiang562e2682016-04-18 16:05:04 -04001661 unsigned fw_version;
Leo Liu3f99dd82016-04-01 10:36:06 -04001662 void *saved_bo;
Arindam Nathc0365542016-04-12 13:46:15 +02001663 unsigned max_handles;
Alex Deucher97b2e202015-04-20 16:51:00 -04001664 atomic_t handles[AMDGPU_MAX_UVD_HANDLES];
1665 struct drm_file *filp[AMDGPU_MAX_UVD_HANDLES];
1666 struct delayed_work idle_work;
1667 const struct firmware *fw; /* UVD firmware */
1668 struct amdgpu_ring ring;
1669 struct amdgpu_irq_src irq;
1670 bool address_64_bit;
Christian König4cb5877c2016-07-26 12:05:40 +02001671 bool use_ctx_buf;
Christian Königead833e2016-02-10 14:35:19 +01001672 struct amd_sched_entity entity;
Chunming Zhoufc0b3b92016-07-18 17:18:01 +08001673 uint32_t srbm_soft_reset;
Alex Deucher97b2e202015-04-20 16:51:00 -04001674};
1675
1676/*
1677 * VCE
1678 */
1679#define AMDGPU_MAX_VCE_HANDLES 16
Alex Deucher97b2e202015-04-20 16:51:00 -04001680#define AMDGPU_VCE_FIRMWARE_OFFSET 256
1681
Alex Deucher6a585772015-07-10 14:16:24 -04001682#define AMDGPU_VCE_HARVEST_VCE0 (1 << 0)
1683#define AMDGPU_VCE_HARVEST_VCE1 (1 << 1)
1684
Alex Deucher97b2e202015-04-20 16:51:00 -04001685struct amdgpu_vce {
1686 struct amdgpu_bo *vcpu_bo;
1687 uint64_t gpu_addr;
1688 unsigned fw_version;
1689 unsigned fb_version;
1690 atomic_t handles[AMDGPU_MAX_VCE_HANDLES];
1691 struct drm_file *filp[AMDGPU_MAX_VCE_HANDLES];
Christian Königf1689ec2015-06-11 20:56:18 +02001692 uint32_t img_size[AMDGPU_MAX_VCE_HANDLES];
Alex Deucher97b2e202015-04-20 16:51:00 -04001693 struct delayed_work idle_work;
Christian Königebff4852016-07-20 16:53:36 +02001694 struct mutex idle_mutex;
Alex Deucher97b2e202015-04-20 16:51:00 -04001695 const struct firmware *fw; /* VCE firmware */
1696 struct amdgpu_ring ring[AMDGPU_MAX_VCE_RINGS];
1697 struct amdgpu_irq_src irq;
Alex Deucher6a585772015-07-10 14:16:24 -04001698 unsigned harvest_config;
Christian Königc5949892016-02-10 17:43:00 +01001699 struct amd_sched_entity entity;
Chunming Zhou115933a2016-07-18 17:38:50 +08001700 uint32_t srbm_soft_reset;
Alex Deucher75c65482016-08-24 16:56:21 -04001701 unsigned num_rings;
Alex Deucher97b2e202015-04-20 16:51:00 -04001702};
1703
1704/*
1705 * SDMA
1706 */
Alex Deucherc113ea12015-10-08 16:30:37 -04001707struct amdgpu_sdma_instance {
Alex Deucher97b2e202015-04-20 16:51:00 -04001708 /* SDMA firmware */
1709 const struct firmware *fw;
1710 uint32_t fw_version;
Jammy Zhoucfa21042015-08-04 10:50:47 +08001711 uint32_t feature_version;
Alex Deucher97b2e202015-04-20 16:51:00 -04001712
1713 struct amdgpu_ring ring;
Jammy Zhou18111de2015-08-31 14:06:39 +08001714 bool burst_nop;
Alex Deucher97b2e202015-04-20 16:51:00 -04001715};
1716
Alex Deucherc113ea12015-10-08 16:30:37 -04001717struct amdgpu_sdma {
1718 struct amdgpu_sdma_instance instance[AMDGPU_MAX_SDMA_INSTANCES];
Ken Wang30d15742016-01-19 14:05:23 +08001719#ifdef CONFIG_DRM_AMDGPU_SI
1720 //SI DMA has a difference trap irq number for the second engine
1721 struct amdgpu_irq_src trap_irq_1;
1722#endif
Alex Deucherc113ea12015-10-08 16:30:37 -04001723 struct amdgpu_irq_src trap_irq;
1724 struct amdgpu_irq_src illegal_inst_irq;
Christian Königedf600d2016-05-03 15:54:54 +02001725 int num_instances;
Chunming Zhoue702a682016-07-13 10:28:56 +08001726 uint32_t srbm_soft_reset;
Alex Deucherc113ea12015-10-08 16:30:37 -04001727};
1728
Alex Deucher97b2e202015-04-20 16:51:00 -04001729/*
1730 * Firmware
1731 */
1732struct amdgpu_firmware {
1733 struct amdgpu_firmware_info ucode[AMDGPU_UCODE_ID_MAXIMUM];
1734 bool smu_load;
1735 struct amdgpu_bo *fw_buf;
1736 unsigned int fw_size;
1737};
1738
1739/*
1740 * Benchmarking
1741 */
1742void amdgpu_benchmark(struct amdgpu_device *adev, int test_number);
1743
1744
1745/*
1746 * Testing
1747 */
1748void amdgpu_test_moves(struct amdgpu_device *adev);
1749void amdgpu_test_ring_sync(struct amdgpu_device *adev,
1750 struct amdgpu_ring *cpA,
1751 struct amdgpu_ring *cpB);
1752void amdgpu_test_syncing(struct amdgpu_device *adev);
1753
1754/*
1755 * MMU Notifier
1756 */
1757#if defined(CONFIG_MMU_NOTIFIER)
1758int amdgpu_mn_register(struct amdgpu_bo *bo, unsigned long addr);
1759void amdgpu_mn_unregister(struct amdgpu_bo *bo);
1760#else
Harry Wentland1d1106b2015-07-15 07:10:41 -04001761static inline int amdgpu_mn_register(struct amdgpu_bo *bo, unsigned long addr)
Alex Deucher97b2e202015-04-20 16:51:00 -04001762{
1763 return -ENODEV;
1764}
Harry Wentland1d1106b2015-07-15 07:10:41 -04001765static inline void amdgpu_mn_unregister(struct amdgpu_bo *bo) {}
Alex Deucher97b2e202015-04-20 16:51:00 -04001766#endif
1767
1768/*
1769 * Debugfs
1770 */
1771struct amdgpu_debugfs {
Nils Wallménius06ab6832016-05-02 12:46:15 -04001772 const struct drm_info_list *files;
Alex Deucher97b2e202015-04-20 16:51:00 -04001773 unsigned num_files;
1774};
1775
1776int amdgpu_debugfs_add_files(struct amdgpu_device *adev,
Nils Wallménius06ab6832016-05-02 12:46:15 -04001777 const struct drm_info_list *files,
Alex Deucher97b2e202015-04-20 16:51:00 -04001778 unsigned nfiles);
1779int amdgpu_debugfs_fence_init(struct amdgpu_device *adev);
1780
1781#if defined(CONFIG_DEBUG_FS)
1782int amdgpu_debugfs_init(struct drm_minor *minor);
1783void amdgpu_debugfs_cleanup(struct drm_minor *minor);
1784#endif
1785
Huang Rui50ab2532016-06-12 15:51:09 +08001786int amdgpu_debugfs_firmware_init(struct amdgpu_device *adev);
1787
Alex Deucher97b2e202015-04-20 16:51:00 -04001788/*
1789 * amdgpu smumgr functions
1790 */
1791struct amdgpu_smumgr_funcs {
1792 int (*check_fw_load_finish)(struct amdgpu_device *adev, uint32_t fwtype);
1793 int (*request_smu_load_fw)(struct amdgpu_device *adev);
1794 int (*request_smu_specific_fw)(struct amdgpu_device *adev, uint32_t fwtype);
1795};
1796
1797/*
1798 * amdgpu smumgr
1799 */
1800struct amdgpu_smumgr {
1801 struct amdgpu_bo *toc_buf;
1802 struct amdgpu_bo *smu_buf;
1803 /* asic priv smu data */
1804 void *priv;
1805 spinlock_t smu_lock;
1806 /* smumgr functions */
1807 const struct amdgpu_smumgr_funcs *smumgr_funcs;
1808 /* ucode loading complete flag */
1809 uint32_t fw_flags;
1810};
1811
1812/*
1813 * ASIC specific register table accessible by UMD
1814 */
1815struct amdgpu_allowed_register_entry {
1816 uint32_t reg_offset;
1817 bool untouched;
1818 bool grbm_indexed;
1819};
1820
Alex Deucher97b2e202015-04-20 16:51:00 -04001821/*
1822 * ASIC specific functions.
1823 */
1824struct amdgpu_asic_funcs {
1825 bool (*read_disabled_bios)(struct amdgpu_device *adev);
Alex Deucher7946b872015-11-24 10:14:28 -05001826 bool (*read_bios_from_rom)(struct amdgpu_device *adev,
1827 u8 *bios, u32 length_bytes);
Alex Deucher97b2e202015-04-20 16:51:00 -04001828 int (*read_register)(struct amdgpu_device *adev, u32 se_num,
1829 u32 sh_num, u32 reg_offset, u32 *value);
1830 void (*set_vga_state)(struct amdgpu_device *adev, bool state);
1831 int (*reset)(struct amdgpu_device *adev);
Alex Deucher97b2e202015-04-20 16:51:00 -04001832 /* get the reference clock */
1833 u32 (*get_xclk)(struct amdgpu_device *adev);
Alex Deucher97b2e202015-04-20 16:51:00 -04001834 /* MM block clocks */
1835 int (*set_uvd_clocks)(struct amdgpu_device *adev, u32 vclk, u32 dclk);
1836 int (*set_vce_clocks)(struct amdgpu_device *adev, u32 evclk, u32 ecclk);
Andres Rodriguez048765a2016-06-11 02:51:32 -04001837 /* query virtual capabilities */
1838 u32 (*get_virtual_caps)(struct amdgpu_device *adev);
Maruthi Bayyavarapu841686d2016-08-01 12:42:32 -04001839 /* static power management */
1840 int (*get_pcie_lanes)(struct amdgpu_device *adev);
1841 void (*set_pcie_lanes)(struct amdgpu_device *adev, int lanes);
Alex Deucher97b2e202015-04-20 16:51:00 -04001842};
1843
1844/*
1845 * IOCTL.
1846 */
1847int amdgpu_gem_create_ioctl(struct drm_device *dev, void *data,
1848 struct drm_file *filp);
1849int amdgpu_bo_list_ioctl(struct drm_device *dev, void *data,
1850 struct drm_file *filp);
1851
1852int amdgpu_gem_info_ioctl(struct drm_device *dev, void *data,
1853 struct drm_file *filp);
1854int amdgpu_gem_userptr_ioctl(struct drm_device *dev, void *data,
1855 struct drm_file *filp);
1856int amdgpu_gem_mmap_ioctl(struct drm_device *dev, void *data,
1857 struct drm_file *filp);
1858int amdgpu_gem_wait_idle_ioctl(struct drm_device *dev, void *data,
1859 struct drm_file *filp);
1860int amdgpu_gem_va_ioctl(struct drm_device *dev, void *data,
1861 struct drm_file *filp);
1862int amdgpu_gem_op_ioctl(struct drm_device *dev, void *data,
1863 struct drm_file *filp);
1864int amdgpu_cs_ioctl(struct drm_device *dev, void *data, struct drm_file *filp);
1865int amdgpu_cs_wait_ioctl(struct drm_device *dev, void *data, struct drm_file *filp);
1866
1867int amdgpu_gem_metadata_ioctl(struct drm_device *dev, void *data,
1868 struct drm_file *filp);
1869
1870/* VRAM scratch page for HDP bug, default vram page */
1871struct amdgpu_vram_scratch {
1872 struct amdgpu_bo *robj;
1873 volatile uint32_t *ptr;
1874 u64 gpu_addr;
1875};
1876
1877/*
1878 * ACPI
1879 */
1880struct amdgpu_atif_notification_cfg {
1881 bool enabled;
1882 int command_code;
1883};
1884
1885struct amdgpu_atif_notifications {
1886 bool display_switch;
1887 bool expansion_mode_change;
1888 bool thermal_state;
1889 bool forced_power_state;
1890 bool system_power_state;
1891 bool display_conf_change;
1892 bool px_gfx_switch;
1893 bool brightness_change;
1894 bool dgpu_display_event;
1895};
1896
1897struct amdgpu_atif_functions {
1898 bool system_params;
1899 bool sbios_requests;
1900 bool select_active_disp;
1901 bool lid_state;
1902 bool get_tv_standard;
1903 bool set_tv_standard;
1904 bool get_panel_expansion_mode;
1905 bool set_panel_expansion_mode;
1906 bool temperature_change;
1907 bool graphics_device_types;
1908};
1909
1910struct amdgpu_atif {
1911 struct amdgpu_atif_notifications notifications;
1912 struct amdgpu_atif_functions functions;
1913 struct amdgpu_atif_notification_cfg notification_cfg;
1914 struct amdgpu_encoder *encoder_for_bl;
1915};
1916
1917struct amdgpu_atcs_functions {
1918 bool get_ext_state;
1919 bool pcie_perf_req;
1920 bool pcie_dev_rdy;
1921 bool pcie_bus_width;
1922};
1923
1924struct amdgpu_atcs {
1925 struct amdgpu_atcs_functions functions;
1926};
1927
Alex Deucher97b2e202015-04-20 16:51:00 -04001928/*
Chunming Zhoud03846a2015-07-28 14:20:03 -04001929 * CGS
1930 */
Dave Airlie110e6f22016-04-12 13:25:48 +10001931struct cgs_device *amdgpu_cgs_create_device(struct amdgpu_device *adev);
1932void amdgpu_cgs_destroy_device(struct cgs_device *cgs_device);
Maruthi Bayyavarapua8fe58c2015-09-22 17:05:20 -04001933
1934
Alex Deucher7e471e62016-02-01 11:13:04 -05001935/* GPU virtualization */
Andres Rodriguez048765a2016-06-11 02:51:32 -04001936#define AMDGPU_VIRT_CAPS_SRIOV_EN (1 << 0)
1937#define AMDGPU_VIRT_CAPS_IS_VF (1 << 1)
Alex Deucher7e471e62016-02-01 11:13:04 -05001938struct amdgpu_virtualization {
1939 bool supports_sr_iov;
Andres Rodriguez048765a2016-06-11 02:51:32 -04001940 bool is_virtual;
1941 u32 caps;
Alex Deucher7e471e62016-02-01 11:13:04 -05001942};
1943
Maruthi Bayyavarapua8fe58c2015-09-22 17:05:20 -04001944/*
Alex Deucher97b2e202015-04-20 16:51:00 -04001945 * Core structure, functions and helpers.
1946 */
1947typedef uint32_t (*amdgpu_rreg_t)(struct amdgpu_device*, uint32_t);
1948typedef void (*amdgpu_wreg_t)(struct amdgpu_device*, uint32_t, uint32_t);
1949
1950typedef uint32_t (*amdgpu_block_rreg_t)(struct amdgpu_device*, uint32_t, uint32_t);
1951typedef void (*amdgpu_block_wreg_t)(struct amdgpu_device*, uint32_t, uint32_t, uint32_t);
1952
Alex Deucher8faf0e02015-07-28 11:50:31 -04001953struct amdgpu_ip_block_status {
1954 bool valid;
1955 bool sw;
1956 bool hw;
Chunming Zhou63fbf422016-07-15 11:19:20 +08001957 bool hang;
Alex Deucher8faf0e02015-07-28 11:50:31 -04001958};
1959
Alex Deucher97b2e202015-04-20 16:51:00 -04001960struct amdgpu_device {
1961 struct device *dev;
1962 struct drm_device *ddev;
1963 struct pci_dev *pdev;
Alex Deucher97b2e202015-04-20 16:51:00 -04001964
Maruthi Bayyavarapua8fe58c2015-09-22 17:05:20 -04001965#ifdef CONFIG_DRM_AMD_ACP
1966 struct amdgpu_acp acp;
1967#endif
1968
Alex Deucher97b2e202015-04-20 16:51:00 -04001969 /* ASIC */
Jammy Zhou2f7d10b2015-07-22 11:29:01 +08001970 enum amd_asic_type asic_type;
Alex Deucher97b2e202015-04-20 16:51:00 -04001971 uint32_t family;
1972 uint32_t rev_id;
1973 uint32_t external_rev_id;
1974 unsigned long flags;
1975 int usec_timeout;
1976 const struct amdgpu_asic_funcs *asic_funcs;
1977 bool shutdown;
Alex Deucher97b2e202015-04-20 16:51:00 -04001978 bool need_dma32;
1979 bool accel_working;
Christian Königedf600d2016-05-03 15:54:54 +02001980 struct work_struct reset_work;
Alex Deucher97b2e202015-04-20 16:51:00 -04001981 struct notifier_block acpi_nb;
1982 struct amdgpu_i2c_chan *i2c_bus[AMDGPU_MAX_I2C_BUS];
1983 struct amdgpu_debugfs debugfs[AMDGPU_DEBUGFS_MAX_COMPONENTS];
Christian Königedf600d2016-05-03 15:54:54 +02001984 unsigned debugfs_count;
Alex Deucher97b2e202015-04-20 16:51:00 -04001985#if defined(CONFIG_DEBUG_FS)
Tom St Denisadcec282016-04-15 13:08:44 -04001986 struct dentry *debugfs_regs[AMDGPU_DEBUGFS_MAX_COMPONENTS];
Alex Deucher97b2e202015-04-20 16:51:00 -04001987#endif
1988 struct amdgpu_atif atif;
1989 struct amdgpu_atcs atcs;
1990 struct mutex srbm_mutex;
1991 /* GRBM index mutex. Protects concurrent access to GRBM index */
1992 struct mutex grbm_idx_mutex;
1993 struct dev_pm_domain vga_pm_domain;
1994 bool have_disp_power_ref;
1995
1996 /* BIOS */
1997 uint8_t *bios;
1998 bool is_atom_bios;
Alex Deucher97b2e202015-04-20 16:51:00 -04001999 struct amdgpu_bo *stollen_vga_memory;
2000 uint32_t bios_scratch[AMDGPU_BIOS_NUM_SCRATCH];
2001
2002 /* Register/doorbell mmio */
2003 resource_size_t rmmio_base;
2004 resource_size_t rmmio_size;
2005 void __iomem *rmmio;
2006 /* protects concurrent MM_INDEX/DATA based register access */
2007 spinlock_t mmio_idx_lock;
2008 /* protects concurrent SMC based register access */
2009 spinlock_t smc_idx_lock;
2010 amdgpu_rreg_t smc_rreg;
2011 amdgpu_wreg_t smc_wreg;
2012 /* protects concurrent PCIE register access */
2013 spinlock_t pcie_idx_lock;
2014 amdgpu_rreg_t pcie_rreg;
2015 amdgpu_wreg_t pcie_wreg;
Huang Rui36b9a952016-08-31 13:23:25 +08002016 amdgpu_rreg_t pciep_rreg;
2017 amdgpu_wreg_t pciep_wreg;
Alex Deucher97b2e202015-04-20 16:51:00 -04002018 /* protects concurrent UVD register access */
2019 spinlock_t uvd_ctx_idx_lock;
2020 amdgpu_rreg_t uvd_ctx_rreg;
2021 amdgpu_wreg_t uvd_ctx_wreg;
2022 /* protects concurrent DIDT register access */
2023 spinlock_t didt_idx_lock;
2024 amdgpu_rreg_t didt_rreg;
2025 amdgpu_wreg_t didt_wreg;
Rex Zhuccdbb202016-06-08 12:47:41 +08002026 /* protects concurrent gc_cac register access */
2027 spinlock_t gc_cac_idx_lock;
2028 amdgpu_rreg_t gc_cac_rreg;
2029 amdgpu_wreg_t gc_cac_wreg;
Alex Deucher97b2e202015-04-20 16:51:00 -04002030 /* protects concurrent ENDPOINT (audio) register access */
2031 spinlock_t audio_endpt_idx_lock;
2032 amdgpu_block_rreg_t audio_endpt_rreg;
2033 amdgpu_block_wreg_t audio_endpt_wreg;
2034 void __iomem *rio_mem;
2035 resource_size_t rio_mem_size;
2036 struct amdgpu_doorbell doorbell;
2037
2038 /* clock/pll info */
2039 struct amdgpu_clock clock;
2040
2041 /* MC */
2042 struct amdgpu_mc mc;
2043 struct amdgpu_gart gart;
2044 struct amdgpu_dummy_page dummy_page;
2045 struct amdgpu_vm_manager vm_manager;
2046
2047 /* memory management */
2048 struct amdgpu_mman mman;
Alex Deucher97b2e202015-04-20 16:51:00 -04002049 struct amdgpu_vram_scratch vram_scratch;
2050 struct amdgpu_wb wb;
2051 atomic64_t vram_usage;
2052 atomic64_t vram_vis_usage;
2053 atomic64_t gtt_usage;
2054 atomic64_t num_bytes_moved;
Christian Königdbd5ed62016-06-21 16:28:14 +02002055 atomic64_t num_evictions;
Marek Olšákd94aed52015-05-05 21:13:49 +02002056 atomic_t gpu_reset_counter;
Alex Deucher97b2e202015-04-20 16:51:00 -04002057
Marek Olšák95844d22016-08-17 23:49:27 +02002058 /* data for buffer migration throttling */
2059 struct {
2060 spinlock_t lock;
2061 s64 last_update_us;
2062 s64 accum_us; /* accumulated microseconds */
2063 u32 log2_max_MBps;
2064 } mm_stats;
2065
Alex Deucher97b2e202015-04-20 16:51:00 -04002066 /* display */
Emily Deng9accf2f2016-08-10 16:01:25 +08002067 bool enable_virtual_display;
Alex Deucher97b2e202015-04-20 16:51:00 -04002068 struct amdgpu_mode_info mode_info;
2069 struct work_struct hotplug_work;
2070 struct amdgpu_irq_src crtc_irq;
2071 struct amdgpu_irq_src pageflip_irq;
2072 struct amdgpu_irq_src hpd_irq;
2073
2074 /* rings */
Christian König76bf0db2016-06-01 15:10:02 +02002075 u64 fence_context;
Alex Deucher97b2e202015-04-20 16:51:00 -04002076 unsigned num_rings;
2077 struct amdgpu_ring *rings[AMDGPU_MAX_RINGS];
2078 bool ib_pool_ready;
2079 struct amdgpu_sa_manager ring_tmp_bo;
2080
2081 /* interrupts */
2082 struct amdgpu_irq irq;
2083
Alex Deucher1f7371b2015-12-02 17:46:21 -05002084 /* powerplay */
2085 struct amd_powerplay powerplay;
Jammy Zhoue61710c2015-11-10 18:31:08 -05002086 bool pp_enabled;
Eric Huangf3898ea2015-12-11 16:24:34 -05002087 bool pp_force_state_enabled;
Alex Deucher1f7371b2015-12-02 17:46:21 -05002088
Alex Deucher97b2e202015-04-20 16:51:00 -04002089 /* dpm */
2090 struct amdgpu_pm pm;
2091 u32 cg_flags;
2092 u32 pg_flags;
2093
2094 /* amdgpu smumgr */
2095 struct amdgpu_smumgr smu;
2096
2097 /* gfx */
2098 struct amdgpu_gfx gfx;
2099
2100 /* sdma */
Alex Deucherc113ea12015-10-08 16:30:37 -04002101 struct amdgpu_sdma sdma;
Alex Deucher97b2e202015-04-20 16:51:00 -04002102
2103 /* uvd */
Alex Deucher97b2e202015-04-20 16:51:00 -04002104 struct amdgpu_uvd uvd;
2105
2106 /* vce */
2107 struct amdgpu_vce vce;
2108
2109 /* firmwares */
2110 struct amdgpu_firmware firmware;
2111
2112 /* GDS */
2113 struct amdgpu_gds gds;
2114
2115 const struct amdgpu_ip_block_version *ip_blocks;
2116 int num_ip_blocks;
Alex Deucher8faf0e02015-07-28 11:50:31 -04002117 struct amdgpu_ip_block_status *ip_block_status;
Alex Deucher97b2e202015-04-20 16:51:00 -04002118 struct mutex mn_lock;
2119 DECLARE_HASHTABLE(mn_hash, 7);
2120
2121 /* tracking pinned memory */
2122 u64 vram_pin_size;
Chunming Zhoue131b912016-04-05 10:48:48 +08002123 u64 invisible_pin_size;
Alex Deucher97b2e202015-04-20 16:51:00 -04002124 u64 gart_pin_size;
Oded Gabbay130e0372015-06-12 21:35:14 +03002125
2126 /* amdkfd interface */
2127 struct kfd_dev *kfd;
Chunming Zhou23ca0e42015-07-06 13:42:58 +08002128
Alex Deucher7e471e62016-02-01 11:13:04 -05002129 struct amdgpu_virtualization virtualization;
Chunming Zhou0c4e7fa2016-08-17 11:41:30 +08002130
2131 /* link all shadow bo */
2132 struct list_head shadow_list;
2133 struct mutex shadow_list_lock;
Chunming Zhou5c1354b2016-08-30 16:13:10 +08002134 /* link all gtt */
2135 spinlock_t gtt_list_lock;
2136 struct list_head gtt_list;
2137
Alex Deucher97b2e202015-04-20 16:51:00 -04002138};
2139
2140bool amdgpu_device_is_px(struct drm_device *dev);
2141int amdgpu_device_init(struct amdgpu_device *adev,
2142 struct drm_device *ddev,
2143 struct pci_dev *pdev,
2144 uint32_t flags);
2145void amdgpu_device_fini(struct amdgpu_device *adev);
2146int amdgpu_gpu_wait_for_idle(struct amdgpu_device *adev);
2147
2148uint32_t amdgpu_mm_rreg(struct amdgpu_device *adev, uint32_t reg,
2149 bool always_indirect);
2150void amdgpu_mm_wreg(struct amdgpu_device *adev, uint32_t reg, uint32_t v,
2151 bool always_indirect);
2152u32 amdgpu_io_rreg(struct amdgpu_device *adev, u32 reg);
2153void amdgpu_io_wreg(struct amdgpu_device *adev, u32 reg, u32 v);
2154
2155u32 amdgpu_mm_rdoorbell(struct amdgpu_device *adev, u32 index);
2156void amdgpu_mm_wdoorbell(struct amdgpu_device *adev, u32 index, u32 v);
2157
2158/*
Alex Deucher97b2e202015-04-20 16:51:00 -04002159 * Registers read & write functions.
2160 */
2161#define RREG32(reg) amdgpu_mm_rreg(adev, (reg), false)
2162#define RREG32_IDX(reg) amdgpu_mm_rreg(adev, (reg), true)
2163#define DREG32(reg) printk(KERN_INFO "REGISTER: " #reg " : 0x%08X\n", amdgpu_mm_rreg(adev, (reg), false))
2164#define WREG32(reg, v) amdgpu_mm_wreg(adev, (reg), (v), false)
2165#define WREG32_IDX(reg, v) amdgpu_mm_wreg(adev, (reg), (v), true)
2166#define REG_SET(FIELD, v) (((v) << FIELD##_SHIFT) & FIELD##_MASK)
2167#define REG_GET(FIELD, v) (((v) << FIELD##_SHIFT) & FIELD##_MASK)
2168#define RREG32_PCIE(reg) adev->pcie_rreg(adev, (reg))
2169#define WREG32_PCIE(reg, v) adev->pcie_wreg(adev, (reg), (v))
Huang Rui36b9a952016-08-31 13:23:25 +08002170#define RREG32_PCIE_PORT(reg) adev->pciep_rreg(adev, (reg))
2171#define WREG32_PCIE_PORT(reg, v) adev->pciep_wreg(adev, (reg), (v))
Alex Deucher97b2e202015-04-20 16:51:00 -04002172#define RREG32_SMC(reg) adev->smc_rreg(adev, (reg))
2173#define WREG32_SMC(reg, v) adev->smc_wreg(adev, (reg), (v))
2174#define RREG32_UVD_CTX(reg) adev->uvd_ctx_rreg(adev, (reg))
2175#define WREG32_UVD_CTX(reg, v) adev->uvd_ctx_wreg(adev, (reg), (v))
2176#define RREG32_DIDT(reg) adev->didt_rreg(adev, (reg))
2177#define WREG32_DIDT(reg, v) adev->didt_wreg(adev, (reg), (v))
Rex Zhuccdbb202016-06-08 12:47:41 +08002178#define RREG32_GC_CAC(reg) adev->gc_cac_rreg(adev, (reg))
2179#define WREG32_GC_CAC(reg, v) adev->gc_cac_wreg(adev, (reg), (v))
Alex Deucher97b2e202015-04-20 16:51:00 -04002180#define RREG32_AUDIO_ENDPT(block, reg) adev->audio_endpt_rreg(adev, (block), (reg))
2181#define WREG32_AUDIO_ENDPT(block, reg, v) adev->audio_endpt_wreg(adev, (block), (reg), (v))
2182#define WREG32_P(reg, val, mask) \
2183 do { \
2184 uint32_t tmp_ = RREG32(reg); \
2185 tmp_ &= (mask); \
2186 tmp_ |= ((val) & ~(mask)); \
2187 WREG32(reg, tmp_); \
2188 } while (0)
2189#define WREG32_AND(reg, and) WREG32_P(reg, 0, and)
2190#define WREG32_OR(reg, or) WREG32_P(reg, or, ~(or))
2191#define WREG32_PLL_P(reg, val, mask) \
2192 do { \
2193 uint32_t tmp_ = RREG32_PLL(reg); \
2194 tmp_ &= (mask); \
2195 tmp_ |= ((val) & ~(mask)); \
2196 WREG32_PLL(reg, tmp_); \
2197 } while (0)
2198#define DREG32_SYS(sqf, adev, reg) seq_printf((sqf), #reg " : 0x%08X\n", amdgpu_mm_rreg((adev), (reg), false))
2199#define RREG32_IO(reg) amdgpu_io_rreg(adev, (reg))
2200#define WREG32_IO(reg, v) amdgpu_io_wreg(adev, (reg), (v))
2201
2202#define RDOORBELL32(index) amdgpu_mm_rdoorbell(adev, (index))
2203#define WDOORBELL32(index, v) amdgpu_mm_wdoorbell(adev, (index), (v))
2204
2205#define REG_FIELD_SHIFT(reg, field) reg##__##field##__SHIFT
2206#define REG_FIELD_MASK(reg, field) reg##__##field##_MASK
2207
2208#define REG_SET_FIELD(orig_val, reg, field, field_val) \
2209 (((orig_val) & ~REG_FIELD_MASK(reg, field)) | \
2210 (REG_FIELD_MASK(reg, field) & ((field_val) << REG_FIELD_SHIFT(reg, field))))
2211
2212#define REG_GET_FIELD(value, reg, field) \
2213 (((value) & REG_FIELD_MASK(reg, field)) >> REG_FIELD_SHIFT(reg, field))
2214
Tom St Denis61cb8ce2016-08-09 10:13:21 -04002215#define WREG32_FIELD(reg, field, val) \
2216 WREG32(mm##reg, (RREG32(mm##reg) & ~REG_FIELD_MASK(reg, field)) | (val) << REG_FIELD_SHIFT(reg, field))
2217
Alex Deucher97b2e202015-04-20 16:51:00 -04002218/*
2219 * BIOS helpers.
2220 */
2221#define RBIOS8(i) (adev->bios[i])
2222#define RBIOS16(i) (RBIOS8(i) | (RBIOS8((i)+1) << 8))
2223#define RBIOS32(i) ((RBIOS16(i)) | (RBIOS16((i)+2) << 16))
2224
2225/*
2226 * RING helpers.
2227 */
2228static inline void amdgpu_ring_write(struct amdgpu_ring *ring, uint32_t v)
2229{
2230 if (ring->count_dw <= 0)
Jammy Zhou86c2b792015-05-13 22:52:42 +08002231 DRM_ERROR("amdgpu: writing more dwords to the ring than expected!\n");
Alex Deucher97b2e202015-04-20 16:51:00 -04002232 ring->ring[ring->wptr++] = v;
2233 ring->wptr &= ring->ptr_mask;
2234 ring->count_dw--;
Alex Deucher97b2e202015-04-20 16:51:00 -04002235}
2236
Alex Deucherc113ea12015-10-08 16:30:37 -04002237static inline struct amdgpu_sdma_instance *
2238amdgpu_get_sdma_instance(struct amdgpu_ring *ring)
Jammy Zhou4b2f7e22015-09-01 12:56:17 +08002239{
2240 struct amdgpu_device *adev = ring->adev;
2241 int i;
2242
Alex Deucherc113ea12015-10-08 16:30:37 -04002243 for (i = 0; i < adev->sdma.num_instances; i++)
2244 if (&adev->sdma.instance[i].ring == ring)
Jammy Zhou4b2f7e22015-09-01 12:56:17 +08002245 break;
2246
2247 if (i < AMDGPU_MAX_SDMA_INSTANCES)
Alex Deucherc113ea12015-10-08 16:30:37 -04002248 return &adev->sdma.instance[i];
Jammy Zhou4b2f7e22015-09-01 12:56:17 +08002249 else
2250 return NULL;
2251}
2252
Alex Deucher97b2e202015-04-20 16:51:00 -04002253/*
2254 * ASICs macro.
2255 */
2256#define amdgpu_asic_set_vga_state(adev, state) (adev)->asic_funcs->set_vga_state((adev), (state))
2257#define amdgpu_asic_reset(adev) (adev)->asic_funcs->reset((adev))
Alex Deucher97b2e202015-04-20 16:51:00 -04002258#define amdgpu_asic_get_xclk(adev) (adev)->asic_funcs->get_xclk((adev))
2259#define amdgpu_asic_set_uvd_clocks(adev, v, d) (adev)->asic_funcs->set_uvd_clocks((adev), (v), (d))
2260#define amdgpu_asic_set_vce_clocks(adev, ev, ec) (adev)->asic_funcs->set_vce_clocks((adev), (ev), (ec))
Andres Rodriguez048765a2016-06-11 02:51:32 -04002261#define amdgpu_asic_get_virtual_caps(adev) ((adev)->asic_funcs->get_virtual_caps((adev)))
Maruthi Bayyavarapu841686d2016-08-01 12:42:32 -04002262#define amdgpu_get_pcie_lanes(adev) (adev)->asic_funcs->get_pcie_lanes((adev))
2263#define amdgpu_set_pcie_lanes(adev, l) (adev)->asic_funcs->set_pcie_lanes((adev), (l))
2264#define amdgpu_asic_get_gpu_clock_counter(adev) (adev)->asic_funcs->get_gpu_clock_counter((adev))
Alex Deucher97b2e202015-04-20 16:51:00 -04002265#define amdgpu_asic_read_disabled_bios(adev) (adev)->asic_funcs->read_disabled_bios((adev))
Alex Deucher7946b872015-11-24 10:14:28 -05002266#define amdgpu_asic_read_bios_from_rom(adev, b, l) (adev)->asic_funcs->read_bios_from_rom((adev), (b), (l))
Alex Deucher97b2e202015-04-20 16:51:00 -04002267#define amdgpu_asic_read_register(adev, se, sh, offset, v)((adev)->asic_funcs->read_register((adev), (se), (sh), (offset), (v)))
Alex Deucher97b2e202015-04-20 16:51:00 -04002268#define amdgpu_gart_flush_gpu_tlb(adev, vmid) (adev)->gart.gart_funcs->flush_gpu_tlb((adev), (vmid))
2269#define amdgpu_gart_set_pte_pde(adev, pt, idx, addr, flags) (adev)->gart.gart_funcs->set_pte_pde((adev), (pt), (idx), (addr), (flags))
2270#define amdgpu_vm_copy_pte(adev, ib, pe, src, count) ((adev)->vm_manager.vm_pte_funcs->copy_pte((ib), (pe), (src), (count)))
Christian Königde9ea7b2016-08-12 11:33:30 +02002271#define amdgpu_vm_write_pte(adev, ib, pe, value, count, incr) ((adev)->vm_manager.vm_pte_funcs->write_pte((ib), (pe), (value), (count), (incr)))
Alex Deucher97b2e202015-04-20 16:51:00 -04002272#define amdgpu_vm_set_pte_pde(adev, ib, pe, addr, count, incr, flags) ((adev)->vm_manager.vm_pte_funcs->set_pte_pde((ib), (pe), (addr), (count), (incr), (flags)))
Alex Deucher97b2e202015-04-20 16:51:00 -04002273#define amdgpu_ring_parse_cs(r, p, ib) ((r)->funcs->parse_cs((p), (ib)))
2274#define amdgpu_ring_test_ring(r) (r)->funcs->test_ring((r))
Christian Königbbec97a2016-07-05 21:07:17 +02002275#define amdgpu_ring_test_ib(r, t) (r)->funcs->test_ib((r), (t))
Alex Deucher97b2e202015-04-20 16:51:00 -04002276#define amdgpu_ring_get_rptr(r) (r)->funcs->get_rptr((r))
2277#define amdgpu_ring_get_wptr(r) (r)->funcs->get_wptr((r))
2278#define amdgpu_ring_set_wptr(r) (r)->funcs->set_wptr((r))
Christian Königd88bf582016-05-06 17:50:03 +02002279#define amdgpu_ring_emit_ib(r, ib, vm_id, c) (r)->funcs->emit_ib((r), (ib), (vm_id), (c))
Christian Königb8c7b392016-03-01 15:42:52 +01002280#define amdgpu_ring_emit_pipeline_sync(r) (r)->funcs->emit_pipeline_sync((r))
Alex Deucher97b2e202015-04-20 16:51:00 -04002281#define amdgpu_ring_emit_vm_flush(r, vmid, addr) (r)->funcs->emit_vm_flush((r), (vmid), (addr))
Chunming Zhou890ee232015-06-01 14:35:03 +08002282#define amdgpu_ring_emit_fence(r, addr, seq, flags) (r)->funcs->emit_fence((r), (addr), (seq), (flags))
Alex Deucher97b2e202015-04-20 16:51:00 -04002283#define amdgpu_ring_emit_gds_switch(r, v, db, ds, wb, ws, ab, as) (r)->funcs->emit_gds_switch((r), (v), (db), (ds), (wb), (ws), (ab), (as))
Christian Königd2edb072015-05-11 14:10:34 +02002284#define amdgpu_ring_emit_hdp_flush(r) (r)->funcs->emit_hdp_flush((r))
Chunming Zhou11afbde2016-03-03 11:38:48 +08002285#define amdgpu_ring_emit_hdp_invalidate(r) (r)->funcs->emit_hdp_invalidate((r))
Monk Liuc2167a62016-08-26 14:12:37 +08002286#define amdgpu_ring_emit_switch_buffer(r) (r)->funcs->emit_switch_buffer((r))
Monk Liu753ad492016-08-26 13:28:28 +08002287#define amdgpu_ring_emit_cntxcntl(r, d) (r)->funcs->emit_cntxcntl((r), (d))
Christian König9e5d53092016-01-31 12:20:55 +01002288#define amdgpu_ring_pad_ib(r, ib) ((r)->funcs->pad_ib((r), (ib)))
Monk Liu03ccf482016-01-14 19:07:38 +08002289#define amdgpu_ring_init_cond_exec(r) (r)->funcs->init_cond_exec((r))
2290#define amdgpu_ring_patch_cond_exec(r,o) (r)->funcs->patch_cond_exec((r),(o))
Alex Deucher97b2e202015-04-20 16:51:00 -04002291#define amdgpu_ih_get_wptr(adev) (adev)->irq.ih_funcs->get_wptr((adev))
2292#define amdgpu_ih_decode_iv(adev, iv) (adev)->irq.ih_funcs->decode_iv((adev), (iv))
2293#define amdgpu_ih_set_rptr(adev) (adev)->irq.ih_funcs->set_rptr((adev))
2294#define amdgpu_display_set_vga_render_state(adev, r) (adev)->mode_info.funcs->set_vga_render_state((adev), (r))
2295#define amdgpu_display_vblank_get_counter(adev, crtc) (adev)->mode_info.funcs->vblank_get_counter((adev), (crtc))
2296#define amdgpu_display_vblank_wait(adev, crtc) (adev)->mode_info.funcs->vblank_wait((adev), (crtc))
2297#define amdgpu_display_is_display_hung(adev) (adev)->mode_info.funcs->is_display_hung((adev))
2298#define amdgpu_display_backlight_set_level(adev, e, l) (adev)->mode_info.funcs->backlight_set_level((e), (l))
2299#define amdgpu_display_backlight_get_level(adev, e) (adev)->mode_info.funcs->backlight_get_level((e))
2300#define amdgpu_display_hpd_sense(adev, h) (adev)->mode_info.funcs->hpd_sense((adev), (h))
2301#define amdgpu_display_hpd_set_polarity(adev, h) (adev)->mode_info.funcs->hpd_set_polarity((adev), (h))
2302#define amdgpu_display_hpd_get_gpio_reg(adev) (adev)->mode_info.funcs->hpd_get_gpio_reg((adev))
2303#define amdgpu_display_bandwidth_update(adev) (adev)->mode_info.funcs->bandwidth_update((adev))
Alex Deuchercb9e59d2016-05-05 16:03:57 -04002304#define amdgpu_display_page_flip(adev, crtc, base, async) (adev)->mode_info.funcs->page_flip((adev), (crtc), (base), (async))
Alex Deucher97b2e202015-04-20 16:51:00 -04002305#define amdgpu_display_page_flip_get_scanoutpos(adev, crtc, vbl, pos) (adev)->mode_info.funcs->page_flip_get_scanoutpos((adev), (crtc), (vbl), (pos))
2306#define amdgpu_display_add_encoder(adev, e, s, c) (adev)->mode_info.funcs->add_encoder((adev), (e), (s), (c))
2307#define amdgpu_display_add_connector(adev, ci, sd, ct, ib, coi, h, r) (adev)->mode_info.funcs->add_connector((adev), (ci), (sd), (ct), (ib), (coi), (h), (r))
2308#define amdgpu_display_stop_mc_access(adev, s) (adev)->mode_info.funcs->stop_mc_access((adev), (s))
2309#define amdgpu_display_resume_mc_access(adev, s) (adev)->mode_info.funcs->resume_mc_access((adev), (s))
Chunming Zhouc7ae72c2015-08-25 17:23:45 +08002310#define amdgpu_emit_copy_buffer(adev, ib, s, d, b) (adev)->mman.buffer_funcs->emit_copy_buffer((ib), (s), (d), (b))
Chunming Zhou6e7a3842015-08-27 13:46:09 +08002311#define amdgpu_emit_fill_buffer(adev, ib, s, d, b) (adev)->mman.buffer_funcs->emit_fill_buffer((ib), (s), (d), (b))
Alex Deucher97b2e202015-04-20 16:51:00 -04002312#define amdgpu_dpm_pre_set_power_state(adev) (adev)->pm.funcs->pre_set_power_state((adev))
2313#define amdgpu_dpm_set_power_state(adev) (adev)->pm.funcs->set_power_state((adev))
2314#define amdgpu_dpm_post_set_power_state(adev) (adev)->pm.funcs->post_set_power_state((adev))
2315#define amdgpu_dpm_display_configuration_changed(adev) (adev)->pm.funcs->display_configuration_changed((adev))
Alex Deucher97b2e202015-04-20 16:51:00 -04002316#define amdgpu_dpm_print_power_state(adev, ps) (adev)->pm.funcs->print_power_state((adev), (ps))
Alex Deucher97b2e202015-04-20 16:51:00 -04002317#define amdgpu_dpm_vblank_too_short(adev) (adev)->pm.funcs->vblank_too_short((adev))
Alex Deucher97b2e202015-04-20 16:51:00 -04002318#define amdgpu_dpm_enable_bapm(adev, e) (adev)->pm.funcs->enable_bapm((adev), (e))
Alex Deucherb95e31f2016-07-07 15:01:42 -04002319#define amdgpu_gfx_get_gpu_clock_counter(adev) (adev)->gfx.funcs->get_gpu_clock_counter((adev))
Tom St Denis9559ef52016-06-28 10:26:48 -04002320#define amdgpu_gfx_select_se_sh(adev, se, sh, instance) (adev)->gfx.funcs->select_se_sh((adev), (se), (sh), (instance))
Rex Zhu3af76f22015-10-15 17:23:43 +08002321
2322#define amdgpu_dpm_get_temperature(adev) \
Eric Huang4b5ece22016-01-19 14:28:56 -05002323 ((adev)->pp_enabled ? \
Jammy Zhoue61710c2015-11-10 18:31:08 -05002324 (adev)->powerplay.pp_funcs->get_temperature((adev)->powerplay.pp_handle) : \
Eric Huang4b5ece22016-01-19 14:28:56 -05002325 (adev)->pm.funcs->get_temperature((adev)))
Rex Zhu3af76f22015-10-15 17:23:43 +08002326
2327#define amdgpu_dpm_set_fan_control_mode(adev, m) \
Eric Huang4b5ece22016-01-19 14:28:56 -05002328 ((adev)->pp_enabled ? \
Jammy Zhoue61710c2015-11-10 18:31:08 -05002329 (adev)->powerplay.pp_funcs->set_fan_control_mode((adev)->powerplay.pp_handle, (m)) : \
Eric Huang4b5ece22016-01-19 14:28:56 -05002330 (adev)->pm.funcs->set_fan_control_mode((adev), (m)))
Rex Zhu3af76f22015-10-15 17:23:43 +08002331
2332#define amdgpu_dpm_get_fan_control_mode(adev) \
Eric Huang4b5ece22016-01-19 14:28:56 -05002333 ((adev)->pp_enabled ? \
Jammy Zhoue61710c2015-11-10 18:31:08 -05002334 (adev)->powerplay.pp_funcs->get_fan_control_mode((adev)->powerplay.pp_handle) : \
Eric Huang4b5ece22016-01-19 14:28:56 -05002335 (adev)->pm.funcs->get_fan_control_mode((adev)))
Rex Zhu3af76f22015-10-15 17:23:43 +08002336
2337#define amdgpu_dpm_set_fan_speed_percent(adev, s) \
Eric Huang4b5ece22016-01-19 14:28:56 -05002338 ((adev)->pp_enabled ? \
Jammy Zhoue61710c2015-11-10 18:31:08 -05002339 (adev)->powerplay.pp_funcs->set_fan_speed_percent((adev)->powerplay.pp_handle, (s)) : \
Eric Huang4b5ece22016-01-19 14:28:56 -05002340 (adev)->pm.funcs->set_fan_speed_percent((adev), (s)))
Rex Zhu3af76f22015-10-15 17:23:43 +08002341
2342#define amdgpu_dpm_get_fan_speed_percent(adev, s) \
Eric Huang4b5ece22016-01-19 14:28:56 -05002343 ((adev)->pp_enabled ? \
Jammy Zhoue61710c2015-11-10 18:31:08 -05002344 (adev)->powerplay.pp_funcs->get_fan_speed_percent((adev)->powerplay.pp_handle, (s)) : \
Eric Huang4b5ece22016-01-19 14:28:56 -05002345 (adev)->pm.funcs->get_fan_speed_percent((adev), (s)))
Alex Deucher97b2e202015-04-20 16:51:00 -04002346
Rex Zhu1b5708f2015-11-10 18:25:24 -05002347#define amdgpu_dpm_get_sclk(adev, l) \
Eric Huang4b5ece22016-01-19 14:28:56 -05002348 ((adev)->pp_enabled ? \
Jammy Zhoue61710c2015-11-10 18:31:08 -05002349 (adev)->powerplay.pp_funcs->get_sclk((adev)->powerplay.pp_handle, (l)) : \
Eric Huang4b5ece22016-01-19 14:28:56 -05002350 (adev)->pm.funcs->get_sclk((adev), (l)))
Rex Zhu1b5708f2015-11-10 18:25:24 -05002351
2352#define amdgpu_dpm_get_mclk(adev, l) \
Eric Huang4b5ece22016-01-19 14:28:56 -05002353 ((adev)->pp_enabled ? \
Jammy Zhoue61710c2015-11-10 18:31:08 -05002354 (adev)->powerplay.pp_funcs->get_mclk((adev)->powerplay.pp_handle, (l)) : \
Eric Huang4b5ece22016-01-19 14:28:56 -05002355 (adev)->pm.funcs->get_mclk((adev), (l)))
Rex Zhu1b5708f2015-11-10 18:25:24 -05002356
2357
2358#define amdgpu_dpm_force_performance_level(adev, l) \
Eric Huang4b5ece22016-01-19 14:28:56 -05002359 ((adev)->pp_enabled ? \
Jammy Zhoue61710c2015-11-10 18:31:08 -05002360 (adev)->powerplay.pp_funcs->force_performance_level((adev)->powerplay.pp_handle, (l)) : \
Eric Huang4b5ece22016-01-19 14:28:56 -05002361 (adev)->pm.funcs->force_performance_level((adev), (l)))
Rex Zhu1b5708f2015-11-10 18:25:24 -05002362
2363#define amdgpu_dpm_powergate_uvd(adev, g) \
Eric Huang4b5ece22016-01-19 14:28:56 -05002364 ((adev)->pp_enabled ? \
Jammy Zhoue61710c2015-11-10 18:31:08 -05002365 (adev)->powerplay.pp_funcs->powergate_uvd((adev)->powerplay.pp_handle, (g)) : \
Eric Huang4b5ece22016-01-19 14:28:56 -05002366 (adev)->pm.funcs->powergate_uvd((adev), (g)))
Rex Zhu1b5708f2015-11-10 18:25:24 -05002367
2368#define amdgpu_dpm_powergate_vce(adev, g) \
Eric Huang4b5ece22016-01-19 14:28:56 -05002369 ((adev)->pp_enabled ? \
Jammy Zhoue61710c2015-11-10 18:31:08 -05002370 (adev)->powerplay.pp_funcs->powergate_vce((adev)->powerplay.pp_handle, (g)) : \
Eric Huang4b5ece22016-01-19 14:28:56 -05002371 (adev)->pm.funcs->powergate_vce((adev), (g)))
Rex Zhu1b5708f2015-11-10 18:25:24 -05002372
2373#define amdgpu_dpm_debugfs_print_current_performance_level(adev, m) \
Eric Huang4b5ece22016-01-19 14:28:56 -05002374 ((adev)->pp_enabled ? \
Jammy Zhoue61710c2015-11-10 18:31:08 -05002375 (adev)->powerplay.pp_funcs->print_current_performance_level((adev)->powerplay.pp_handle, (m)) : \
Eric Huang4b5ece22016-01-19 14:28:56 -05002376 (adev)->pm.funcs->debugfs_print_current_performance_level((adev), (m)))
Rex Zhu1b5708f2015-11-10 18:25:24 -05002377
2378#define amdgpu_dpm_get_current_power_state(adev) \
Jammy Zhoue61710c2015-11-10 18:31:08 -05002379 (adev)->powerplay.pp_funcs->get_current_power_state((adev)->powerplay.pp_handle)
Rex Zhu1b5708f2015-11-10 18:25:24 -05002380
2381#define amdgpu_dpm_get_performance_level(adev) \
Jammy Zhoue61710c2015-11-10 18:31:08 -05002382 (adev)->powerplay.pp_funcs->get_performance_level((adev)->powerplay.pp_handle)
Rex Zhu1b5708f2015-11-10 18:25:24 -05002383
Eric Huangf3898ea2015-12-11 16:24:34 -05002384#define amdgpu_dpm_get_pp_num_states(adev, data) \
2385 (adev)->powerplay.pp_funcs->get_pp_num_states((adev)->powerplay.pp_handle, data)
2386
2387#define amdgpu_dpm_get_pp_table(adev, table) \
2388 (adev)->powerplay.pp_funcs->get_pp_table((adev)->powerplay.pp_handle, table)
2389
2390#define amdgpu_dpm_set_pp_table(adev, buf, size) \
2391 (adev)->powerplay.pp_funcs->set_pp_table((adev)->powerplay.pp_handle, buf, size)
2392
2393#define amdgpu_dpm_print_clock_levels(adev, type, buf) \
2394 (adev)->powerplay.pp_funcs->print_clock_levels((adev)->powerplay.pp_handle, type, buf)
2395
2396#define amdgpu_dpm_force_clock_level(adev, type, level) \
2397 (adev)->powerplay.pp_funcs->force_clock_level((adev)->powerplay.pp_handle, type, level)
2398
Eric Huang428bafa2016-05-12 14:51:21 -04002399#define amdgpu_dpm_get_sclk_od(adev) \
2400 (adev)->powerplay.pp_funcs->get_sclk_od((adev)->powerplay.pp_handle)
2401
2402#define amdgpu_dpm_set_sclk_od(adev, value) \
2403 (adev)->powerplay.pp_funcs->set_sclk_od((adev)->powerplay.pp_handle, value)
2404
Eric Huangf2bdc052016-05-24 15:11:17 -04002405#define amdgpu_dpm_get_mclk_od(adev) \
2406 ((adev)->powerplay.pp_funcs->get_mclk_od((adev)->powerplay.pp_handle))
2407
2408#define amdgpu_dpm_set_mclk_od(adev, value) \
2409 ((adev)->powerplay.pp_funcs->set_mclk_od((adev)->powerplay.pp_handle, value))
2410
Jammy Zhoue61710c2015-11-10 18:31:08 -05002411#define amdgpu_dpm_dispatch_task(adev, event_id, input, output) \
Rex Zhu1b5708f2015-11-10 18:25:24 -05002412 (adev)->powerplay.pp_funcs->dispatch_tasks((adev)->powerplay.pp_handle, (event_id), (input), (output))
Alex Deucher97b2e202015-04-20 16:51:00 -04002413
2414#define amdgpu_gds_switch(adev, r, v, d, w, a) (adev)->gds.funcs->patch_gds_switch((r), (v), (d), (w), (a))
2415
2416/* Common functions */
2417int amdgpu_gpu_reset(struct amdgpu_device *adev);
Chunming Zhou3ad81f12016-08-05 17:30:17 +08002418bool amdgpu_need_backup(struct amdgpu_device *adev);
Alex Deucher97b2e202015-04-20 16:51:00 -04002419void amdgpu_pci_config_reset(struct amdgpu_device *adev);
2420bool amdgpu_card_posted(struct amdgpu_device *adev);
2421void amdgpu_update_display_priority(struct amdgpu_device *adev);
Chunming Zhoud5fc5e82015-07-21 16:52:10 +08002422
Alex Deucher97b2e202015-04-20 16:51:00 -04002423int amdgpu_cs_parser_init(struct amdgpu_cs_parser *p, void *data);
2424int amdgpu_cs_get_ring(struct amdgpu_device *adev, u32 ip_type,
2425 u32 ip_instance, u32 ring,
2426 struct amdgpu_ring **out_ring);
2427void amdgpu_ttm_placement_from_domain(struct amdgpu_bo *rbo, u32 domain);
2428bool amdgpu_ttm_bo_is_amdgpu_bo(struct ttm_buffer_object *bo);
Christian König2f568db2016-02-23 12:36:59 +01002429int amdgpu_ttm_tt_get_user_pages(struct ttm_tt *ttm, struct page **pages);
Alex Deucher97b2e202015-04-20 16:51:00 -04002430int amdgpu_ttm_tt_set_userptr(struct ttm_tt *ttm, uint64_t addr,
2431 uint32_t flags);
2432bool amdgpu_ttm_tt_has_userptr(struct ttm_tt *ttm);
Christian Königcc325d12016-02-08 11:08:35 +01002433struct mm_struct *amdgpu_ttm_tt_get_usermm(struct ttm_tt *ttm);
Christian Königd7006962016-02-08 10:57:22 +01002434bool amdgpu_ttm_tt_affect_userptr(struct ttm_tt *ttm, unsigned long start,
2435 unsigned long end);
Christian König2f568db2016-02-23 12:36:59 +01002436bool amdgpu_ttm_tt_userptr_invalidated(struct ttm_tt *ttm,
2437 int *last_invalidated);
Alex Deucher97b2e202015-04-20 16:51:00 -04002438bool amdgpu_ttm_tt_is_readonly(struct ttm_tt *ttm);
2439uint32_t amdgpu_ttm_tt_pte_flags(struct amdgpu_device *adev, struct ttm_tt *ttm,
2440 struct ttm_mem_reg *mem);
2441void amdgpu_vram_location(struct amdgpu_device *adev, struct amdgpu_mc *mc, u64 base);
2442void amdgpu_gtt_location(struct amdgpu_device *adev, struct amdgpu_mc *mc);
2443void amdgpu_ttm_set_active_vram_size(struct amdgpu_device *adev, u64 size);
Ken Wanga693e052016-07-27 19:18:01 +08002444u64 amdgpu_ttm_get_gtt_mem_size(struct amdgpu_device *adev);
2445int amdgpu_ttm_global_init(struct amdgpu_device *adev);
Alex Deucher97b2e202015-04-20 16:51:00 -04002446void amdgpu_program_register_sequence(struct amdgpu_device *adev,
2447 const u32 *registers,
2448 const u32 array_size);
2449
2450bool amdgpu_device_is_px(struct drm_device *dev);
2451/* atpx handler */
2452#if defined(CONFIG_VGA_SWITCHEROO)
2453void amdgpu_register_atpx_handler(void);
2454void amdgpu_unregister_atpx_handler(void);
Alex Deuchera78fe132016-06-01 13:08:21 -04002455bool amdgpu_has_atpx_dgpu_power_cntl(void);
Alex Deucher2f5af822016-06-02 09:04:01 -04002456bool amdgpu_is_atpx_hybrid(void);
Alex Deucher97b2e202015-04-20 16:51:00 -04002457#else
2458static inline void amdgpu_register_atpx_handler(void) {}
2459static inline void amdgpu_unregister_atpx_handler(void) {}
Alex Deuchera78fe132016-06-01 13:08:21 -04002460static inline bool amdgpu_has_atpx_dgpu_power_cntl(void) { return false; }
Alex Deucher2f5af822016-06-02 09:04:01 -04002461static inline bool amdgpu_is_atpx_hybrid(void) { return false; }
Alex Deucher97b2e202015-04-20 16:51:00 -04002462#endif
2463
2464/*
2465 * KMS
2466 */
2467extern const struct drm_ioctl_desc amdgpu_ioctls_kms[];
Nils Wallméniusf498d9e2016-04-10 16:29:59 +02002468extern const int amdgpu_max_kms_ioctl;
Alex Deucher97b2e202015-04-20 16:51:00 -04002469
2470int amdgpu_driver_load_kms(struct drm_device *dev, unsigned long flags);
2471int amdgpu_driver_unload_kms(struct drm_device *dev);
2472void amdgpu_driver_lastclose_kms(struct drm_device *dev);
2473int amdgpu_driver_open_kms(struct drm_device *dev, struct drm_file *file_priv);
2474void amdgpu_driver_postclose_kms(struct drm_device *dev,
2475 struct drm_file *file_priv);
2476void amdgpu_driver_preclose_kms(struct drm_device *dev,
2477 struct drm_file *file_priv);
Alex Deucher810ddc32016-08-23 13:25:49 -04002478int amdgpu_device_suspend(struct drm_device *dev, bool suspend, bool fbcon);
2479int amdgpu_device_resume(struct drm_device *dev, bool resume, bool fbcon);
Thierry Reding88e72712015-09-24 18:35:31 +02002480u32 amdgpu_get_vblank_counter_kms(struct drm_device *dev, unsigned int pipe);
2481int amdgpu_enable_vblank_kms(struct drm_device *dev, unsigned int pipe);
2482void amdgpu_disable_vblank_kms(struct drm_device *dev, unsigned int pipe);
2483int amdgpu_get_vblank_timestamp_kms(struct drm_device *dev, unsigned int pipe,
Alex Deucher97b2e202015-04-20 16:51:00 -04002484 int *max_error,
2485 struct timeval *vblank_time,
2486 unsigned flags);
2487long amdgpu_kms_compat_ioctl(struct file *filp, unsigned int cmd,
2488 unsigned long arg);
2489
2490/*
Alex Deucher97b2e202015-04-20 16:51:00 -04002491 * functions used by amdgpu_encoder.c
2492 */
2493struct amdgpu_afmt_acr {
2494 u32 clock;
2495
2496 int n_32khz;
2497 int cts_32khz;
2498
2499 int n_44_1khz;
2500 int cts_44_1khz;
2501
2502 int n_48khz;
2503 int cts_48khz;
2504
2505};
2506
2507struct amdgpu_afmt_acr amdgpu_afmt_acr(uint32_t clock);
2508
2509/* amdgpu_acpi.c */
2510#if defined(CONFIG_ACPI)
2511int amdgpu_acpi_init(struct amdgpu_device *adev);
2512void amdgpu_acpi_fini(struct amdgpu_device *adev);
2513bool amdgpu_acpi_is_pcie_performance_request_supported(struct amdgpu_device *adev);
2514int amdgpu_acpi_pcie_performance_request(struct amdgpu_device *adev,
2515 u8 perf_req, bool advertise);
2516int amdgpu_acpi_pcie_notify_device_ready(struct amdgpu_device *adev);
2517#else
2518static inline int amdgpu_acpi_init(struct amdgpu_device *adev) { return 0; }
2519static inline void amdgpu_acpi_fini(struct amdgpu_device *adev) { }
2520#endif
2521
2522struct amdgpu_bo_va_mapping *
2523amdgpu_cs_find_mapping(struct amdgpu_cs_parser *parser,
2524 uint64_t addr, struct amdgpu_bo **bo);
Christian Königc855e252016-09-05 17:00:57 +02002525int amdgpu_cs_sysvm_access_required(struct amdgpu_cs_parser *parser);
Alex Deucher97b2e202015-04-20 16:51:00 -04002526
2527#include "amdgpu_object.h"
Alex Deucher97b2e202015-04-20 16:51:00 -04002528#endif