blob: 43b48eb6cf6efce5b6e98bc4b94eec656d26e2a0 [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"
54#include "amdgpu_gds.h"
Alex Deucher1f7371b2015-12-02 17:46:21 -050055#include "amd_powerplay.h"
Alex Deucher97b2e202015-04-20 16:51:00 -040056
Alex Deucherb80d8472015-08-16 22:55:02 -040057#include "gpu_scheduler.h"
58
Alex Deucher97b2e202015-04-20 16:51:00 -040059/*
60 * Modules parameters.
61 */
62extern int amdgpu_modeset;
63extern int amdgpu_vram_limit;
64extern int amdgpu_gart_size;
65extern int amdgpu_benchmarking;
66extern int amdgpu_testing;
67extern int amdgpu_audio;
68extern int amdgpu_disp_priority;
69extern int amdgpu_hw_i2c;
70extern int amdgpu_pcie_gen2;
71extern int amdgpu_msi;
72extern int amdgpu_lockup_timeout;
73extern int amdgpu_dpm;
74extern int amdgpu_smc_load_fw;
75extern int amdgpu_aspm;
76extern int amdgpu_runtime_pm;
Alex Deucher97b2e202015-04-20 16:51:00 -040077extern unsigned amdgpu_ip_block_mask;
78extern int amdgpu_bapm;
79extern int amdgpu_deep_color;
80extern int amdgpu_vm_size;
81extern int amdgpu_vm_block_size;
Christian Königd9c13152015-09-28 12:31:26 +020082extern int amdgpu_vm_fault_stop;
Christian Königb495bd32015-09-10 14:00:35 +020083extern int amdgpu_vm_debug;
Jammy Zhou1333f722015-07-30 16:36:58 +080084extern int amdgpu_sched_jobs;
Jammy Zhou4afcb302015-07-30 16:44:05 +080085extern int amdgpu_sched_hw_submission;
Alex Deucher1f7371b2015-12-02 17:46:21 -050086extern int amdgpu_powerplay;
Alex Deucher97b2e202015-04-20 16:51:00 -040087
Chunming Zhou4b559c92015-07-21 15:53:04 +080088#define AMDGPU_WAIT_IDLE_TIMEOUT_IN_MS 3000
Alex Deucher97b2e202015-04-20 16:51:00 -040089#define AMDGPU_MAX_USEC_TIMEOUT 100000 /* 100 ms */
90#define AMDGPU_FENCE_JIFFIES_TIMEOUT (HZ / 2)
91/* AMDGPU_IB_POOL_SIZE must be a power of 2 */
92#define AMDGPU_IB_POOL_SIZE 16
93#define AMDGPU_DEBUGFS_MAX_COMPONENTS 32
94#define AMDGPUFB_CONN_LIMIT 4
95#define AMDGPU_BIOS_NUM_SCRATCH 8
96
Alex Deucher97b2e202015-04-20 16:51:00 -040097/* max number of rings */
98#define AMDGPU_MAX_RINGS 16
99#define AMDGPU_MAX_GFX_RINGS 1
100#define AMDGPU_MAX_COMPUTE_RINGS 8
101#define AMDGPU_MAX_VCE_RINGS 2
102
Jammy Zhou36f523a2015-09-01 12:54:27 +0800103/* max number of IP instances */
104#define AMDGPU_MAX_SDMA_INSTANCES 2
105
Alex Deucher97b2e202015-04-20 16:51:00 -0400106/* number of hw syncs before falling back on blocking */
107#define AMDGPU_NUM_SYNCS 4
108
109/* hardcode that limit for now */
110#define AMDGPU_VA_RESERVED_SIZE (8 << 20)
111
112/* hard reset data */
113#define AMDGPU_ASIC_RESET_DATA 0x39d5e86b
114
115/* reset flags */
116#define AMDGPU_RESET_GFX (1 << 0)
117#define AMDGPU_RESET_COMPUTE (1 << 1)
118#define AMDGPU_RESET_DMA (1 << 2)
119#define AMDGPU_RESET_CP (1 << 3)
120#define AMDGPU_RESET_GRBM (1 << 4)
121#define AMDGPU_RESET_DMA1 (1 << 5)
122#define AMDGPU_RESET_RLC (1 << 6)
123#define AMDGPU_RESET_SEM (1 << 7)
124#define AMDGPU_RESET_IH (1 << 8)
125#define AMDGPU_RESET_VMC (1 << 9)
126#define AMDGPU_RESET_MC (1 << 10)
127#define AMDGPU_RESET_DISPLAY (1 << 11)
128#define AMDGPU_RESET_UVD (1 << 12)
129#define AMDGPU_RESET_VCE (1 << 13)
130#define AMDGPU_RESET_VCE1 (1 << 14)
131
132/* CG block flags */
133#define AMDGPU_CG_BLOCK_GFX (1 << 0)
134#define AMDGPU_CG_BLOCK_MC (1 << 1)
135#define AMDGPU_CG_BLOCK_SDMA (1 << 2)
136#define AMDGPU_CG_BLOCK_UVD (1 << 3)
137#define AMDGPU_CG_BLOCK_VCE (1 << 4)
138#define AMDGPU_CG_BLOCK_HDP (1 << 5)
139#define AMDGPU_CG_BLOCK_BIF (1 << 6)
140
141/* CG flags */
142#define AMDGPU_CG_SUPPORT_GFX_MGCG (1 << 0)
143#define AMDGPU_CG_SUPPORT_GFX_MGLS (1 << 1)
144#define AMDGPU_CG_SUPPORT_GFX_CGCG (1 << 2)
145#define AMDGPU_CG_SUPPORT_GFX_CGLS (1 << 3)
146#define AMDGPU_CG_SUPPORT_GFX_CGTS (1 << 4)
147#define AMDGPU_CG_SUPPORT_GFX_CGTS_LS (1 << 5)
148#define AMDGPU_CG_SUPPORT_GFX_CP_LS (1 << 6)
149#define AMDGPU_CG_SUPPORT_GFX_RLC_LS (1 << 7)
150#define AMDGPU_CG_SUPPORT_MC_LS (1 << 8)
151#define AMDGPU_CG_SUPPORT_MC_MGCG (1 << 9)
152#define AMDGPU_CG_SUPPORT_SDMA_LS (1 << 10)
153#define AMDGPU_CG_SUPPORT_SDMA_MGCG (1 << 11)
154#define AMDGPU_CG_SUPPORT_BIF_LS (1 << 12)
155#define AMDGPU_CG_SUPPORT_UVD_MGCG (1 << 13)
156#define AMDGPU_CG_SUPPORT_VCE_MGCG (1 << 14)
157#define AMDGPU_CG_SUPPORT_HDP_LS (1 << 15)
158#define AMDGPU_CG_SUPPORT_HDP_MGCG (1 << 16)
159
160/* PG flags */
161#define AMDGPU_PG_SUPPORT_GFX_PG (1 << 0)
162#define AMDGPU_PG_SUPPORT_GFX_SMG (1 << 1)
163#define AMDGPU_PG_SUPPORT_GFX_DMG (1 << 2)
164#define AMDGPU_PG_SUPPORT_UVD (1 << 3)
165#define AMDGPU_PG_SUPPORT_VCE (1 << 4)
166#define AMDGPU_PG_SUPPORT_CP (1 << 5)
167#define AMDGPU_PG_SUPPORT_GDS (1 << 6)
168#define AMDGPU_PG_SUPPORT_RLC_SMU_HS (1 << 7)
169#define AMDGPU_PG_SUPPORT_SDMA (1 << 8)
170#define AMDGPU_PG_SUPPORT_ACP (1 << 9)
171#define AMDGPU_PG_SUPPORT_SAMU (1 << 10)
172
173/* GFX current status */
174#define AMDGPU_GFX_NORMAL_MODE 0x00000000L
175#define AMDGPU_GFX_SAFE_MODE 0x00000001L
176#define AMDGPU_GFX_PG_DISABLED_MODE 0x00000002L
177#define AMDGPU_GFX_CG_DISABLED_MODE 0x00000004L
178#define AMDGPU_GFX_LBPW_DISABLED_MODE 0x00000008L
179
180/* max cursor sizes (in pixels) */
181#define CIK_CURSOR_WIDTH 128
182#define CIK_CURSOR_HEIGHT 128
183
184struct amdgpu_device;
185struct amdgpu_fence;
186struct amdgpu_ib;
187struct amdgpu_vm;
188struct amdgpu_ring;
Alex Deucher97b2e202015-04-20 16:51:00 -0400189struct amdgpu_cs_parser;
Chunming Zhoubb977d32015-08-18 15:16:40 +0800190struct amdgpu_job;
Alex Deucher97b2e202015-04-20 16:51:00 -0400191struct amdgpu_irq_src;
Alex Deucher0b492a42015-08-16 22:48:26 -0400192struct amdgpu_fpriv;
Alex Deucher97b2e202015-04-20 16:51:00 -0400193
194enum amdgpu_cp_irq {
195 AMDGPU_CP_IRQ_GFX_EOP = 0,
196 AMDGPU_CP_IRQ_COMPUTE_MEC1_PIPE0_EOP,
197 AMDGPU_CP_IRQ_COMPUTE_MEC1_PIPE1_EOP,
198 AMDGPU_CP_IRQ_COMPUTE_MEC1_PIPE2_EOP,
199 AMDGPU_CP_IRQ_COMPUTE_MEC1_PIPE3_EOP,
200 AMDGPU_CP_IRQ_COMPUTE_MEC2_PIPE0_EOP,
201 AMDGPU_CP_IRQ_COMPUTE_MEC2_PIPE1_EOP,
202 AMDGPU_CP_IRQ_COMPUTE_MEC2_PIPE2_EOP,
203 AMDGPU_CP_IRQ_COMPUTE_MEC2_PIPE3_EOP,
204
205 AMDGPU_CP_IRQ_LAST
206};
207
208enum amdgpu_sdma_irq {
209 AMDGPU_SDMA_IRQ_TRAP0 = 0,
210 AMDGPU_SDMA_IRQ_TRAP1,
211
212 AMDGPU_SDMA_IRQ_LAST
213};
214
215enum amdgpu_thermal_irq {
216 AMDGPU_THERMAL_IRQ_LOW_TO_HIGH = 0,
217 AMDGPU_THERMAL_IRQ_HIGH_TO_LOW,
218
219 AMDGPU_THERMAL_IRQ_LAST
220};
221
Alex Deucher97b2e202015-04-20 16:51:00 -0400222int amdgpu_set_clockgating_state(struct amdgpu_device *adev,
yanyang15fc3aee2015-05-22 14:39:35 -0400223 enum amd_ip_block_type block_type,
224 enum amd_clockgating_state state);
Alex Deucher97b2e202015-04-20 16:51:00 -0400225int amdgpu_set_powergating_state(struct amdgpu_device *adev,
yanyang15fc3aee2015-05-22 14:39:35 -0400226 enum amd_ip_block_type block_type,
227 enum amd_powergating_state state);
Alex Deucher97b2e202015-04-20 16:51:00 -0400228
229struct amdgpu_ip_block_version {
yanyang15fc3aee2015-05-22 14:39:35 -0400230 enum amd_ip_block_type type;
Alex Deucher97b2e202015-04-20 16:51:00 -0400231 u32 major;
232 u32 minor;
233 u32 rev;
yanyang15fc3aee2015-05-22 14:39:35 -0400234 const struct amd_ip_funcs *funcs;
Alex Deucher97b2e202015-04-20 16:51:00 -0400235};
236
237int amdgpu_ip_block_version_cmp(struct amdgpu_device *adev,
yanyang15fc3aee2015-05-22 14:39:35 -0400238 enum amd_ip_block_type type,
Alex Deucher97b2e202015-04-20 16:51:00 -0400239 u32 major, u32 minor);
240
241const struct amdgpu_ip_block_version * amdgpu_get_ip_block(
242 struct amdgpu_device *adev,
yanyang15fc3aee2015-05-22 14:39:35 -0400243 enum amd_ip_block_type type);
Alex Deucher97b2e202015-04-20 16:51:00 -0400244
245/* provided by hw blocks that can move/clear data. e.g., gfx or sdma */
246struct amdgpu_buffer_funcs {
247 /* maximum bytes in a single operation */
248 uint32_t copy_max_bytes;
249
250 /* number of dw to reserve per operation */
251 unsigned copy_num_dw;
252
253 /* used for buffer migration */
Chunming Zhouc7ae72c2015-08-25 17:23:45 +0800254 void (*emit_copy_buffer)(struct amdgpu_ib *ib,
Alex Deucher97b2e202015-04-20 16:51:00 -0400255 /* src addr in bytes */
256 uint64_t src_offset,
257 /* dst addr in bytes */
258 uint64_t dst_offset,
259 /* number of byte to transfer */
260 uint32_t byte_count);
261
262 /* maximum bytes in a single operation */
263 uint32_t fill_max_bytes;
264
265 /* number of dw to reserve per operation */
266 unsigned fill_num_dw;
267
268 /* used for buffer clearing */
Chunming Zhou6e7a3842015-08-27 13:46:09 +0800269 void (*emit_fill_buffer)(struct amdgpu_ib *ib,
Alex Deucher97b2e202015-04-20 16:51:00 -0400270 /* value to write to memory */
271 uint32_t src_data,
272 /* dst addr in bytes */
273 uint64_t dst_offset,
274 /* number of byte to fill */
275 uint32_t byte_count);
276};
277
278/* provided by hw blocks that can write ptes, e.g., sdma */
279struct amdgpu_vm_pte_funcs {
280 /* copy pte entries from GART */
281 void (*copy_pte)(struct amdgpu_ib *ib,
282 uint64_t pe, uint64_t src,
283 unsigned count);
284 /* write pte one entry at a time with addr mapping */
285 void (*write_pte)(struct amdgpu_ib *ib,
286 uint64_t pe,
287 uint64_t addr, unsigned count,
288 uint32_t incr, uint32_t flags);
289 /* for linear pte/pde updates without addr mapping */
290 void (*set_pte_pde)(struct amdgpu_ib *ib,
291 uint64_t pe,
292 uint64_t addr, unsigned count,
293 uint32_t incr, uint32_t flags);
294 /* pad the indirect buffer to the necessary number of dw */
295 void (*pad_ib)(struct amdgpu_ib *ib);
296};
297
298/* provided by the gmc block */
299struct amdgpu_gart_funcs {
300 /* flush the vm tlb via mmio */
301 void (*flush_gpu_tlb)(struct amdgpu_device *adev,
302 uint32_t vmid);
303 /* write pte/pde updates using the cpu */
304 int (*set_pte_pde)(struct amdgpu_device *adev,
305 void *cpu_pt_addr, /* cpu addr of page table */
306 uint32_t gpu_page_idx, /* pte/pde to update */
307 uint64_t addr, /* addr to write into pte/pde */
308 uint32_t flags); /* access flags */
309};
310
311/* provided by the ih block */
312struct amdgpu_ih_funcs {
313 /* ring read/write ptr handling, called from interrupt context */
314 u32 (*get_wptr)(struct amdgpu_device *adev);
315 void (*decode_iv)(struct amdgpu_device *adev,
316 struct amdgpu_iv_entry *entry);
317 void (*set_rptr)(struct amdgpu_device *adev);
318};
319
320/* provided by hw blocks that expose a ring buffer for commands */
321struct amdgpu_ring_funcs {
322 /* ring read/write ptr handling */
323 u32 (*get_rptr)(struct amdgpu_ring *ring);
324 u32 (*get_wptr)(struct amdgpu_ring *ring);
325 void (*set_wptr)(struct amdgpu_ring *ring);
326 /* validating and patching of IBs */
327 int (*parse_cs)(struct amdgpu_cs_parser *p, uint32_t ib_idx);
328 /* command emit functions */
329 void (*emit_ib)(struct amdgpu_ring *ring,
330 struct amdgpu_ib *ib);
331 void (*emit_fence)(struct amdgpu_ring *ring, uint64_t addr,
Chunming Zhou890ee232015-06-01 14:35:03 +0800332 uint64_t seq, unsigned flags);
Alex Deucher97b2e202015-04-20 16:51:00 -0400333 void (*emit_vm_flush)(struct amdgpu_ring *ring, unsigned vm_id,
334 uint64_t pd_addr);
Christian Königd2edb072015-05-11 14:10:34 +0200335 void (*emit_hdp_flush)(struct amdgpu_ring *ring);
Alex Deucher97b2e202015-04-20 16:51:00 -0400336 void (*emit_gds_switch)(struct amdgpu_ring *ring, uint32_t vmid,
337 uint32_t gds_base, uint32_t gds_size,
338 uint32_t gws_base, uint32_t gws_size,
339 uint32_t oa_base, uint32_t oa_size);
340 /* testing functions */
341 int (*test_ring)(struct amdgpu_ring *ring);
342 int (*test_ib)(struct amdgpu_ring *ring);
Jammy Zhouedff0e22015-09-01 13:04:08 +0800343 /* insert NOP packets */
344 void (*insert_nop)(struct amdgpu_ring *ring, uint32_t count);
Alex Deucher97b2e202015-04-20 16:51:00 -0400345};
346
347/*
348 * BIOS.
349 */
350bool amdgpu_get_bios(struct amdgpu_device *adev);
351bool amdgpu_read_bios(struct amdgpu_device *adev);
352
353/*
354 * Dummy page
355 */
356struct amdgpu_dummy_page {
357 struct page *page;
358 dma_addr_t addr;
359};
360int amdgpu_dummy_page_init(struct amdgpu_device *adev);
361void amdgpu_dummy_page_fini(struct amdgpu_device *adev);
362
363
364/*
365 * Clocks
366 */
367
368#define AMDGPU_MAX_PPLL 3
369
370struct amdgpu_clock {
371 struct amdgpu_pll ppll[AMDGPU_MAX_PPLL];
372 struct amdgpu_pll spll;
373 struct amdgpu_pll mpll;
374 /* 10 Khz units */
375 uint32_t default_mclk;
376 uint32_t default_sclk;
377 uint32_t default_dispclk;
378 uint32_t current_dispclk;
379 uint32_t dp_extclk;
380 uint32_t max_pixel_clock;
381};
382
383/*
384 * Fences.
385 */
386struct amdgpu_fence_driver {
Alex Deucher97b2e202015-04-20 16:51:00 -0400387 uint64_t gpu_addr;
388 volatile uint32_t *cpu_addr;
389 /* sync_seq is protected by ring emission lock */
Christian König5907a0d2016-01-18 15:16:53 +0100390 uint64_t sync_seq;
Alex Deucher97b2e202015-04-20 16:51:00 -0400391 atomic64_t last_seq;
392 bool initialized;
Alex Deucher97b2e202015-04-20 16:51:00 -0400393 struct amdgpu_irq_src *irq_src;
394 unsigned irq_type;
Christian Königc2776af2015-11-03 13:27:39 +0100395 struct timer_list fallback_timer;
monk.liu7f06c232015-07-30 18:28:12 +0800396 wait_queue_head_t fence_queue;
Alex Deucher97b2e202015-04-20 16:51:00 -0400397};
398
399/* some special values for the owner field */
400#define AMDGPU_FENCE_OWNER_UNDEFINED ((void*)0ul)
401#define AMDGPU_FENCE_OWNER_VM ((void*)1ul)
Alex Deucher97b2e202015-04-20 16:51:00 -0400402
Chunming Zhou890ee232015-06-01 14:35:03 +0800403#define AMDGPU_FENCE_FLAG_64BIT (1 << 0)
404#define AMDGPU_FENCE_FLAG_INT (1 << 1)
405
Alex Deucher97b2e202015-04-20 16:51:00 -0400406struct amdgpu_fence {
407 struct fence base;
Chunming Zhou4cef9262015-08-05 19:52:14 +0800408
Alex Deucher97b2e202015-04-20 16:51:00 -0400409 /* RB, DMA, etc. */
410 struct amdgpu_ring *ring;
411 uint64_t seq;
412
413 /* filp or special value for fence creator */
414 void *owner;
415
416 wait_queue_t fence_wake;
417};
418
419struct amdgpu_user_fence {
420 /* write-back bo */
421 struct amdgpu_bo *bo;
422 /* write-back address offset to bo start */
423 uint32_t offset;
424};
425
426int amdgpu_fence_driver_init(struct amdgpu_device *adev);
427void amdgpu_fence_driver_fini(struct amdgpu_device *adev);
428void amdgpu_fence_driver_force_completion(struct amdgpu_device *adev);
429
Christian König4f839a22015-09-08 20:22:31 +0200430int amdgpu_fence_driver_init_ring(struct amdgpu_ring *ring);
Alex Deucher97b2e202015-04-20 16:51:00 -0400431int amdgpu_fence_driver_start_ring(struct amdgpu_ring *ring,
432 struct amdgpu_irq_src *irq_src,
433 unsigned irq_type);
Alex Deucher5ceb54c2015-08-05 12:41:48 -0400434void amdgpu_fence_driver_suspend(struct amdgpu_device *adev);
435void amdgpu_fence_driver_resume(struct amdgpu_device *adev);
Alex Deucher97b2e202015-04-20 16:51:00 -0400436int amdgpu_fence_emit(struct amdgpu_ring *ring, void *owner,
437 struct amdgpu_fence **fence);
438void amdgpu_fence_process(struct amdgpu_ring *ring);
439int amdgpu_fence_wait_next(struct amdgpu_ring *ring);
440int amdgpu_fence_wait_empty(struct amdgpu_ring *ring);
441unsigned amdgpu_fence_count_emitted(struct amdgpu_ring *ring);
442
Alex Deucher97b2e202015-04-20 16:51:00 -0400443/*
444 * TTM.
445 */
446struct amdgpu_mman {
447 struct ttm_bo_global_ref bo_global_ref;
448 struct drm_global_reference mem_global_ref;
449 struct ttm_bo_device bdev;
450 bool mem_global_referenced;
451 bool initialized;
452
453#if defined(CONFIG_DEBUG_FS)
454 struct dentry *vram;
455 struct dentry *gtt;
456#endif
457
458 /* buffer handling */
459 const struct amdgpu_buffer_funcs *buffer_funcs;
460 struct amdgpu_ring *buffer_funcs_ring;
461};
462
463int amdgpu_copy_buffer(struct amdgpu_ring *ring,
464 uint64_t src_offset,
465 uint64_t dst_offset,
466 uint32_t byte_count,
467 struct reservation_object *resv,
Chunming Zhouc7ae72c2015-08-25 17:23:45 +0800468 struct fence **fence);
Alex Deucher97b2e202015-04-20 16:51:00 -0400469int amdgpu_mmap(struct file *filp, struct vm_area_struct *vma);
470
471struct amdgpu_bo_list_entry {
472 struct amdgpu_bo *robj;
473 struct ttm_validate_buffer tv;
474 struct amdgpu_bo_va *bo_va;
Alex Deucher97b2e202015-04-20 16:51:00 -0400475 uint32_t priority;
476};
477
478struct amdgpu_bo_va_mapping {
479 struct list_head list;
480 struct interval_tree_node it;
481 uint64_t offset;
482 uint32_t flags;
483};
484
485/* bo virtual addresses in a specific vm */
486struct amdgpu_bo_va {
Chunming Zhou69b576a2015-11-18 11:17:39 +0800487 struct mutex mutex;
Alex Deucher97b2e202015-04-20 16:51:00 -0400488 /* protected by bo being reserved */
489 struct list_head bo_list;
Chunming Zhoubb1e38a42015-08-03 18:19:38 +0800490 struct fence *last_pt_update;
Alex Deucher97b2e202015-04-20 16:51:00 -0400491 unsigned ref_count;
492
Christian König7fc11952015-07-30 11:53:42 +0200493 /* protected by vm mutex and spinlock */
Alex Deucher97b2e202015-04-20 16:51:00 -0400494 struct list_head vm_status;
495
Christian König7fc11952015-07-30 11:53:42 +0200496 /* mappings for this bo_va */
497 struct list_head invalids;
498 struct list_head valids;
499
Alex Deucher97b2e202015-04-20 16:51:00 -0400500 /* constant after initialization */
501 struct amdgpu_vm *vm;
502 struct amdgpu_bo *bo;
503};
504
Chunming Zhou7e5a5472015-04-24 17:37:30 +0800505#define AMDGPU_GEM_DOMAIN_MAX 0x3
506
Alex Deucher97b2e202015-04-20 16:51:00 -0400507struct amdgpu_bo {
508 /* Protected by gem.mutex */
509 struct list_head list;
510 /* Protected by tbo.reserved */
Christian König1ea863f2015-12-18 22:13:12 +0100511 u32 prefered_domains;
512 u32 allowed_domains;
Chunming Zhou7e5a5472015-04-24 17:37:30 +0800513 struct ttm_place placements[AMDGPU_GEM_DOMAIN_MAX + 1];
Alex Deucher97b2e202015-04-20 16:51:00 -0400514 struct ttm_placement placement;
515 struct ttm_buffer_object tbo;
516 struct ttm_bo_kmap_obj kmap;
517 u64 flags;
518 unsigned pin_count;
519 void *kptr;
520 u64 tiling_flags;
521 u64 metadata_flags;
522 void *metadata;
523 u32 metadata_size;
524 /* list of all virtual address to which this bo
525 * is associated to
526 */
527 struct list_head va;
528 /* Constant after initialization */
529 struct amdgpu_device *adev;
530 struct drm_gem_object gem_base;
Christian König82b9c552015-11-27 16:49:00 +0100531 struct amdgpu_bo *parent;
Alex Deucher97b2e202015-04-20 16:51:00 -0400532
533 struct ttm_bo_kmap_obj dma_buf_vmap;
534 pid_t pid;
535 struct amdgpu_mn *mn;
536 struct list_head mn_list;
537};
538#define gem_to_amdgpu_bo(gobj) container_of((gobj), struct amdgpu_bo, gem_base)
539
540void amdgpu_gem_object_free(struct drm_gem_object *obj);
541int amdgpu_gem_object_open(struct drm_gem_object *obj,
542 struct drm_file *file_priv);
543void amdgpu_gem_object_close(struct drm_gem_object *obj,
544 struct drm_file *file_priv);
545unsigned long amdgpu_gem_timeout(uint64_t timeout_ns);
546struct sg_table *amdgpu_gem_prime_get_sg_table(struct drm_gem_object *obj);
547struct drm_gem_object *amdgpu_gem_prime_import_sg_table(struct drm_device *dev,
548 struct dma_buf_attachment *attach,
549 struct sg_table *sg);
550struct dma_buf *amdgpu_gem_prime_export(struct drm_device *dev,
551 struct drm_gem_object *gobj,
552 int flags);
553int amdgpu_gem_prime_pin(struct drm_gem_object *obj);
554void amdgpu_gem_prime_unpin(struct drm_gem_object *obj);
555struct reservation_object *amdgpu_gem_prime_res_obj(struct drm_gem_object *);
556void *amdgpu_gem_prime_vmap(struct drm_gem_object *obj);
557void amdgpu_gem_prime_vunmap(struct drm_gem_object *obj, void *vaddr);
558int amdgpu_gem_debugfs_init(struct amdgpu_device *adev);
559
560/* sub-allocation manager, it has to be protected by another lock.
561 * By conception this is an helper for other part of the driver
562 * like the indirect buffer or semaphore, which both have their
563 * locking.
564 *
565 * Principe is simple, we keep a list of sub allocation in offset
566 * order (first entry has offset == 0, last entry has the highest
567 * offset).
568 *
569 * When allocating new object we first check if there is room at
570 * the end total_size - (last_object_offset + last_object_size) >=
571 * alloc_size. If so we allocate new object there.
572 *
573 * When there is not enough room at the end, we start waiting for
574 * each sub object until we reach object_offset+object_size >=
575 * alloc_size, this object then become the sub object we return.
576 *
577 * Alignment can't be bigger than page size.
578 *
579 * Hole are not considered for allocation to keep things simple.
580 * Assumption is that there won't be hole (all object on same
581 * alignment).
582 */
583struct amdgpu_sa_manager {
584 wait_queue_head_t wq;
585 struct amdgpu_bo *bo;
586 struct list_head *hole;
587 struct list_head flist[AMDGPU_MAX_RINGS];
588 struct list_head olist;
589 unsigned size;
590 uint64_t gpu_addr;
591 void *cpu_ptr;
592 uint32_t domain;
593 uint32_t align;
594};
595
596struct amdgpu_sa_bo;
597
598/* sub-allocation buffer */
599struct amdgpu_sa_bo {
600 struct list_head olist;
601 struct list_head flist;
602 struct amdgpu_sa_manager *manager;
603 unsigned soffset;
604 unsigned eoffset;
Chunming Zhou4ce98912015-08-19 16:41:19 +0800605 struct fence *fence;
Alex Deucher97b2e202015-04-20 16:51:00 -0400606};
607
608/*
609 * GEM objects.
610 */
611struct amdgpu_gem {
612 struct mutex mutex;
613 struct list_head objects;
614};
615
616int amdgpu_gem_init(struct amdgpu_device *adev);
617void amdgpu_gem_fini(struct amdgpu_device *adev);
618int amdgpu_gem_object_create(struct amdgpu_device *adev, unsigned long size,
619 int alignment, u32 initial_domain,
620 u64 flags, bool kernel,
621 struct drm_gem_object **obj);
622
623int amdgpu_mode_dumb_create(struct drm_file *file_priv,
624 struct drm_device *dev,
625 struct drm_mode_create_dumb *args);
626int amdgpu_mode_dumb_mmap(struct drm_file *filp,
627 struct drm_device *dev,
628 uint32_t handle, uint64_t *offset_p);
Alex Deucher97b2e202015-04-20 16:51:00 -0400629/*
630 * Synchronization
631 */
632struct amdgpu_sync {
Christian Königf91b3a62015-08-20 14:47:40 +0800633 DECLARE_HASHTABLE(fences, 4);
Chunming Zhou3c623382015-08-20 18:33:59 +0800634 struct fence *last_vm_update;
Alex Deucher97b2e202015-04-20 16:51:00 -0400635};
636
637void amdgpu_sync_create(struct amdgpu_sync *sync);
Christian König91e1a522015-07-06 22:06:40 +0200638int amdgpu_sync_fence(struct amdgpu_device *adev, struct amdgpu_sync *sync,
639 struct fence *f);
Alex Deucher97b2e202015-04-20 16:51:00 -0400640int amdgpu_sync_resv(struct amdgpu_device *adev,
641 struct amdgpu_sync *sync,
642 struct reservation_object *resv,
643 void *owner);
Christian Könige61235d2015-08-25 11:05:36 +0200644struct fence *amdgpu_sync_get_fence(struct amdgpu_sync *sync);
Christian Königf91b3a62015-08-20 14:47:40 +0800645int amdgpu_sync_wait(struct amdgpu_sync *sync);
Alex Deucher97b2e202015-04-20 16:51:00 -0400646void amdgpu_sync_free(struct amdgpu_device *adev, struct amdgpu_sync *sync,
Chunming Zhou4ce98912015-08-19 16:41:19 +0800647 struct fence *fence);
Alex Deucher97b2e202015-04-20 16:51:00 -0400648
649/*
650 * GART structures, functions & helpers
651 */
652struct amdgpu_mc;
653
654#define AMDGPU_GPU_PAGE_SIZE 4096
655#define AMDGPU_GPU_PAGE_MASK (AMDGPU_GPU_PAGE_SIZE - 1)
656#define AMDGPU_GPU_PAGE_SHIFT 12
657#define AMDGPU_GPU_PAGE_ALIGN(a) (((a) + AMDGPU_GPU_PAGE_MASK) & ~AMDGPU_GPU_PAGE_MASK)
658
659struct amdgpu_gart {
660 dma_addr_t table_addr;
661 struct amdgpu_bo *robj;
662 void *ptr;
663 unsigned num_gpu_pages;
664 unsigned num_cpu_pages;
665 unsigned table_size;
666 struct page **pages;
667 dma_addr_t *pages_addr;
668 bool ready;
669 const struct amdgpu_gart_funcs *gart_funcs;
670};
671
672int amdgpu_gart_table_ram_alloc(struct amdgpu_device *adev);
673void amdgpu_gart_table_ram_free(struct amdgpu_device *adev);
674int amdgpu_gart_table_vram_alloc(struct amdgpu_device *adev);
675void amdgpu_gart_table_vram_free(struct amdgpu_device *adev);
676int amdgpu_gart_table_vram_pin(struct amdgpu_device *adev);
677void amdgpu_gart_table_vram_unpin(struct amdgpu_device *adev);
678int amdgpu_gart_init(struct amdgpu_device *adev);
679void amdgpu_gart_fini(struct amdgpu_device *adev);
680void amdgpu_gart_unbind(struct amdgpu_device *adev, unsigned offset,
681 int pages);
682int amdgpu_gart_bind(struct amdgpu_device *adev, unsigned offset,
683 int pages, struct page **pagelist,
684 dma_addr_t *dma_addr, uint32_t flags);
685
686/*
687 * GPU MC structures, functions & helpers
688 */
689struct amdgpu_mc {
690 resource_size_t aper_size;
691 resource_size_t aper_base;
692 resource_size_t agp_base;
693 /* for some chips with <= 32MB we need to lie
694 * about vram size near mc fb location */
695 u64 mc_vram_size;
696 u64 visible_vram_size;
697 u64 gtt_size;
698 u64 gtt_start;
699 u64 gtt_end;
700 u64 vram_start;
701 u64 vram_end;
702 unsigned vram_width;
703 u64 real_vram_size;
704 int vram_mtrr;
705 u64 gtt_base_align;
706 u64 mc_mask;
707 const struct firmware *fw; /* MC firmware */
708 uint32_t fw_version;
709 struct amdgpu_irq_src vm_fault;
Ken Wang81c59f52015-06-03 21:02:01 +0800710 uint32_t vram_type;
Alex Deucher97b2e202015-04-20 16:51:00 -0400711};
712
713/*
714 * GPU doorbell structures, functions & helpers
715 */
716typedef enum _AMDGPU_DOORBELL_ASSIGNMENT
717{
718 AMDGPU_DOORBELL_KIQ = 0x000,
719 AMDGPU_DOORBELL_HIQ = 0x001,
720 AMDGPU_DOORBELL_DIQ = 0x002,
721 AMDGPU_DOORBELL_MEC_RING0 = 0x010,
722 AMDGPU_DOORBELL_MEC_RING1 = 0x011,
723 AMDGPU_DOORBELL_MEC_RING2 = 0x012,
724 AMDGPU_DOORBELL_MEC_RING3 = 0x013,
725 AMDGPU_DOORBELL_MEC_RING4 = 0x014,
726 AMDGPU_DOORBELL_MEC_RING5 = 0x015,
727 AMDGPU_DOORBELL_MEC_RING6 = 0x016,
728 AMDGPU_DOORBELL_MEC_RING7 = 0x017,
729 AMDGPU_DOORBELL_GFX_RING0 = 0x020,
730 AMDGPU_DOORBELL_sDMA_ENGINE0 = 0x1E0,
731 AMDGPU_DOORBELL_sDMA_ENGINE1 = 0x1E1,
732 AMDGPU_DOORBELL_IH = 0x1E8,
733 AMDGPU_DOORBELL_MAX_ASSIGNMENT = 0x3FF,
734 AMDGPU_DOORBELL_INVALID = 0xFFFF
735} AMDGPU_DOORBELL_ASSIGNMENT;
736
737struct amdgpu_doorbell {
738 /* doorbell mmio */
739 resource_size_t base;
740 resource_size_t size;
741 u32 __iomem *ptr;
742 u32 num_doorbells; /* Number of doorbells actually reserved for amdgpu. */
743};
744
745void amdgpu_doorbell_get_kfd_info(struct amdgpu_device *adev,
746 phys_addr_t *aperture_base,
747 size_t *aperture_size,
748 size_t *start_offset);
749
750/*
751 * IRQS.
752 */
753
754struct amdgpu_flip_work {
755 struct work_struct flip_work;
756 struct work_struct unpin_work;
757 struct amdgpu_device *adev;
758 int crtc_id;
759 uint64_t base;
760 struct drm_pending_vblank_event *event;
761 struct amdgpu_bo *old_rbo;
Christian König1ffd2652015-08-11 17:29:52 +0200762 struct fence *excl;
763 unsigned shared_count;
764 struct fence **shared;
Alex Deucher97b2e202015-04-20 16:51:00 -0400765};
766
767
768/*
769 * CP & rings.
770 */
771
772struct amdgpu_ib {
773 struct amdgpu_sa_bo *sa_bo;
774 uint32_t length_dw;
775 uint64_t gpu_addr;
776 uint32_t *ptr;
777 struct amdgpu_ring *ring;
778 struct amdgpu_fence *fence;
779 struct amdgpu_user_fence *user;
Christian König8d0a7ce2015-11-03 20:58:50 +0100780 bool grabbed_vmid;
Alex Deucher97b2e202015-04-20 16:51:00 -0400781 struct amdgpu_vm *vm;
Christian König3cb485f2015-05-11 15:34:59 +0200782 struct amdgpu_ctx *ctx;
Alex Deucher97b2e202015-04-20 16:51:00 -0400783 struct amdgpu_sync sync;
Alex Deucher97b2e202015-04-20 16:51:00 -0400784 uint32_t gds_base, gds_size;
785 uint32_t gws_base, gws_size;
786 uint32_t oa_base, oa_size;
Jammy Zhoude807f82015-05-11 23:41:41 +0800787 uint32_t flags;
Christian König5430a3f2015-07-21 18:02:21 +0200788 /* resulting sequence number */
789 uint64_t sequence;
Alex Deucher97b2e202015-04-20 16:51:00 -0400790};
791
792enum amdgpu_ring_type {
793 AMDGPU_RING_TYPE_GFX,
794 AMDGPU_RING_TYPE_COMPUTE,
795 AMDGPU_RING_TYPE_SDMA,
796 AMDGPU_RING_TYPE_UVD,
797 AMDGPU_RING_TYPE_VCE
798};
799
Chunming Zhouc1b69ed2015-07-21 13:45:14 +0800800extern struct amd_sched_backend_ops amdgpu_sched_ops;
801
Chunming Zhou3c704e92015-07-29 10:33:14 +0800802int amdgpu_sched_ib_submit_kernel_helper(struct amdgpu_device *adev,
803 struct amdgpu_ring *ring,
804 struct amdgpu_ib *ibs,
805 unsigned num_ibs,
Chunming Zhoubb977d32015-08-18 15:16:40 +0800806 int (*free_job)(struct amdgpu_job *),
Chunming Zhou17635522015-08-03 11:43:19 +0800807 void *owner,
808 struct fence **fence);
Chunming Zhou3c704e92015-07-29 10:33:14 +0800809
Alex Deucher97b2e202015-04-20 16:51:00 -0400810struct amdgpu_ring {
811 struct amdgpu_device *adev;
812 const struct amdgpu_ring_funcs *funcs;
813 struct amdgpu_fence_driver fence_drv;
Christian König4f839a22015-09-08 20:22:31 +0200814 struct amd_gpu_scheduler sched;
Alex Deucher97b2e202015-04-20 16:51:00 -0400815
Chunming Zhou176e1ab2015-07-24 10:49:47 +0800816 spinlock_t fence_lock;
Alex Deucher97b2e202015-04-20 16:51:00 -0400817 struct mutex *ring_lock;
818 struct amdgpu_bo *ring_obj;
819 volatile uint32_t *ring;
820 unsigned rptr_offs;
821 u64 next_rptr_gpu_addr;
822 volatile u32 *next_rptr_cpu_addr;
823 unsigned wptr;
824 unsigned wptr_old;
825 unsigned ring_size;
826 unsigned ring_free_dw;
827 int count_dw;
Alex Deucher97b2e202015-04-20 16:51:00 -0400828 uint64_t gpu_addr;
829 uint32_t align_mask;
830 uint32_t ptr_mask;
831 bool ready;
832 u32 nop;
833 u32 idx;
Alex Deucher97b2e202015-04-20 16:51:00 -0400834 u32 me;
835 u32 pipe;
836 u32 queue;
837 struct amdgpu_bo *mqd_obj;
838 u32 doorbell_index;
839 bool use_doorbell;
840 unsigned wptr_offs;
841 unsigned next_rptr_offs;
842 unsigned fence_offs;
Christian König3cb485f2015-05-11 15:34:59 +0200843 struct amdgpu_ctx *current_ctx;
Alex Deucher97b2e202015-04-20 16:51:00 -0400844 enum amdgpu_ring_type type;
845 char name[16];
Chunming Zhou4274f5d2015-07-21 16:04:39 +0800846 bool is_pte_ring;
Alex Deucher97b2e202015-04-20 16:51:00 -0400847};
848
849/*
850 * VM
851 */
852
853/* maximum number of VMIDs */
854#define AMDGPU_NUM_VM 16
855
856/* number of entries in page table */
857#define AMDGPU_VM_PTE_COUNT (1 << amdgpu_vm_block_size)
858
859/* PTBs (Page Table Blocks) need to be aligned to 32K */
860#define AMDGPU_VM_PTB_ALIGN_SIZE 32768
861#define AMDGPU_VM_PTB_ALIGN_MASK (AMDGPU_VM_PTB_ALIGN_SIZE - 1)
862#define AMDGPU_VM_PTB_ALIGN(a) (((a) + AMDGPU_VM_PTB_ALIGN_MASK) & ~AMDGPU_VM_PTB_ALIGN_MASK)
863
864#define AMDGPU_PTE_VALID (1 << 0)
865#define AMDGPU_PTE_SYSTEM (1 << 1)
866#define AMDGPU_PTE_SNOOPED (1 << 2)
867
868/* VI only */
869#define AMDGPU_PTE_EXECUTABLE (1 << 4)
870
871#define AMDGPU_PTE_READABLE (1 << 5)
872#define AMDGPU_PTE_WRITEABLE (1 << 6)
873
874/* PTE (Page Table Entry) fragment field for different page sizes */
875#define AMDGPU_PTE_FRAG_4KB (0 << 7)
876#define AMDGPU_PTE_FRAG_64KB (4 << 7)
877#define AMDGPU_LOG2_PAGES_PER_FRAG 4
878
Christian Königd9c13152015-09-28 12:31:26 +0200879/* How to programm VM fault handling */
880#define AMDGPU_VM_FAULT_STOP_NEVER 0
881#define AMDGPU_VM_FAULT_STOP_FIRST 1
882#define AMDGPU_VM_FAULT_STOP_ALWAYS 2
883
Alex Deucher97b2e202015-04-20 16:51:00 -0400884struct amdgpu_vm_pt {
Christian Königee1782c2015-12-11 21:01:23 +0100885 struct amdgpu_bo_list_entry entry;
886 uint64_t addr;
Alex Deucher97b2e202015-04-20 16:51:00 -0400887};
888
889struct amdgpu_vm_id {
890 unsigned id;
891 uint64_t pd_gpu_addr;
892 /* last flushed PD/PT update */
Chunming Zhou3c623382015-08-20 18:33:59 +0800893 struct fence *flushed_updates;
Alex Deucher97b2e202015-04-20 16:51:00 -0400894};
895
896struct amdgpu_vm {
Christian König25cfc3c2015-12-19 19:42:05 +0100897 /* tree of virtual addresses mapped */
898 spinlock_t it_lock;
Alex Deucher97b2e202015-04-20 16:51:00 -0400899 struct rb_root va;
900
Christian König7fc11952015-07-30 11:53:42 +0200901 /* protecting invalidated */
Alex Deucher97b2e202015-04-20 16:51:00 -0400902 spinlock_t status_lock;
903
904 /* BOs moved, but not yet updated in the PT */
905 struct list_head invalidated;
906
Christian König7fc11952015-07-30 11:53:42 +0200907 /* BOs cleared in the PT because of a move */
908 struct list_head cleared;
909
910 /* BO mappings freed, but not yet updated in the PT */
Alex Deucher97b2e202015-04-20 16:51:00 -0400911 struct list_head freed;
912
913 /* contains the page directory */
914 struct amdgpu_bo *page_directory;
915 unsigned max_pde_used;
Bas Nieuwenhuizen05906de2015-08-14 20:08:40 +0200916 struct fence *page_directory_fence;
Alex Deucher97b2e202015-04-20 16:51:00 -0400917
918 /* array of page tables, one for each page directory entry */
919 struct amdgpu_vm_pt *page_tables;
920
921 /* for id and flush management per ring */
922 struct amdgpu_vm_id ids[AMDGPU_MAX_RINGS];
Christian König25cfc3c2015-12-19 19:42:05 +0100923
jimqu81d75a32015-12-04 17:17:00 +0800924 /* protecting freed */
925 spinlock_t freed_lock;
Alex Deucher97b2e202015-04-20 16:51:00 -0400926};
927
928struct amdgpu_vm_manager {
Christian König8d0a7ce2015-11-03 20:58:50 +0100929 /* protecting IDs */
930 struct mutex lock;
931
Christian König1c16c0a2015-11-14 21:31:40 +0100932 struct {
933 struct fence *active;
934 atomic_long_t owner;
935 } ids[AMDGPU_NUM_VM];
936
Christian König8b4fb002015-11-15 16:04:16 +0100937 uint32_t max_pfn;
Alex Deucher97b2e202015-04-20 16:51:00 -0400938 /* number of VMIDs */
Christian König8b4fb002015-11-15 16:04:16 +0100939 unsigned nvm;
Alex Deucher97b2e202015-04-20 16:51:00 -0400940 /* vram base address for page table entry */
Christian König8b4fb002015-11-15 16:04:16 +0100941 u64 vram_base_offset;
Alex Deucher97b2e202015-04-20 16:51:00 -0400942 /* is vm enabled? */
Christian König8b4fb002015-11-15 16:04:16 +0100943 bool enabled;
Alex Deucher97b2e202015-04-20 16:51:00 -0400944 /* vm pte handling */
945 const struct amdgpu_vm_pte_funcs *vm_pte_funcs;
946 struct amdgpu_ring *vm_pte_funcs_ring;
947};
948
Christian Königea89f8c2015-11-15 20:52:06 +0100949void amdgpu_vm_manager_fini(struct amdgpu_device *adev);
Christian König8b4fb002015-11-15 16:04:16 +0100950int amdgpu_vm_init(struct amdgpu_device *adev, struct amdgpu_vm *vm);
951void amdgpu_vm_fini(struct amdgpu_device *adev, struct amdgpu_vm *vm);
Christian König56467eb2015-12-11 15:16:32 +0100952void amdgpu_vm_get_pd_bo(struct amdgpu_vm *vm,
953 struct list_head *validated,
954 struct amdgpu_bo_list_entry *entry);
Christian Königee1782c2015-12-11 21:01:23 +0100955void amdgpu_vm_get_pt_bos(struct amdgpu_vm *vm, struct list_head *duplicates);
Christian Königeceb8a12016-01-11 15:35:21 +0100956void amdgpu_vm_move_pt_bos_in_lru(struct amdgpu_device *adev,
957 struct amdgpu_vm *vm);
Christian König8b4fb002015-11-15 16:04:16 +0100958int amdgpu_vm_grab_id(struct amdgpu_vm *vm, struct amdgpu_ring *ring,
Christian König94dd0a42016-01-18 17:01:42 +0100959 struct amdgpu_sync *sync, struct fence *fence);
Christian König8b4fb002015-11-15 16:04:16 +0100960void amdgpu_vm_flush(struct amdgpu_ring *ring,
961 struct amdgpu_vm *vm,
962 struct fence *updates);
Christian König8b4fb002015-11-15 16:04:16 +0100963uint64_t amdgpu_vm_map_gart(struct amdgpu_device *adev, uint64_t addr);
964int amdgpu_vm_update_page_directory(struct amdgpu_device *adev,
965 struct amdgpu_vm *vm);
966int amdgpu_vm_clear_freed(struct amdgpu_device *adev,
967 struct amdgpu_vm *vm);
968int amdgpu_vm_clear_invalids(struct amdgpu_device *adev, struct amdgpu_vm *vm,
969 struct amdgpu_sync *sync);
970int amdgpu_vm_bo_update(struct amdgpu_device *adev,
971 struct amdgpu_bo_va *bo_va,
972 struct ttm_mem_reg *mem);
973void amdgpu_vm_bo_invalidate(struct amdgpu_device *adev,
974 struct amdgpu_bo *bo);
975struct amdgpu_bo_va *amdgpu_vm_bo_find(struct amdgpu_vm *vm,
976 struct amdgpu_bo *bo);
977struct amdgpu_bo_va *amdgpu_vm_bo_add(struct amdgpu_device *adev,
978 struct amdgpu_vm *vm,
979 struct amdgpu_bo *bo);
980int amdgpu_vm_bo_map(struct amdgpu_device *adev,
981 struct amdgpu_bo_va *bo_va,
982 uint64_t addr, uint64_t offset,
983 uint64_t size, uint32_t flags);
984int amdgpu_vm_bo_unmap(struct amdgpu_device *adev,
985 struct amdgpu_bo_va *bo_va,
986 uint64_t addr);
987void amdgpu_vm_bo_rmv(struct amdgpu_device *adev,
988 struct amdgpu_bo_va *bo_va);
989int amdgpu_vm_free_job(struct amdgpu_job *job);
990
Alex Deucher97b2e202015-04-20 16:51:00 -0400991/*
992 * context related structures
993 */
994
Christian König21c16bf2015-07-07 17:24:49 +0200995struct amdgpu_ctx_ring {
Christian König91404fb2015-08-05 18:33:21 +0200996 uint64_t sequence;
Chunming Zhou37cd0ca2015-12-10 15:45:11 +0800997 struct fence **fences;
Christian König91404fb2015-08-05 18:33:21 +0200998 struct amd_sched_entity entity;
Christian König21c16bf2015-07-07 17:24:49 +0200999};
1000
Alex Deucher97b2e202015-04-20 16:51:00 -04001001struct amdgpu_ctx {
Alex Deucher0b492a42015-08-16 22:48:26 -04001002 struct kref refcount;
Chunming Zhou9cb7e5a2015-07-21 13:17:19 +08001003 struct amdgpu_device *adev;
Alex Deucher0b492a42015-08-16 22:48:26 -04001004 unsigned reset_counter;
Christian König21c16bf2015-07-07 17:24:49 +02001005 spinlock_t ring_lock;
Chunming Zhou37cd0ca2015-12-10 15:45:11 +08001006 struct fence **fences;
Christian König21c16bf2015-07-07 17:24:49 +02001007 struct amdgpu_ctx_ring rings[AMDGPU_MAX_RINGS];
Alex Deucher97b2e202015-04-20 16:51:00 -04001008};
1009
1010struct amdgpu_ctx_mgr {
Alex Deucher0b492a42015-08-16 22:48:26 -04001011 struct amdgpu_device *adev;
1012 struct mutex lock;
1013 /* protected by lock */
1014 struct idr ctx_handles;
Alex Deucher97b2e202015-04-20 16:51:00 -04001015};
1016
Chunming Zhoud033a6d2015-11-05 15:23:09 +08001017int amdgpu_ctx_init(struct amdgpu_device *adev, enum amd_sched_priority pri,
Christian König47f38502015-08-04 17:51:05 +02001018 struct amdgpu_ctx *ctx);
1019void amdgpu_ctx_fini(struct amdgpu_ctx *ctx);
Alex Deucher0b492a42015-08-16 22:48:26 -04001020
Alex Deucher0b492a42015-08-16 22:48:26 -04001021struct amdgpu_ctx *amdgpu_ctx_get(struct amdgpu_fpriv *fpriv, uint32_t id);
1022int amdgpu_ctx_put(struct amdgpu_ctx *ctx);
1023
Christian König21c16bf2015-07-07 17:24:49 +02001024uint64_t amdgpu_ctx_add_fence(struct amdgpu_ctx *ctx, struct amdgpu_ring *ring,
Christian Königce882e62015-08-19 15:00:55 +02001025 struct fence *fence);
Christian König21c16bf2015-07-07 17:24:49 +02001026struct fence *amdgpu_ctx_get_fence(struct amdgpu_ctx *ctx,
1027 struct amdgpu_ring *ring, uint64_t seq);
1028
Alex Deucher0b492a42015-08-16 22:48:26 -04001029int amdgpu_ctx_ioctl(struct drm_device *dev, void *data,
1030 struct drm_file *filp);
1031
Christian Königefd4ccb2015-08-04 16:20:31 +02001032void amdgpu_ctx_mgr_init(struct amdgpu_ctx_mgr *mgr);
1033void amdgpu_ctx_mgr_fini(struct amdgpu_ctx_mgr *mgr);
Alex Deucher0b492a42015-08-16 22:48:26 -04001034
Alex Deucher97b2e202015-04-20 16:51:00 -04001035/*
1036 * file private structure
1037 */
1038
1039struct amdgpu_fpriv {
1040 struct amdgpu_vm vm;
1041 struct mutex bo_list_lock;
1042 struct idr bo_list_handles;
Alex Deucher0b492a42015-08-16 22:48:26 -04001043 struct amdgpu_ctx_mgr ctx_mgr;
Alex Deucher97b2e202015-04-20 16:51:00 -04001044};
1045
1046/*
1047 * residency list
1048 */
1049
1050struct amdgpu_bo_list {
1051 struct mutex lock;
1052 struct amdgpu_bo *gds_obj;
1053 struct amdgpu_bo *gws_obj;
1054 struct amdgpu_bo *oa_obj;
1055 bool has_userptr;
1056 unsigned num_entries;
1057 struct amdgpu_bo_list_entry *array;
1058};
1059
1060struct amdgpu_bo_list *
1061amdgpu_bo_list_get(struct amdgpu_fpriv *fpriv, int id);
Christian König636ce252015-12-18 21:26:47 +01001062void amdgpu_bo_list_get_list(struct amdgpu_bo_list *list,
1063 struct list_head *validated);
Alex Deucher97b2e202015-04-20 16:51:00 -04001064void amdgpu_bo_list_put(struct amdgpu_bo_list *list);
1065void amdgpu_bo_list_free(struct amdgpu_bo_list *list);
1066
1067/*
1068 * GFX stuff
1069 */
1070#include "clearstate_defs.h"
1071
1072struct amdgpu_rlc {
1073 /* for power gating */
1074 struct amdgpu_bo *save_restore_obj;
1075 uint64_t save_restore_gpu_addr;
1076 volatile uint32_t *sr_ptr;
1077 const u32 *reg_list;
1078 u32 reg_list_size;
1079 /* for clear state */
1080 struct amdgpu_bo *clear_state_obj;
1081 uint64_t clear_state_gpu_addr;
1082 volatile uint32_t *cs_ptr;
1083 const struct cs_section_def *cs_data;
1084 u32 clear_state_size;
1085 /* for cp tables */
1086 struct amdgpu_bo *cp_table_obj;
1087 uint64_t cp_table_gpu_addr;
1088 volatile uint32_t *cp_table_ptr;
1089 u32 cp_table_size;
1090};
1091
1092struct amdgpu_mec {
1093 struct amdgpu_bo *hpd_eop_obj;
1094 u64 hpd_eop_gpu_addr;
1095 u32 num_pipe;
1096 u32 num_mec;
1097 u32 num_queue;
1098};
1099
1100/*
1101 * GPU scratch registers structures, functions & helpers
1102 */
1103struct amdgpu_scratch {
1104 unsigned num_reg;
1105 uint32_t reg_base;
1106 bool free[32];
1107 uint32_t reg[32];
1108};
1109
1110/*
1111 * GFX configurations
1112 */
1113struct amdgpu_gca_config {
1114 unsigned max_shader_engines;
1115 unsigned max_tile_pipes;
1116 unsigned max_cu_per_sh;
1117 unsigned max_sh_per_se;
1118 unsigned max_backends_per_se;
1119 unsigned max_texture_channel_caches;
1120 unsigned max_gprs;
1121 unsigned max_gs_threads;
1122 unsigned max_hw_contexts;
1123 unsigned sc_prim_fifo_size_frontend;
1124 unsigned sc_prim_fifo_size_backend;
1125 unsigned sc_hiz_tile_fifo_size;
1126 unsigned sc_earlyz_tile_fifo_size;
1127
1128 unsigned num_tile_pipes;
1129 unsigned backend_enable_mask;
1130 unsigned mem_max_burst_length_bytes;
1131 unsigned mem_row_size_in_kb;
1132 unsigned shader_engine_tile_size;
1133 unsigned num_gpus;
1134 unsigned multi_gpu_tile_size;
1135 unsigned mc_arb_ramcfg;
1136 unsigned gb_addr_config;
1137
1138 uint32_t tile_mode_array[32];
1139 uint32_t macrotile_mode_array[16];
1140};
1141
1142struct amdgpu_gfx {
1143 struct mutex gpu_clock_mutex;
1144 struct amdgpu_gca_config config;
1145 struct amdgpu_rlc rlc;
1146 struct amdgpu_mec mec;
1147 struct amdgpu_scratch scratch;
1148 const struct firmware *me_fw; /* ME firmware */
1149 uint32_t me_fw_version;
1150 const struct firmware *pfp_fw; /* PFP firmware */
1151 uint32_t pfp_fw_version;
1152 const struct firmware *ce_fw; /* CE firmware */
1153 uint32_t ce_fw_version;
1154 const struct firmware *rlc_fw; /* RLC firmware */
1155 uint32_t rlc_fw_version;
1156 const struct firmware *mec_fw; /* MEC firmware */
1157 uint32_t mec_fw_version;
1158 const struct firmware *mec2_fw; /* MEC2 firmware */
1159 uint32_t mec2_fw_version;
Ken Wang02558a02015-06-03 19:52:06 +08001160 uint32_t me_feature_version;
1161 uint32_t ce_feature_version;
1162 uint32_t pfp_feature_version;
Jammy Zhou351643d2015-08-04 10:43:50 +08001163 uint32_t rlc_feature_version;
1164 uint32_t mec_feature_version;
1165 uint32_t mec2_feature_version;
Alex Deucher97b2e202015-04-20 16:51:00 -04001166 struct amdgpu_ring gfx_ring[AMDGPU_MAX_GFX_RINGS];
1167 unsigned num_gfx_rings;
1168 struct amdgpu_ring compute_ring[AMDGPU_MAX_COMPUTE_RINGS];
1169 unsigned num_compute_rings;
1170 struct amdgpu_irq_src eop_irq;
1171 struct amdgpu_irq_src priv_reg_irq;
1172 struct amdgpu_irq_src priv_inst_irq;
1173 /* gfx status */
1174 uint32_t gfx_current_status;
Ken Wanga101a892015-06-03 17:47:54 +08001175 /* ce ram size*/
1176 unsigned ce_ram_size;
Alex Deucher97b2e202015-04-20 16:51:00 -04001177};
1178
1179int amdgpu_ib_get(struct amdgpu_ring *ring, struct amdgpu_vm *vm,
1180 unsigned size, struct amdgpu_ib *ib);
1181void amdgpu_ib_free(struct amdgpu_device *adev, struct amdgpu_ib *ib);
1182int amdgpu_ib_schedule(struct amdgpu_device *adev, unsigned num_ibs,
1183 struct amdgpu_ib *ib, void *owner);
1184int amdgpu_ib_pool_init(struct amdgpu_device *adev);
1185void amdgpu_ib_pool_fini(struct amdgpu_device *adev);
1186int amdgpu_ib_ring_tests(struct amdgpu_device *adev);
1187/* Ring access between begin & end cannot sleep */
1188void amdgpu_ring_free_size(struct amdgpu_ring *ring);
1189int amdgpu_ring_alloc(struct amdgpu_ring *ring, unsigned ndw);
1190int amdgpu_ring_lock(struct amdgpu_ring *ring, unsigned ndw);
Jammy Zhouedff0e22015-09-01 13:04:08 +08001191void amdgpu_ring_insert_nop(struct amdgpu_ring *ring, uint32_t count);
Alex Deucher97b2e202015-04-20 16:51:00 -04001192void amdgpu_ring_commit(struct amdgpu_ring *ring);
1193void amdgpu_ring_unlock_commit(struct amdgpu_ring *ring);
1194void amdgpu_ring_undo(struct amdgpu_ring *ring);
1195void amdgpu_ring_unlock_undo(struct amdgpu_ring *ring);
Alex Deucher97b2e202015-04-20 16:51:00 -04001196unsigned amdgpu_ring_backup(struct amdgpu_ring *ring,
1197 uint32_t **data);
1198int amdgpu_ring_restore(struct amdgpu_ring *ring,
1199 unsigned size, uint32_t *data);
1200int amdgpu_ring_init(struct amdgpu_device *adev, struct amdgpu_ring *ring,
1201 unsigned ring_size, u32 nop, u32 align_mask,
1202 struct amdgpu_irq_src *irq_src, unsigned irq_type,
1203 enum amdgpu_ring_type ring_type);
1204void amdgpu_ring_fini(struct amdgpu_ring *ring);
Christian König8120b612015-10-22 11:29:33 +02001205struct amdgpu_ring *amdgpu_ring_from_fence(struct fence *f);
Alex Deucher97b2e202015-04-20 16:51:00 -04001206
1207/*
1208 * CS.
1209 */
1210struct amdgpu_cs_chunk {
1211 uint32_t chunk_id;
1212 uint32_t length_dw;
1213 uint32_t *kdata;
Alex Deucher97b2e202015-04-20 16:51:00 -04001214};
1215
1216struct amdgpu_cs_parser {
1217 struct amdgpu_device *adev;
1218 struct drm_file *filp;
Christian König3cb485f2015-05-11 15:34:59 +02001219 struct amdgpu_ctx *ctx;
Christian Königc3cca412015-12-15 14:41:33 +01001220
Alex Deucher97b2e202015-04-20 16:51:00 -04001221 /* chunks */
1222 unsigned nchunks;
1223 struct amdgpu_cs_chunk *chunks;
Alex Deucher97b2e202015-04-20 16:51:00 -04001224
Christian Königc3cca412015-12-15 14:41:33 +01001225 /* indirect buffers */
Alex Deucher97b2e202015-04-20 16:51:00 -04001226 uint32_t num_ibs;
Christian Königc3cca412015-12-15 14:41:33 +01001227 struct amdgpu_ib *ibs;
Alex Deucher97b2e202015-04-20 16:51:00 -04001228
Christian Königc3cca412015-12-15 14:41:33 +01001229 /* buffer objects */
1230 struct ww_acquire_ctx ticket;
1231 struct amdgpu_bo_list *bo_list;
1232 struct amdgpu_bo_list_entry vm_pd;
1233 struct list_head validated;
1234 struct fence *fence;
1235 uint64_t bytes_moved_threshold;
1236 uint64_t bytes_moved;
Alex Deucher97b2e202015-04-20 16:51:00 -04001237
1238 /* user fence */
Christian König91acbeb2015-12-14 16:42:31 +01001239 struct amdgpu_user_fence uf;
1240 struct amdgpu_bo_list_entry uf_entry;
Alex Deucher97b2e202015-04-20 16:51:00 -04001241};
1242
Chunming Zhoubb977d32015-08-18 15:16:40 +08001243struct amdgpu_job {
1244 struct amd_sched_job base;
1245 struct amdgpu_device *adev;
Chunming Zhoubb977d32015-08-18 15:16:40 +08001246 struct amdgpu_ib *ibs;
1247 uint32_t num_ibs;
Christian Könige2840222015-11-05 19:49:48 +01001248 void *owner;
Chunming Zhoubb977d32015-08-18 15:16:40 +08001249 struct amdgpu_user_fence uf;
Junwei Zhang4c7eb912015-09-09 09:05:55 +08001250 int (*free_job)(struct amdgpu_job *job);
Chunming Zhoubb977d32015-08-18 15:16:40 +08001251};
Junwei Zhanga6db8a32015-09-09 09:21:19 +08001252#define to_amdgpu_job(sched_job) \
1253 container_of((sched_job), struct amdgpu_job, base)
Chunming Zhoubb977d32015-08-18 15:16:40 +08001254
Alex Deucher97b2e202015-04-20 16:51:00 -04001255static inline u32 amdgpu_get_ib_value(struct amdgpu_cs_parser *p, uint32_t ib_idx, int idx)
1256{
1257 return p->ibs[ib_idx].ptr[idx];
1258}
1259
1260/*
1261 * Writeback
1262 */
1263#define AMDGPU_MAX_WB 1024 /* Reserve at most 1024 WB slots for amdgpu-owned rings. */
1264
1265struct amdgpu_wb {
1266 struct amdgpu_bo *wb_obj;
1267 volatile uint32_t *wb;
1268 uint64_t gpu_addr;
1269 u32 num_wb; /* Number of wb slots actually reserved for amdgpu. */
1270 unsigned long used[DIV_ROUND_UP(AMDGPU_MAX_WB, BITS_PER_LONG)];
1271};
1272
1273int amdgpu_wb_get(struct amdgpu_device *adev, u32 *wb);
1274void amdgpu_wb_free(struct amdgpu_device *adev, u32 wb);
1275
Alex Deucher97b2e202015-04-20 16:51:00 -04001276
Alex Deucher97b2e202015-04-20 16:51:00 -04001277
1278enum amdgpu_int_thermal_type {
1279 THERMAL_TYPE_NONE,
1280 THERMAL_TYPE_EXTERNAL,
1281 THERMAL_TYPE_EXTERNAL_GPIO,
1282 THERMAL_TYPE_RV6XX,
1283 THERMAL_TYPE_RV770,
1284 THERMAL_TYPE_ADT7473_WITH_INTERNAL,
1285 THERMAL_TYPE_EVERGREEN,
1286 THERMAL_TYPE_SUMO,
1287 THERMAL_TYPE_NI,
1288 THERMAL_TYPE_SI,
1289 THERMAL_TYPE_EMC2103_WITH_INTERNAL,
1290 THERMAL_TYPE_CI,
1291 THERMAL_TYPE_KV,
1292};
1293
1294enum amdgpu_dpm_auto_throttle_src {
1295 AMDGPU_DPM_AUTO_THROTTLE_SRC_THERMAL,
1296 AMDGPU_DPM_AUTO_THROTTLE_SRC_EXTERNAL
1297};
1298
1299enum amdgpu_dpm_event_src {
1300 AMDGPU_DPM_EVENT_SRC_ANALOG = 0,
1301 AMDGPU_DPM_EVENT_SRC_EXTERNAL = 1,
1302 AMDGPU_DPM_EVENT_SRC_DIGITAL = 2,
1303 AMDGPU_DPM_EVENT_SRC_ANALOG_OR_EXTERNAL = 3,
1304 AMDGPU_DPM_EVENT_SRC_DIGIAL_OR_EXTERNAL = 4
1305};
1306
1307#define AMDGPU_MAX_VCE_LEVELS 6
1308
1309enum amdgpu_vce_level {
1310 AMDGPU_VCE_LEVEL_AC_ALL = 0, /* AC, All cases */
1311 AMDGPU_VCE_LEVEL_DC_EE = 1, /* DC, entropy encoding */
1312 AMDGPU_VCE_LEVEL_DC_LL_LOW = 2, /* DC, low latency queue, res <= 720 */
1313 AMDGPU_VCE_LEVEL_DC_LL_HIGH = 3, /* DC, low latency queue, 1080 >= res > 720 */
1314 AMDGPU_VCE_LEVEL_DC_GP_LOW = 4, /* DC, general purpose queue, res <= 720 */
1315 AMDGPU_VCE_LEVEL_DC_GP_HIGH = 5, /* DC, general purpose queue, 1080 >= res > 720 */
1316};
1317
1318struct amdgpu_ps {
1319 u32 caps; /* vbios flags */
1320 u32 class; /* vbios flags */
1321 u32 class2; /* vbios flags */
1322 /* UVD clocks */
1323 u32 vclk;
1324 u32 dclk;
1325 /* VCE clocks */
1326 u32 evclk;
1327 u32 ecclk;
1328 bool vce_active;
1329 enum amdgpu_vce_level vce_level;
1330 /* asic priv */
1331 void *ps_priv;
1332};
1333
1334struct amdgpu_dpm_thermal {
1335 /* thermal interrupt work */
1336 struct work_struct work;
1337 /* low temperature threshold */
1338 int min_temp;
1339 /* high temperature threshold */
1340 int max_temp;
1341 /* was last interrupt low to high or high to low */
1342 bool high_to_low;
1343 /* interrupt source */
1344 struct amdgpu_irq_src irq;
1345};
1346
1347enum amdgpu_clk_action
1348{
1349 AMDGPU_SCLK_UP = 1,
1350 AMDGPU_SCLK_DOWN
1351};
1352
1353struct amdgpu_blacklist_clocks
1354{
1355 u32 sclk;
1356 u32 mclk;
1357 enum amdgpu_clk_action action;
1358};
1359
1360struct amdgpu_clock_and_voltage_limits {
1361 u32 sclk;
1362 u32 mclk;
1363 u16 vddc;
1364 u16 vddci;
1365};
1366
1367struct amdgpu_clock_array {
1368 u32 count;
1369 u32 *values;
1370};
1371
1372struct amdgpu_clock_voltage_dependency_entry {
1373 u32 clk;
1374 u16 v;
1375};
1376
1377struct amdgpu_clock_voltage_dependency_table {
1378 u32 count;
1379 struct amdgpu_clock_voltage_dependency_entry *entries;
1380};
1381
1382union amdgpu_cac_leakage_entry {
1383 struct {
1384 u16 vddc;
1385 u32 leakage;
1386 };
1387 struct {
1388 u16 vddc1;
1389 u16 vddc2;
1390 u16 vddc3;
1391 };
1392};
1393
1394struct amdgpu_cac_leakage_table {
1395 u32 count;
1396 union amdgpu_cac_leakage_entry *entries;
1397};
1398
1399struct amdgpu_phase_shedding_limits_entry {
1400 u16 voltage;
1401 u32 sclk;
1402 u32 mclk;
1403};
1404
1405struct amdgpu_phase_shedding_limits_table {
1406 u32 count;
1407 struct amdgpu_phase_shedding_limits_entry *entries;
1408};
1409
1410struct amdgpu_uvd_clock_voltage_dependency_entry {
1411 u32 vclk;
1412 u32 dclk;
1413 u16 v;
1414};
1415
1416struct amdgpu_uvd_clock_voltage_dependency_table {
1417 u8 count;
1418 struct amdgpu_uvd_clock_voltage_dependency_entry *entries;
1419};
1420
1421struct amdgpu_vce_clock_voltage_dependency_entry {
1422 u32 ecclk;
1423 u32 evclk;
1424 u16 v;
1425};
1426
1427struct amdgpu_vce_clock_voltage_dependency_table {
1428 u8 count;
1429 struct amdgpu_vce_clock_voltage_dependency_entry *entries;
1430};
1431
1432struct amdgpu_ppm_table {
1433 u8 ppm_design;
1434 u16 cpu_core_number;
1435 u32 platform_tdp;
1436 u32 small_ac_platform_tdp;
1437 u32 platform_tdc;
1438 u32 small_ac_platform_tdc;
1439 u32 apu_tdp;
1440 u32 dgpu_tdp;
1441 u32 dgpu_ulv_power;
1442 u32 tj_max;
1443};
1444
1445struct amdgpu_cac_tdp_table {
1446 u16 tdp;
1447 u16 configurable_tdp;
1448 u16 tdc;
1449 u16 battery_power_limit;
1450 u16 small_power_limit;
1451 u16 low_cac_leakage;
1452 u16 high_cac_leakage;
1453 u16 maximum_power_delivery_limit;
1454};
1455
1456struct amdgpu_dpm_dynamic_state {
1457 struct amdgpu_clock_voltage_dependency_table vddc_dependency_on_sclk;
1458 struct amdgpu_clock_voltage_dependency_table vddci_dependency_on_mclk;
1459 struct amdgpu_clock_voltage_dependency_table vddc_dependency_on_mclk;
1460 struct amdgpu_clock_voltage_dependency_table mvdd_dependency_on_mclk;
1461 struct amdgpu_clock_voltage_dependency_table vddc_dependency_on_dispclk;
1462 struct amdgpu_uvd_clock_voltage_dependency_table uvd_clock_voltage_dependency_table;
1463 struct amdgpu_vce_clock_voltage_dependency_table vce_clock_voltage_dependency_table;
1464 struct amdgpu_clock_voltage_dependency_table samu_clock_voltage_dependency_table;
1465 struct amdgpu_clock_voltage_dependency_table acp_clock_voltage_dependency_table;
1466 struct amdgpu_clock_voltage_dependency_table vddgfx_dependency_on_sclk;
1467 struct amdgpu_clock_array valid_sclk_values;
1468 struct amdgpu_clock_array valid_mclk_values;
1469 struct amdgpu_clock_and_voltage_limits max_clock_voltage_on_dc;
1470 struct amdgpu_clock_and_voltage_limits max_clock_voltage_on_ac;
1471 u32 mclk_sclk_ratio;
1472 u32 sclk_mclk_delta;
1473 u16 vddc_vddci_delta;
1474 u16 min_vddc_for_pcie_gen2;
1475 struct amdgpu_cac_leakage_table cac_leakage_table;
1476 struct amdgpu_phase_shedding_limits_table phase_shedding_limits_table;
1477 struct amdgpu_ppm_table *ppm_table;
1478 struct amdgpu_cac_tdp_table *cac_tdp_table;
1479};
1480
1481struct amdgpu_dpm_fan {
1482 u16 t_min;
1483 u16 t_med;
1484 u16 t_high;
1485 u16 pwm_min;
1486 u16 pwm_med;
1487 u16 pwm_high;
1488 u8 t_hyst;
1489 u32 cycle_delay;
1490 u16 t_max;
1491 u8 control_mode;
1492 u16 default_max_fan_pwm;
1493 u16 default_fan_output_sensitivity;
1494 u16 fan_output_sensitivity;
1495 bool ucode_fan_control;
1496};
1497
1498enum amdgpu_pcie_gen {
1499 AMDGPU_PCIE_GEN1 = 0,
1500 AMDGPU_PCIE_GEN2 = 1,
1501 AMDGPU_PCIE_GEN3 = 2,
1502 AMDGPU_PCIE_GEN_INVALID = 0xffff
1503};
1504
1505enum amdgpu_dpm_forced_level {
1506 AMDGPU_DPM_FORCED_LEVEL_AUTO = 0,
1507 AMDGPU_DPM_FORCED_LEVEL_LOW = 1,
1508 AMDGPU_DPM_FORCED_LEVEL_HIGH = 2,
1509};
1510
1511struct amdgpu_vce_state {
1512 /* vce clocks */
1513 u32 evclk;
1514 u32 ecclk;
1515 /* gpu clocks */
1516 u32 sclk;
1517 u32 mclk;
1518 u8 clk_idx;
1519 u8 pstate;
1520};
1521
1522struct amdgpu_dpm_funcs {
1523 int (*get_temperature)(struct amdgpu_device *adev);
1524 int (*pre_set_power_state)(struct amdgpu_device *adev);
1525 int (*set_power_state)(struct amdgpu_device *adev);
1526 void (*post_set_power_state)(struct amdgpu_device *adev);
1527 void (*display_configuration_changed)(struct amdgpu_device *adev);
1528 u32 (*get_sclk)(struct amdgpu_device *adev, bool low);
1529 u32 (*get_mclk)(struct amdgpu_device *adev, bool low);
1530 void (*print_power_state)(struct amdgpu_device *adev, struct amdgpu_ps *ps);
1531 void (*debugfs_print_current_performance_level)(struct amdgpu_device *adev, struct seq_file *m);
1532 int (*force_performance_level)(struct amdgpu_device *adev, enum amdgpu_dpm_forced_level level);
1533 bool (*vblank_too_short)(struct amdgpu_device *adev);
1534 void (*powergate_uvd)(struct amdgpu_device *adev, bool gate);
Sonny Jiangb7a07762015-05-28 15:47:53 -04001535 void (*powergate_vce)(struct amdgpu_device *adev, bool gate);
Alex Deucher97b2e202015-04-20 16:51:00 -04001536 void (*enable_bapm)(struct amdgpu_device *adev, bool enable);
1537 void (*set_fan_control_mode)(struct amdgpu_device *adev, u32 mode);
1538 u32 (*get_fan_control_mode)(struct amdgpu_device *adev);
1539 int (*set_fan_speed_percent)(struct amdgpu_device *adev, u32 speed);
1540 int (*get_fan_speed_percent)(struct amdgpu_device *adev, u32 *speed);
1541};
1542
1543struct amdgpu_dpm {
1544 struct amdgpu_ps *ps;
1545 /* number of valid power states */
1546 int num_ps;
1547 /* current power state that is active */
1548 struct amdgpu_ps *current_ps;
1549 /* requested power state */
1550 struct amdgpu_ps *requested_ps;
1551 /* boot up power state */
1552 struct amdgpu_ps *boot_ps;
1553 /* default uvd power state */
1554 struct amdgpu_ps *uvd_ps;
1555 /* vce requirements */
1556 struct amdgpu_vce_state vce_states[AMDGPU_MAX_VCE_LEVELS];
1557 enum amdgpu_vce_level vce_level;
Rex Zhu3a2c7882015-08-25 15:57:43 +08001558 enum amd_pm_state_type state;
1559 enum amd_pm_state_type user_state;
Alex Deucher97b2e202015-04-20 16:51:00 -04001560 u32 platform_caps;
1561 u32 voltage_response_time;
1562 u32 backbias_response_time;
1563 void *priv;
1564 u32 new_active_crtcs;
1565 int new_active_crtc_count;
1566 u32 current_active_crtcs;
1567 int current_active_crtc_count;
1568 struct amdgpu_dpm_dynamic_state dyn_state;
1569 struct amdgpu_dpm_fan fan;
1570 u32 tdp_limit;
1571 u32 near_tdp_limit;
1572 u32 near_tdp_limit_adjusted;
1573 u32 sq_ramping_threshold;
1574 u32 cac_leakage;
1575 u16 tdp_od_limit;
1576 u32 tdp_adjustment;
1577 u16 load_line_slope;
1578 bool power_control;
1579 bool ac_power;
1580 /* special states active */
1581 bool thermal_active;
1582 bool uvd_active;
1583 bool vce_active;
1584 /* thermal handling */
1585 struct amdgpu_dpm_thermal thermal;
1586 /* forced levels */
1587 enum amdgpu_dpm_forced_level forced_level;
1588};
1589
1590struct amdgpu_pm {
1591 struct mutex mutex;
Alex Deucher97b2e202015-04-20 16:51:00 -04001592 u32 current_sclk;
1593 u32 current_mclk;
1594 u32 default_sclk;
1595 u32 default_mclk;
1596 struct amdgpu_i2c_chan *i2c_bus;
1597 /* internal thermal controller on rv6xx+ */
1598 enum amdgpu_int_thermal_type int_thermal_type;
1599 struct device *int_hwmon_dev;
1600 /* fan control parameters */
1601 bool no_fan;
1602 u8 fan_pulses_per_revolution;
1603 u8 fan_min_rpm;
1604 u8 fan_max_rpm;
1605 /* dpm */
1606 bool dpm_enabled;
Alex Deucherc86f5ebf2015-10-23 10:45:14 -04001607 bool sysfs_initialized;
Alex Deucher97b2e202015-04-20 16:51:00 -04001608 struct amdgpu_dpm dpm;
1609 const struct firmware *fw; /* SMC firmware */
1610 uint32_t fw_version;
1611 const struct amdgpu_dpm_funcs *funcs;
Alex Deucherd0dd7f02015-11-11 19:45:06 -05001612 uint32_t pcie_gen_mask;
1613 uint32_t pcie_mlw_mask;
Rex Zhu7fb72a12015-11-19 13:35:30 +08001614 struct amd_pp_display_configuration pm_display_cfg;/* set by DAL */
Alex Deucher97b2e202015-04-20 16:51:00 -04001615};
1616
Alex Deucherd0dd7f02015-11-11 19:45:06 -05001617void amdgpu_get_pcie_info(struct amdgpu_device *adev);
1618
Alex Deucher97b2e202015-04-20 16:51:00 -04001619/*
1620 * UVD
1621 */
1622#define AMDGPU_MAX_UVD_HANDLES 10
1623#define AMDGPU_UVD_STACK_SIZE (1024*1024)
1624#define AMDGPU_UVD_HEAP_SIZE (1024*1024)
1625#define AMDGPU_UVD_FIRMWARE_OFFSET 256
1626
1627struct amdgpu_uvd {
1628 struct amdgpu_bo *vcpu_bo;
1629 void *cpu_addr;
1630 uint64_t gpu_addr;
Alex Deucher97b2e202015-04-20 16:51:00 -04001631 atomic_t handles[AMDGPU_MAX_UVD_HANDLES];
1632 struct drm_file *filp[AMDGPU_MAX_UVD_HANDLES];
1633 struct delayed_work idle_work;
1634 const struct firmware *fw; /* UVD firmware */
1635 struct amdgpu_ring ring;
1636 struct amdgpu_irq_src irq;
1637 bool address_64_bit;
1638};
1639
1640/*
1641 * VCE
1642 */
1643#define AMDGPU_MAX_VCE_HANDLES 16
Alex Deucher97b2e202015-04-20 16:51:00 -04001644#define AMDGPU_VCE_FIRMWARE_OFFSET 256
1645
Alex Deucher6a585772015-07-10 14:16:24 -04001646#define AMDGPU_VCE_HARVEST_VCE0 (1 << 0)
1647#define AMDGPU_VCE_HARVEST_VCE1 (1 << 1)
1648
Alex Deucher97b2e202015-04-20 16:51:00 -04001649struct amdgpu_vce {
1650 struct amdgpu_bo *vcpu_bo;
1651 uint64_t gpu_addr;
1652 unsigned fw_version;
1653 unsigned fb_version;
1654 atomic_t handles[AMDGPU_MAX_VCE_HANDLES];
1655 struct drm_file *filp[AMDGPU_MAX_VCE_HANDLES];
Christian Königf1689ec2015-06-11 20:56:18 +02001656 uint32_t img_size[AMDGPU_MAX_VCE_HANDLES];
Alex Deucher97b2e202015-04-20 16:51:00 -04001657 struct delayed_work idle_work;
1658 const struct firmware *fw; /* VCE firmware */
1659 struct amdgpu_ring ring[AMDGPU_MAX_VCE_RINGS];
1660 struct amdgpu_irq_src irq;
Alex Deucher6a585772015-07-10 14:16:24 -04001661 unsigned harvest_config;
Alex Deucher97b2e202015-04-20 16:51:00 -04001662};
1663
1664/*
1665 * SDMA
1666 */
Alex Deucherc113ea12015-10-08 16:30:37 -04001667struct amdgpu_sdma_instance {
Alex Deucher97b2e202015-04-20 16:51:00 -04001668 /* SDMA firmware */
1669 const struct firmware *fw;
1670 uint32_t fw_version;
Jammy Zhoucfa21042015-08-04 10:50:47 +08001671 uint32_t feature_version;
Alex Deucher97b2e202015-04-20 16:51:00 -04001672
1673 struct amdgpu_ring ring;
Jammy Zhou18111de2015-08-31 14:06:39 +08001674 bool burst_nop;
Alex Deucher97b2e202015-04-20 16:51:00 -04001675};
1676
Alex Deucherc113ea12015-10-08 16:30:37 -04001677struct amdgpu_sdma {
1678 struct amdgpu_sdma_instance instance[AMDGPU_MAX_SDMA_INSTANCES];
1679 struct amdgpu_irq_src trap_irq;
1680 struct amdgpu_irq_src illegal_inst_irq;
1681 int num_instances;
1682};
1683
Alex Deucher97b2e202015-04-20 16:51:00 -04001684/*
1685 * Firmware
1686 */
1687struct amdgpu_firmware {
1688 struct amdgpu_firmware_info ucode[AMDGPU_UCODE_ID_MAXIMUM];
1689 bool smu_load;
1690 struct amdgpu_bo *fw_buf;
1691 unsigned int fw_size;
1692};
1693
1694/*
1695 * Benchmarking
1696 */
1697void amdgpu_benchmark(struct amdgpu_device *adev, int test_number);
1698
1699
1700/*
1701 * Testing
1702 */
1703void amdgpu_test_moves(struct amdgpu_device *adev);
1704void amdgpu_test_ring_sync(struct amdgpu_device *adev,
1705 struct amdgpu_ring *cpA,
1706 struct amdgpu_ring *cpB);
1707void amdgpu_test_syncing(struct amdgpu_device *adev);
1708
1709/*
1710 * MMU Notifier
1711 */
1712#if defined(CONFIG_MMU_NOTIFIER)
1713int amdgpu_mn_register(struct amdgpu_bo *bo, unsigned long addr);
1714void amdgpu_mn_unregister(struct amdgpu_bo *bo);
1715#else
Harry Wentland1d1106b2015-07-15 07:10:41 -04001716static inline int amdgpu_mn_register(struct amdgpu_bo *bo, unsigned long addr)
Alex Deucher97b2e202015-04-20 16:51:00 -04001717{
1718 return -ENODEV;
1719}
Harry Wentland1d1106b2015-07-15 07:10:41 -04001720static inline void amdgpu_mn_unregister(struct amdgpu_bo *bo) {}
Alex Deucher97b2e202015-04-20 16:51:00 -04001721#endif
1722
1723/*
1724 * Debugfs
1725 */
1726struct amdgpu_debugfs {
1727 struct drm_info_list *files;
1728 unsigned num_files;
1729};
1730
1731int amdgpu_debugfs_add_files(struct amdgpu_device *adev,
1732 struct drm_info_list *files,
1733 unsigned nfiles);
1734int amdgpu_debugfs_fence_init(struct amdgpu_device *adev);
1735
1736#if defined(CONFIG_DEBUG_FS)
1737int amdgpu_debugfs_init(struct drm_minor *minor);
1738void amdgpu_debugfs_cleanup(struct drm_minor *minor);
1739#endif
1740
1741/*
1742 * amdgpu smumgr functions
1743 */
1744struct amdgpu_smumgr_funcs {
1745 int (*check_fw_load_finish)(struct amdgpu_device *adev, uint32_t fwtype);
1746 int (*request_smu_load_fw)(struct amdgpu_device *adev);
1747 int (*request_smu_specific_fw)(struct amdgpu_device *adev, uint32_t fwtype);
1748};
1749
1750/*
1751 * amdgpu smumgr
1752 */
1753struct amdgpu_smumgr {
1754 struct amdgpu_bo *toc_buf;
1755 struct amdgpu_bo *smu_buf;
1756 /* asic priv smu data */
1757 void *priv;
1758 spinlock_t smu_lock;
1759 /* smumgr functions */
1760 const struct amdgpu_smumgr_funcs *smumgr_funcs;
1761 /* ucode loading complete flag */
1762 uint32_t fw_flags;
1763};
1764
1765/*
1766 * ASIC specific register table accessible by UMD
1767 */
1768struct amdgpu_allowed_register_entry {
1769 uint32_t reg_offset;
1770 bool untouched;
1771 bool grbm_indexed;
1772};
1773
1774struct amdgpu_cu_info {
1775 uint32_t number; /* total active CU number */
1776 uint32_t ao_cu_mask;
1777 uint32_t bitmap[4][4];
1778};
1779
1780
1781/*
1782 * ASIC specific functions.
1783 */
1784struct amdgpu_asic_funcs {
1785 bool (*read_disabled_bios)(struct amdgpu_device *adev);
Alex Deucher7946b872015-11-24 10:14:28 -05001786 bool (*read_bios_from_rom)(struct amdgpu_device *adev,
1787 u8 *bios, u32 length_bytes);
Alex Deucher97b2e202015-04-20 16:51:00 -04001788 int (*read_register)(struct amdgpu_device *adev, u32 se_num,
1789 u32 sh_num, u32 reg_offset, u32 *value);
1790 void (*set_vga_state)(struct amdgpu_device *adev, bool state);
1791 int (*reset)(struct amdgpu_device *adev);
1792 /* wait for mc_idle */
1793 int (*wait_for_mc_idle)(struct amdgpu_device *adev);
1794 /* get the reference clock */
1795 u32 (*get_xclk)(struct amdgpu_device *adev);
1796 /* get the gpu clock counter */
1797 uint64_t (*get_gpu_clock_counter)(struct amdgpu_device *adev);
1798 int (*get_cu_info)(struct amdgpu_device *adev, struct amdgpu_cu_info *info);
1799 /* MM block clocks */
1800 int (*set_uvd_clocks)(struct amdgpu_device *adev, u32 vclk, u32 dclk);
1801 int (*set_vce_clocks)(struct amdgpu_device *adev, u32 evclk, u32 ecclk);
1802};
1803
1804/*
1805 * IOCTL.
1806 */
1807int amdgpu_gem_create_ioctl(struct drm_device *dev, void *data,
1808 struct drm_file *filp);
1809int amdgpu_bo_list_ioctl(struct drm_device *dev, void *data,
1810 struct drm_file *filp);
1811
1812int amdgpu_gem_info_ioctl(struct drm_device *dev, void *data,
1813 struct drm_file *filp);
1814int amdgpu_gem_userptr_ioctl(struct drm_device *dev, void *data,
1815 struct drm_file *filp);
1816int amdgpu_gem_mmap_ioctl(struct drm_device *dev, void *data,
1817 struct drm_file *filp);
1818int amdgpu_gem_wait_idle_ioctl(struct drm_device *dev, void *data,
1819 struct drm_file *filp);
1820int amdgpu_gem_va_ioctl(struct drm_device *dev, void *data,
1821 struct drm_file *filp);
1822int amdgpu_gem_op_ioctl(struct drm_device *dev, void *data,
1823 struct drm_file *filp);
1824int amdgpu_cs_ioctl(struct drm_device *dev, void *data, struct drm_file *filp);
1825int amdgpu_cs_wait_ioctl(struct drm_device *dev, void *data, struct drm_file *filp);
1826
1827int amdgpu_gem_metadata_ioctl(struct drm_device *dev, void *data,
1828 struct drm_file *filp);
1829
1830/* VRAM scratch page for HDP bug, default vram page */
1831struct amdgpu_vram_scratch {
1832 struct amdgpu_bo *robj;
1833 volatile uint32_t *ptr;
1834 u64 gpu_addr;
1835};
1836
1837/*
1838 * ACPI
1839 */
1840struct amdgpu_atif_notification_cfg {
1841 bool enabled;
1842 int command_code;
1843};
1844
1845struct amdgpu_atif_notifications {
1846 bool display_switch;
1847 bool expansion_mode_change;
1848 bool thermal_state;
1849 bool forced_power_state;
1850 bool system_power_state;
1851 bool display_conf_change;
1852 bool px_gfx_switch;
1853 bool brightness_change;
1854 bool dgpu_display_event;
1855};
1856
1857struct amdgpu_atif_functions {
1858 bool system_params;
1859 bool sbios_requests;
1860 bool select_active_disp;
1861 bool lid_state;
1862 bool get_tv_standard;
1863 bool set_tv_standard;
1864 bool get_panel_expansion_mode;
1865 bool set_panel_expansion_mode;
1866 bool temperature_change;
1867 bool graphics_device_types;
1868};
1869
1870struct amdgpu_atif {
1871 struct amdgpu_atif_notifications notifications;
1872 struct amdgpu_atif_functions functions;
1873 struct amdgpu_atif_notification_cfg notification_cfg;
1874 struct amdgpu_encoder *encoder_for_bl;
1875};
1876
1877struct amdgpu_atcs_functions {
1878 bool get_ext_state;
1879 bool pcie_perf_req;
1880 bool pcie_dev_rdy;
1881 bool pcie_bus_width;
1882};
1883
1884struct amdgpu_atcs {
1885 struct amdgpu_atcs_functions functions;
1886};
1887
Alex Deucher97b2e202015-04-20 16:51:00 -04001888/*
Chunming Zhoud03846a2015-07-28 14:20:03 -04001889 * CGS
1890 */
1891void *amdgpu_cgs_create_device(struct amdgpu_device *adev);
1892void amdgpu_cgs_destroy_device(void *cgs_device);
1893
1894
1895/*
Alex Deucher97b2e202015-04-20 16:51:00 -04001896 * Core structure, functions and helpers.
1897 */
1898typedef uint32_t (*amdgpu_rreg_t)(struct amdgpu_device*, uint32_t);
1899typedef void (*amdgpu_wreg_t)(struct amdgpu_device*, uint32_t, uint32_t);
1900
1901typedef uint32_t (*amdgpu_block_rreg_t)(struct amdgpu_device*, uint32_t, uint32_t);
1902typedef void (*amdgpu_block_wreg_t)(struct amdgpu_device*, uint32_t, uint32_t, uint32_t);
1903
Alex Deucher8faf0e02015-07-28 11:50:31 -04001904struct amdgpu_ip_block_status {
1905 bool valid;
1906 bool sw;
1907 bool hw;
1908};
1909
Alex Deucher97b2e202015-04-20 16:51:00 -04001910struct amdgpu_device {
1911 struct device *dev;
1912 struct drm_device *ddev;
1913 struct pci_dev *pdev;
Alex Deucher97b2e202015-04-20 16:51:00 -04001914
1915 /* ASIC */
Jammy Zhou2f7d10b2015-07-22 11:29:01 +08001916 enum amd_asic_type asic_type;
Alex Deucher97b2e202015-04-20 16:51:00 -04001917 uint32_t family;
1918 uint32_t rev_id;
1919 uint32_t external_rev_id;
1920 unsigned long flags;
1921 int usec_timeout;
1922 const struct amdgpu_asic_funcs *asic_funcs;
1923 bool shutdown;
1924 bool suspend;
1925 bool need_dma32;
1926 bool accel_working;
Alex Deucher97b2e202015-04-20 16:51:00 -04001927 struct work_struct reset_work;
1928 struct notifier_block acpi_nb;
1929 struct amdgpu_i2c_chan *i2c_bus[AMDGPU_MAX_I2C_BUS];
1930 struct amdgpu_debugfs debugfs[AMDGPU_DEBUGFS_MAX_COMPONENTS];
1931 unsigned debugfs_count;
1932#if defined(CONFIG_DEBUG_FS)
1933 struct dentry *debugfs_regs;
1934#endif
1935 struct amdgpu_atif atif;
1936 struct amdgpu_atcs atcs;
1937 struct mutex srbm_mutex;
1938 /* GRBM index mutex. Protects concurrent access to GRBM index */
1939 struct mutex grbm_idx_mutex;
1940 struct dev_pm_domain vga_pm_domain;
1941 bool have_disp_power_ref;
1942
1943 /* BIOS */
1944 uint8_t *bios;
1945 bool is_atom_bios;
1946 uint16_t bios_header_start;
1947 struct amdgpu_bo *stollen_vga_memory;
1948 uint32_t bios_scratch[AMDGPU_BIOS_NUM_SCRATCH];
1949
1950 /* Register/doorbell mmio */
1951 resource_size_t rmmio_base;
1952 resource_size_t rmmio_size;
1953 void __iomem *rmmio;
1954 /* protects concurrent MM_INDEX/DATA based register access */
1955 spinlock_t mmio_idx_lock;
1956 /* protects concurrent SMC based register access */
1957 spinlock_t smc_idx_lock;
1958 amdgpu_rreg_t smc_rreg;
1959 amdgpu_wreg_t smc_wreg;
1960 /* protects concurrent PCIE register access */
1961 spinlock_t pcie_idx_lock;
1962 amdgpu_rreg_t pcie_rreg;
1963 amdgpu_wreg_t pcie_wreg;
1964 /* protects concurrent UVD register access */
1965 spinlock_t uvd_ctx_idx_lock;
1966 amdgpu_rreg_t uvd_ctx_rreg;
1967 amdgpu_wreg_t uvd_ctx_wreg;
1968 /* protects concurrent DIDT register access */
1969 spinlock_t didt_idx_lock;
1970 amdgpu_rreg_t didt_rreg;
1971 amdgpu_wreg_t didt_wreg;
1972 /* protects concurrent ENDPOINT (audio) register access */
1973 spinlock_t audio_endpt_idx_lock;
1974 amdgpu_block_rreg_t audio_endpt_rreg;
1975 amdgpu_block_wreg_t audio_endpt_wreg;
1976 void __iomem *rio_mem;
1977 resource_size_t rio_mem_size;
1978 struct amdgpu_doorbell doorbell;
1979
1980 /* clock/pll info */
1981 struct amdgpu_clock clock;
1982
1983 /* MC */
1984 struct amdgpu_mc mc;
1985 struct amdgpu_gart gart;
1986 struct amdgpu_dummy_page dummy_page;
1987 struct amdgpu_vm_manager vm_manager;
1988
1989 /* memory management */
1990 struct amdgpu_mman mman;
1991 struct amdgpu_gem gem;
1992 struct amdgpu_vram_scratch vram_scratch;
1993 struct amdgpu_wb wb;
1994 atomic64_t vram_usage;
1995 atomic64_t vram_vis_usage;
1996 atomic64_t gtt_usage;
1997 atomic64_t num_bytes_moved;
Marek Olšákd94aed52015-05-05 21:13:49 +02001998 atomic_t gpu_reset_counter;
Alex Deucher97b2e202015-04-20 16:51:00 -04001999
2000 /* display */
2001 struct amdgpu_mode_info mode_info;
2002 struct work_struct hotplug_work;
2003 struct amdgpu_irq_src crtc_irq;
2004 struct amdgpu_irq_src pageflip_irq;
2005 struct amdgpu_irq_src hpd_irq;
2006
2007 /* rings */
Alex Deucher97b2e202015-04-20 16:51:00 -04002008 unsigned fence_context;
2009 struct mutex ring_lock;
2010 unsigned num_rings;
2011 struct amdgpu_ring *rings[AMDGPU_MAX_RINGS];
2012 bool ib_pool_ready;
2013 struct amdgpu_sa_manager ring_tmp_bo;
2014
2015 /* interrupts */
2016 struct amdgpu_irq irq;
2017
Alex Deucher1f7371b2015-12-02 17:46:21 -05002018 /* powerplay */
2019 struct amd_powerplay powerplay;
Jammy Zhoue61710c2015-11-10 18:31:08 -05002020 bool pp_enabled;
Alex Deucher1f7371b2015-12-02 17:46:21 -05002021
Alex Deucher97b2e202015-04-20 16:51:00 -04002022 /* dpm */
2023 struct amdgpu_pm pm;
2024 u32 cg_flags;
2025 u32 pg_flags;
2026
2027 /* amdgpu smumgr */
2028 struct amdgpu_smumgr smu;
2029
2030 /* gfx */
2031 struct amdgpu_gfx gfx;
2032
2033 /* sdma */
Alex Deucherc113ea12015-10-08 16:30:37 -04002034 struct amdgpu_sdma sdma;
Alex Deucher97b2e202015-04-20 16:51:00 -04002035
2036 /* uvd */
2037 bool has_uvd;
2038 struct amdgpu_uvd uvd;
2039
2040 /* vce */
2041 struct amdgpu_vce vce;
2042
2043 /* firmwares */
2044 struct amdgpu_firmware firmware;
2045
2046 /* GDS */
2047 struct amdgpu_gds gds;
2048
2049 const struct amdgpu_ip_block_version *ip_blocks;
2050 int num_ip_blocks;
Alex Deucher8faf0e02015-07-28 11:50:31 -04002051 struct amdgpu_ip_block_status *ip_block_status;
Alex Deucher97b2e202015-04-20 16:51:00 -04002052 struct mutex mn_lock;
2053 DECLARE_HASHTABLE(mn_hash, 7);
2054
2055 /* tracking pinned memory */
2056 u64 vram_pin_size;
2057 u64 gart_pin_size;
Oded Gabbay130e0372015-06-12 21:35:14 +03002058
2059 /* amdkfd interface */
2060 struct kfd_dev *kfd;
Chunming Zhou23ca0e42015-07-06 13:42:58 +08002061
2062 /* kernel conext for IB submission */
Christian König47f38502015-08-04 17:51:05 +02002063 struct amdgpu_ctx kernel_ctx;
Alex Deucher97b2e202015-04-20 16:51:00 -04002064};
2065
2066bool amdgpu_device_is_px(struct drm_device *dev);
2067int amdgpu_device_init(struct amdgpu_device *adev,
2068 struct drm_device *ddev,
2069 struct pci_dev *pdev,
2070 uint32_t flags);
2071void amdgpu_device_fini(struct amdgpu_device *adev);
2072int amdgpu_gpu_wait_for_idle(struct amdgpu_device *adev);
2073
2074uint32_t amdgpu_mm_rreg(struct amdgpu_device *adev, uint32_t reg,
2075 bool always_indirect);
2076void amdgpu_mm_wreg(struct amdgpu_device *adev, uint32_t reg, uint32_t v,
2077 bool always_indirect);
2078u32 amdgpu_io_rreg(struct amdgpu_device *adev, u32 reg);
2079void amdgpu_io_wreg(struct amdgpu_device *adev, u32 reg, u32 v);
2080
2081u32 amdgpu_mm_rdoorbell(struct amdgpu_device *adev, u32 index);
2082void amdgpu_mm_wdoorbell(struct amdgpu_device *adev, u32 index, u32 v);
2083
2084/*
2085 * Cast helper
2086 */
2087extern const struct fence_ops amdgpu_fence_ops;
2088static inline struct amdgpu_fence *to_amdgpu_fence(struct fence *f)
2089{
2090 struct amdgpu_fence *__f = container_of(f, struct amdgpu_fence, base);
2091
2092 if (__f->base.ops == &amdgpu_fence_ops)
2093 return __f;
2094
2095 return NULL;
2096}
2097
2098/*
2099 * Registers read & write functions.
2100 */
2101#define RREG32(reg) amdgpu_mm_rreg(adev, (reg), false)
2102#define RREG32_IDX(reg) amdgpu_mm_rreg(adev, (reg), true)
2103#define DREG32(reg) printk(KERN_INFO "REGISTER: " #reg " : 0x%08X\n", amdgpu_mm_rreg(adev, (reg), false))
2104#define WREG32(reg, v) amdgpu_mm_wreg(adev, (reg), (v), false)
2105#define WREG32_IDX(reg, v) amdgpu_mm_wreg(adev, (reg), (v), true)
2106#define REG_SET(FIELD, v) (((v) << FIELD##_SHIFT) & FIELD##_MASK)
2107#define REG_GET(FIELD, v) (((v) << FIELD##_SHIFT) & FIELD##_MASK)
2108#define RREG32_PCIE(reg) adev->pcie_rreg(adev, (reg))
2109#define WREG32_PCIE(reg, v) adev->pcie_wreg(adev, (reg), (v))
2110#define RREG32_SMC(reg) adev->smc_rreg(adev, (reg))
2111#define WREG32_SMC(reg, v) adev->smc_wreg(adev, (reg), (v))
2112#define RREG32_UVD_CTX(reg) adev->uvd_ctx_rreg(adev, (reg))
2113#define WREG32_UVD_CTX(reg, v) adev->uvd_ctx_wreg(adev, (reg), (v))
2114#define RREG32_DIDT(reg) adev->didt_rreg(adev, (reg))
2115#define WREG32_DIDT(reg, v) adev->didt_wreg(adev, (reg), (v))
2116#define RREG32_AUDIO_ENDPT(block, reg) adev->audio_endpt_rreg(adev, (block), (reg))
2117#define WREG32_AUDIO_ENDPT(block, reg, v) adev->audio_endpt_wreg(adev, (block), (reg), (v))
2118#define WREG32_P(reg, val, mask) \
2119 do { \
2120 uint32_t tmp_ = RREG32(reg); \
2121 tmp_ &= (mask); \
2122 tmp_ |= ((val) & ~(mask)); \
2123 WREG32(reg, tmp_); \
2124 } while (0)
2125#define WREG32_AND(reg, and) WREG32_P(reg, 0, and)
2126#define WREG32_OR(reg, or) WREG32_P(reg, or, ~(or))
2127#define WREG32_PLL_P(reg, val, mask) \
2128 do { \
2129 uint32_t tmp_ = RREG32_PLL(reg); \
2130 tmp_ &= (mask); \
2131 tmp_ |= ((val) & ~(mask)); \
2132 WREG32_PLL(reg, tmp_); \
2133 } while (0)
2134#define DREG32_SYS(sqf, adev, reg) seq_printf((sqf), #reg " : 0x%08X\n", amdgpu_mm_rreg((adev), (reg), false))
2135#define RREG32_IO(reg) amdgpu_io_rreg(adev, (reg))
2136#define WREG32_IO(reg, v) amdgpu_io_wreg(adev, (reg), (v))
2137
2138#define RDOORBELL32(index) amdgpu_mm_rdoorbell(adev, (index))
2139#define WDOORBELL32(index, v) amdgpu_mm_wdoorbell(adev, (index), (v))
2140
2141#define REG_FIELD_SHIFT(reg, field) reg##__##field##__SHIFT
2142#define REG_FIELD_MASK(reg, field) reg##__##field##_MASK
2143
2144#define REG_SET_FIELD(orig_val, reg, field, field_val) \
2145 (((orig_val) & ~REG_FIELD_MASK(reg, field)) | \
2146 (REG_FIELD_MASK(reg, field) & ((field_val) << REG_FIELD_SHIFT(reg, field))))
2147
2148#define REG_GET_FIELD(value, reg, field) \
2149 (((value) & REG_FIELD_MASK(reg, field)) >> REG_FIELD_SHIFT(reg, field))
2150
2151/*
2152 * BIOS helpers.
2153 */
2154#define RBIOS8(i) (adev->bios[i])
2155#define RBIOS16(i) (RBIOS8(i) | (RBIOS8((i)+1) << 8))
2156#define RBIOS32(i) ((RBIOS16(i)) | (RBIOS16((i)+2) << 16))
2157
2158/*
2159 * RING helpers.
2160 */
2161static inline void amdgpu_ring_write(struct amdgpu_ring *ring, uint32_t v)
2162{
2163 if (ring->count_dw <= 0)
Jammy Zhou86c2b792015-05-13 22:52:42 +08002164 DRM_ERROR("amdgpu: writing more dwords to the ring than expected!\n");
Alex Deucher97b2e202015-04-20 16:51:00 -04002165 ring->ring[ring->wptr++] = v;
2166 ring->wptr &= ring->ptr_mask;
2167 ring->count_dw--;
2168 ring->ring_free_dw--;
2169}
2170
Alex Deucherc113ea12015-10-08 16:30:37 -04002171static inline struct amdgpu_sdma_instance *
2172amdgpu_get_sdma_instance(struct amdgpu_ring *ring)
Jammy Zhou4b2f7e22015-09-01 12:56:17 +08002173{
2174 struct amdgpu_device *adev = ring->adev;
2175 int i;
2176
Alex Deucherc113ea12015-10-08 16:30:37 -04002177 for (i = 0; i < adev->sdma.num_instances; i++)
2178 if (&adev->sdma.instance[i].ring == ring)
Jammy Zhou4b2f7e22015-09-01 12:56:17 +08002179 break;
2180
2181 if (i < AMDGPU_MAX_SDMA_INSTANCES)
Alex Deucherc113ea12015-10-08 16:30:37 -04002182 return &adev->sdma.instance[i];
Jammy Zhou4b2f7e22015-09-01 12:56:17 +08002183 else
2184 return NULL;
2185}
2186
Alex Deucher97b2e202015-04-20 16:51:00 -04002187/*
2188 * ASICs macro.
2189 */
2190#define amdgpu_asic_set_vga_state(adev, state) (adev)->asic_funcs->set_vga_state((adev), (state))
2191#define amdgpu_asic_reset(adev) (adev)->asic_funcs->reset((adev))
2192#define amdgpu_asic_wait_for_mc_idle(adev) (adev)->asic_funcs->wait_for_mc_idle((adev))
2193#define amdgpu_asic_get_xclk(adev) (adev)->asic_funcs->get_xclk((adev))
2194#define amdgpu_asic_set_uvd_clocks(adev, v, d) (adev)->asic_funcs->set_uvd_clocks((adev), (v), (d))
2195#define amdgpu_asic_set_vce_clocks(adev, ev, ec) (adev)->asic_funcs->set_vce_clocks((adev), (ev), (ec))
2196#define amdgpu_asic_get_gpu_clock_counter(adev) (adev)->asic_funcs->get_gpu_clock_counter((adev))
2197#define amdgpu_asic_read_disabled_bios(adev) (adev)->asic_funcs->read_disabled_bios((adev))
Alex Deucher7946b872015-11-24 10:14:28 -05002198#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 -04002199#define amdgpu_asic_read_register(adev, se, sh, offset, v)((adev)->asic_funcs->read_register((adev), (se), (sh), (offset), (v)))
2200#define amdgpu_asic_get_cu_info(adev, info) (adev)->asic_funcs->get_cu_info((adev), (info))
2201#define amdgpu_gart_flush_gpu_tlb(adev, vmid) (adev)->gart.gart_funcs->flush_gpu_tlb((adev), (vmid))
2202#define amdgpu_gart_set_pte_pde(adev, pt, idx, addr, flags) (adev)->gart.gart_funcs->set_pte_pde((adev), (pt), (idx), (addr), (flags))
2203#define amdgpu_vm_copy_pte(adev, ib, pe, src, count) ((adev)->vm_manager.vm_pte_funcs->copy_pte((ib), (pe), (src), (count)))
2204#define amdgpu_vm_write_pte(adev, ib, pe, addr, count, incr, flags) ((adev)->vm_manager.vm_pte_funcs->write_pte((ib), (pe), (addr), (count), (incr), (flags)))
2205#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)))
2206#define amdgpu_vm_pad_ib(adev, ib) ((adev)->vm_manager.vm_pte_funcs->pad_ib((ib)))
2207#define amdgpu_ring_parse_cs(r, p, ib) ((r)->funcs->parse_cs((p), (ib)))
2208#define amdgpu_ring_test_ring(r) (r)->funcs->test_ring((r))
2209#define amdgpu_ring_test_ib(r) (r)->funcs->test_ib((r))
Alex Deucher97b2e202015-04-20 16:51:00 -04002210#define amdgpu_ring_get_rptr(r) (r)->funcs->get_rptr((r))
2211#define amdgpu_ring_get_wptr(r) (r)->funcs->get_wptr((r))
2212#define amdgpu_ring_set_wptr(r) (r)->funcs->set_wptr((r))
2213#define amdgpu_ring_emit_ib(r, ib) (r)->funcs->emit_ib((r), (ib))
2214#define amdgpu_ring_emit_vm_flush(r, vmid, addr) (r)->funcs->emit_vm_flush((r), (vmid), (addr))
Chunming Zhou890ee232015-06-01 14:35:03 +08002215#define amdgpu_ring_emit_fence(r, addr, seq, flags) (r)->funcs->emit_fence((r), (addr), (seq), (flags))
Alex Deucher97b2e202015-04-20 16:51:00 -04002216#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 +02002217#define amdgpu_ring_emit_hdp_flush(r) (r)->funcs->emit_hdp_flush((r))
Alex Deucher97b2e202015-04-20 16:51:00 -04002218#define amdgpu_ih_get_wptr(adev) (adev)->irq.ih_funcs->get_wptr((adev))
2219#define amdgpu_ih_decode_iv(adev, iv) (adev)->irq.ih_funcs->decode_iv((adev), (iv))
2220#define amdgpu_ih_set_rptr(adev) (adev)->irq.ih_funcs->set_rptr((adev))
2221#define amdgpu_display_set_vga_render_state(adev, r) (adev)->mode_info.funcs->set_vga_render_state((adev), (r))
2222#define amdgpu_display_vblank_get_counter(adev, crtc) (adev)->mode_info.funcs->vblank_get_counter((adev), (crtc))
2223#define amdgpu_display_vblank_wait(adev, crtc) (adev)->mode_info.funcs->vblank_wait((adev), (crtc))
2224#define amdgpu_display_is_display_hung(adev) (adev)->mode_info.funcs->is_display_hung((adev))
2225#define amdgpu_display_backlight_set_level(adev, e, l) (adev)->mode_info.funcs->backlight_set_level((e), (l))
2226#define amdgpu_display_backlight_get_level(adev, e) (adev)->mode_info.funcs->backlight_get_level((e))
2227#define amdgpu_display_hpd_sense(adev, h) (adev)->mode_info.funcs->hpd_sense((adev), (h))
2228#define amdgpu_display_hpd_set_polarity(adev, h) (adev)->mode_info.funcs->hpd_set_polarity((adev), (h))
2229#define amdgpu_display_hpd_get_gpio_reg(adev) (adev)->mode_info.funcs->hpd_get_gpio_reg((adev))
2230#define amdgpu_display_bandwidth_update(adev) (adev)->mode_info.funcs->bandwidth_update((adev))
2231#define amdgpu_display_page_flip(adev, crtc, base) (adev)->mode_info.funcs->page_flip((adev), (crtc), (base))
2232#define amdgpu_display_page_flip_get_scanoutpos(adev, crtc, vbl, pos) (adev)->mode_info.funcs->page_flip_get_scanoutpos((adev), (crtc), (vbl), (pos))
2233#define amdgpu_display_add_encoder(adev, e, s, c) (adev)->mode_info.funcs->add_encoder((adev), (e), (s), (c))
2234#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))
2235#define amdgpu_display_stop_mc_access(adev, s) (adev)->mode_info.funcs->stop_mc_access((adev), (s))
2236#define amdgpu_display_resume_mc_access(adev, s) (adev)->mode_info.funcs->resume_mc_access((adev), (s))
Chunming Zhouc7ae72c2015-08-25 17:23:45 +08002237#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 +08002238#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 -04002239#define amdgpu_dpm_pre_set_power_state(adev) (adev)->pm.funcs->pre_set_power_state((adev))
2240#define amdgpu_dpm_set_power_state(adev) (adev)->pm.funcs->set_power_state((adev))
2241#define amdgpu_dpm_post_set_power_state(adev) (adev)->pm.funcs->post_set_power_state((adev))
2242#define amdgpu_dpm_display_configuration_changed(adev) (adev)->pm.funcs->display_configuration_changed((adev))
Alex Deucher97b2e202015-04-20 16:51:00 -04002243#define amdgpu_dpm_print_power_state(adev, ps) (adev)->pm.funcs->print_power_state((adev), (ps))
Alex Deucher97b2e202015-04-20 16:51:00 -04002244#define amdgpu_dpm_vblank_too_short(adev) (adev)->pm.funcs->vblank_too_short((adev))
Alex Deucher97b2e202015-04-20 16:51:00 -04002245#define amdgpu_dpm_enable_bapm(adev, e) (adev)->pm.funcs->enable_bapm((adev), (e))
Rex Zhu3af76f22015-10-15 17:23:43 +08002246
2247#define amdgpu_dpm_get_temperature(adev) \
Eric Huang4b5ece22016-01-19 14:28:56 -05002248 ((adev)->pp_enabled ? \
Jammy Zhoue61710c2015-11-10 18:31:08 -05002249 (adev)->powerplay.pp_funcs->get_temperature((adev)->powerplay.pp_handle) : \
Eric Huang4b5ece22016-01-19 14:28:56 -05002250 (adev)->pm.funcs->get_temperature((adev)))
Rex Zhu3af76f22015-10-15 17:23:43 +08002251
2252#define amdgpu_dpm_set_fan_control_mode(adev, m) \
Eric Huang4b5ece22016-01-19 14:28:56 -05002253 ((adev)->pp_enabled ? \
Jammy Zhoue61710c2015-11-10 18:31:08 -05002254 (adev)->powerplay.pp_funcs->set_fan_control_mode((adev)->powerplay.pp_handle, (m)) : \
Eric Huang4b5ece22016-01-19 14:28:56 -05002255 (adev)->pm.funcs->set_fan_control_mode((adev), (m)))
Rex Zhu3af76f22015-10-15 17:23:43 +08002256
2257#define amdgpu_dpm_get_fan_control_mode(adev) \
Eric Huang4b5ece22016-01-19 14:28:56 -05002258 ((adev)->pp_enabled ? \
Jammy Zhoue61710c2015-11-10 18:31:08 -05002259 (adev)->powerplay.pp_funcs->get_fan_control_mode((adev)->powerplay.pp_handle) : \
Eric Huang4b5ece22016-01-19 14:28:56 -05002260 (adev)->pm.funcs->get_fan_control_mode((adev)))
Rex Zhu3af76f22015-10-15 17:23:43 +08002261
2262#define amdgpu_dpm_set_fan_speed_percent(adev, s) \
Eric Huang4b5ece22016-01-19 14:28:56 -05002263 ((adev)->pp_enabled ? \
Jammy Zhoue61710c2015-11-10 18:31:08 -05002264 (adev)->powerplay.pp_funcs->set_fan_speed_percent((adev)->powerplay.pp_handle, (s)) : \
Eric Huang4b5ece22016-01-19 14:28:56 -05002265 (adev)->pm.funcs->set_fan_speed_percent((adev), (s)))
Rex Zhu3af76f22015-10-15 17:23:43 +08002266
2267#define amdgpu_dpm_get_fan_speed_percent(adev, s) \
Eric Huang4b5ece22016-01-19 14:28:56 -05002268 ((adev)->pp_enabled ? \
Jammy Zhoue61710c2015-11-10 18:31:08 -05002269 (adev)->powerplay.pp_funcs->get_fan_speed_percent((adev)->powerplay.pp_handle, (s)) : \
Eric Huang4b5ece22016-01-19 14:28:56 -05002270 (adev)->pm.funcs->get_fan_speed_percent((adev), (s)))
Alex Deucher97b2e202015-04-20 16:51:00 -04002271
Rex Zhu1b5708f2015-11-10 18:25:24 -05002272#define amdgpu_dpm_get_sclk(adev, l) \
Eric Huang4b5ece22016-01-19 14:28:56 -05002273 ((adev)->pp_enabled ? \
Jammy Zhoue61710c2015-11-10 18:31:08 -05002274 (adev)->powerplay.pp_funcs->get_sclk((adev)->powerplay.pp_handle, (l)) : \
Eric Huang4b5ece22016-01-19 14:28:56 -05002275 (adev)->pm.funcs->get_sclk((adev), (l)))
Rex Zhu1b5708f2015-11-10 18:25:24 -05002276
2277#define amdgpu_dpm_get_mclk(adev, l) \
Eric Huang4b5ece22016-01-19 14:28:56 -05002278 ((adev)->pp_enabled ? \
Jammy Zhoue61710c2015-11-10 18:31:08 -05002279 (adev)->powerplay.pp_funcs->get_mclk((adev)->powerplay.pp_handle, (l)) : \
Eric Huang4b5ece22016-01-19 14:28:56 -05002280 (adev)->pm.funcs->get_mclk((adev), (l)))
Rex Zhu1b5708f2015-11-10 18:25:24 -05002281
2282
2283#define amdgpu_dpm_force_performance_level(adev, l) \
Eric Huang4b5ece22016-01-19 14:28:56 -05002284 ((adev)->pp_enabled ? \
Jammy Zhoue61710c2015-11-10 18:31:08 -05002285 (adev)->powerplay.pp_funcs->force_performance_level((adev)->powerplay.pp_handle, (l)) : \
Eric Huang4b5ece22016-01-19 14:28:56 -05002286 (adev)->pm.funcs->force_performance_level((adev), (l)))
Rex Zhu1b5708f2015-11-10 18:25:24 -05002287
2288#define amdgpu_dpm_powergate_uvd(adev, g) \
Eric Huang4b5ece22016-01-19 14:28:56 -05002289 ((adev)->pp_enabled ? \
Jammy Zhoue61710c2015-11-10 18:31:08 -05002290 (adev)->powerplay.pp_funcs->powergate_uvd((adev)->powerplay.pp_handle, (g)) : \
Eric Huang4b5ece22016-01-19 14:28:56 -05002291 (adev)->pm.funcs->powergate_uvd((adev), (g)))
Rex Zhu1b5708f2015-11-10 18:25:24 -05002292
2293#define amdgpu_dpm_powergate_vce(adev, g) \
Eric Huang4b5ece22016-01-19 14:28:56 -05002294 ((adev)->pp_enabled ? \
Jammy Zhoue61710c2015-11-10 18:31:08 -05002295 (adev)->powerplay.pp_funcs->powergate_vce((adev)->powerplay.pp_handle, (g)) : \
Eric Huang4b5ece22016-01-19 14:28:56 -05002296 (adev)->pm.funcs->powergate_vce((adev), (g)))
Rex Zhu1b5708f2015-11-10 18:25:24 -05002297
2298#define amdgpu_dpm_debugfs_print_current_performance_level(adev, m) \
Eric Huang4b5ece22016-01-19 14:28:56 -05002299 ((adev)->pp_enabled ? \
Jammy Zhoue61710c2015-11-10 18:31:08 -05002300 (adev)->powerplay.pp_funcs->print_current_performance_level((adev)->powerplay.pp_handle, (m)) : \
Eric Huang4b5ece22016-01-19 14:28:56 -05002301 (adev)->pm.funcs->debugfs_print_current_performance_level((adev), (m)))
Rex Zhu1b5708f2015-11-10 18:25:24 -05002302
2303#define amdgpu_dpm_get_current_power_state(adev) \
Jammy Zhoue61710c2015-11-10 18:31:08 -05002304 (adev)->powerplay.pp_funcs->get_current_power_state((adev)->powerplay.pp_handle)
Rex Zhu1b5708f2015-11-10 18:25:24 -05002305
2306#define amdgpu_dpm_get_performance_level(adev) \
Jammy Zhoue61710c2015-11-10 18:31:08 -05002307 (adev)->powerplay.pp_funcs->get_performance_level((adev)->powerplay.pp_handle)
Rex Zhu1b5708f2015-11-10 18:25:24 -05002308
Jammy Zhoue61710c2015-11-10 18:31:08 -05002309#define amdgpu_dpm_dispatch_task(adev, event_id, input, output) \
Rex Zhu1b5708f2015-11-10 18:25:24 -05002310 (adev)->powerplay.pp_funcs->dispatch_tasks((adev)->powerplay.pp_handle, (event_id), (input), (output))
Alex Deucher97b2e202015-04-20 16:51:00 -04002311
2312#define amdgpu_gds_switch(adev, r, v, d, w, a) (adev)->gds.funcs->patch_gds_switch((r), (v), (d), (w), (a))
2313
2314/* Common functions */
2315int amdgpu_gpu_reset(struct amdgpu_device *adev);
2316void amdgpu_pci_config_reset(struct amdgpu_device *adev);
2317bool amdgpu_card_posted(struct amdgpu_device *adev);
2318void amdgpu_update_display_priority(struct amdgpu_device *adev);
2319bool amdgpu_boot_test_post_card(struct amdgpu_device *adev);
Chunming Zhoud5fc5e82015-07-21 16:52:10 +08002320
Alex Deucher97b2e202015-04-20 16:51:00 -04002321int amdgpu_cs_parser_init(struct amdgpu_cs_parser *p, void *data);
2322int amdgpu_cs_get_ring(struct amdgpu_device *adev, u32 ip_type,
2323 u32 ip_instance, u32 ring,
2324 struct amdgpu_ring **out_ring);
2325void amdgpu_ttm_placement_from_domain(struct amdgpu_bo *rbo, u32 domain);
2326bool amdgpu_ttm_bo_is_amdgpu_bo(struct ttm_buffer_object *bo);
2327int amdgpu_ttm_tt_set_userptr(struct ttm_tt *ttm, uint64_t addr,
2328 uint32_t flags);
2329bool amdgpu_ttm_tt_has_userptr(struct ttm_tt *ttm);
Christian Königd7006962016-02-08 10:57:22 +01002330bool amdgpu_ttm_tt_affect_userptr(struct ttm_tt *ttm, unsigned long start,
2331 unsigned long end);
Alex Deucher97b2e202015-04-20 16:51:00 -04002332bool amdgpu_ttm_tt_is_readonly(struct ttm_tt *ttm);
2333uint32_t amdgpu_ttm_tt_pte_flags(struct amdgpu_device *adev, struct ttm_tt *ttm,
2334 struct ttm_mem_reg *mem);
2335void amdgpu_vram_location(struct amdgpu_device *adev, struct amdgpu_mc *mc, u64 base);
2336void amdgpu_gtt_location(struct amdgpu_device *adev, struct amdgpu_mc *mc);
2337void amdgpu_ttm_set_active_vram_size(struct amdgpu_device *adev, u64 size);
2338void amdgpu_program_register_sequence(struct amdgpu_device *adev,
2339 const u32 *registers,
2340 const u32 array_size);
2341
2342bool amdgpu_device_is_px(struct drm_device *dev);
2343/* atpx handler */
2344#if defined(CONFIG_VGA_SWITCHEROO)
2345void amdgpu_register_atpx_handler(void);
2346void amdgpu_unregister_atpx_handler(void);
2347#else
2348static inline void amdgpu_register_atpx_handler(void) {}
2349static inline void amdgpu_unregister_atpx_handler(void) {}
2350#endif
2351
2352/*
2353 * KMS
2354 */
2355extern const struct drm_ioctl_desc amdgpu_ioctls_kms[];
2356extern int amdgpu_max_kms_ioctl;
2357
2358int amdgpu_driver_load_kms(struct drm_device *dev, unsigned long flags);
2359int amdgpu_driver_unload_kms(struct drm_device *dev);
2360void amdgpu_driver_lastclose_kms(struct drm_device *dev);
2361int amdgpu_driver_open_kms(struct drm_device *dev, struct drm_file *file_priv);
2362void amdgpu_driver_postclose_kms(struct drm_device *dev,
2363 struct drm_file *file_priv);
2364void amdgpu_driver_preclose_kms(struct drm_device *dev,
2365 struct drm_file *file_priv);
2366int amdgpu_suspend_kms(struct drm_device *dev, bool suspend, bool fbcon);
2367int amdgpu_resume_kms(struct drm_device *dev, bool resume, bool fbcon);
Thierry Reding88e72712015-09-24 18:35:31 +02002368u32 amdgpu_get_vblank_counter_kms(struct drm_device *dev, unsigned int pipe);
2369int amdgpu_enable_vblank_kms(struct drm_device *dev, unsigned int pipe);
2370void amdgpu_disable_vblank_kms(struct drm_device *dev, unsigned int pipe);
2371int amdgpu_get_vblank_timestamp_kms(struct drm_device *dev, unsigned int pipe,
Alex Deucher97b2e202015-04-20 16:51:00 -04002372 int *max_error,
2373 struct timeval *vblank_time,
2374 unsigned flags);
2375long amdgpu_kms_compat_ioctl(struct file *filp, unsigned int cmd,
2376 unsigned long arg);
2377
2378/*
Alex Deucher97b2e202015-04-20 16:51:00 -04002379 * functions used by amdgpu_encoder.c
2380 */
2381struct amdgpu_afmt_acr {
2382 u32 clock;
2383
2384 int n_32khz;
2385 int cts_32khz;
2386
2387 int n_44_1khz;
2388 int cts_44_1khz;
2389
2390 int n_48khz;
2391 int cts_48khz;
2392
2393};
2394
2395struct amdgpu_afmt_acr amdgpu_afmt_acr(uint32_t clock);
2396
2397/* amdgpu_acpi.c */
2398#if defined(CONFIG_ACPI)
2399int amdgpu_acpi_init(struct amdgpu_device *adev);
2400void amdgpu_acpi_fini(struct amdgpu_device *adev);
2401bool amdgpu_acpi_is_pcie_performance_request_supported(struct amdgpu_device *adev);
2402int amdgpu_acpi_pcie_performance_request(struct amdgpu_device *adev,
2403 u8 perf_req, bool advertise);
2404int amdgpu_acpi_pcie_notify_device_ready(struct amdgpu_device *adev);
2405#else
2406static inline int amdgpu_acpi_init(struct amdgpu_device *adev) { return 0; }
2407static inline void amdgpu_acpi_fini(struct amdgpu_device *adev) { }
2408#endif
2409
2410struct amdgpu_bo_va_mapping *
2411amdgpu_cs_find_mapping(struct amdgpu_cs_parser *parser,
2412 uint64_t addr, struct amdgpu_bo **bo);
2413
2414#include "amdgpu_object.h"
2415
2416#endif