blob: 529500c94675cef982a806830a2b271340adc6fe [file] [log] [blame]
Alex Deucherd38ceaf2015-04-20 16:55:21 -04001/*
2 * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
3 * All Rights Reserved.
4 *
5 * Permission is hereby granted, free of charge, to any person obtaining a
6 * copy of this software and associated documentation files (the "Software"),
7 * to deal in the Software without restriction, including without limitation
8 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
9 * and/or sell copies of the Software, and to permit persons to whom the
10 * Software is furnished to do so, subject to the following conditions:
11 *
12 * The above copyright notice and this permission notice (including the next
13 * paragraph) shall be included in all copies or substantial portions of the
14 * 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 * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS 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
25#include <drm/drmP.h>
26#include <drm/amdgpu_drm.h>
27#include <drm/drm_gem.h>
28#include "amdgpu_drv.h"
29
30#include <drm/drm_pciids.h>
31#include <linux/console.h>
32#include <linux/module.h>
33#include <linux/pm_runtime.h>
34#include <linux/vga_switcheroo.h>
Masahiro Yamada248a1d62017-04-24 13:50:21 +090035#include <drm/drm_crtc_helper.h>
Alex Deucherd38ceaf2015-04-20 16:55:21 -040036
37#include "amdgpu.h"
38#include "amdgpu_irq.h"
39
Oded Gabbay130e0372015-06-12 21:35:14 +030040#include "amdgpu_amdkfd.h"
41
Alex Deucherd38ceaf2015-04-20 16:55:21 -040042/*
43 * KMS wrapper.
44 * - 3.0.0 - initial driver
Marek Olšák6055f372015-08-18 23:58:47 +020045 * - 3.1.0 - allow reading more status registers (GRBM, SRBM, SDMA, CP)
Marek Olšákf84e63f2016-04-28 14:32:44 +020046 * - 3.2.0 - GFX8: Uses EOP_TC_WB_ACTION_EN, so UMDs don't have to do the same
47 * at the end of IBs.
Christian Königd347ce62016-07-14 14:34:17 +020048 * - 3.3.0 - Add VM support for UVD on supported hardware.
Marek Olšák83a59b62016-08-17 23:58:58 +020049 * - 3.4.0 - Add AMDGPU_INFO_NUM_EVICTIONS.
Alex Deucher8dd31d72016-08-22 17:58:14 -040050 * - 3.5.0 - Add support for new UVD_NO_OP register.
Monk Liu753ad492016-08-26 13:28:28 +080051 * - 3.6.0 - kmd involves use CONTEXT_CONTROL in ring buffer.
Alex Deucher9cee3c1f2016-09-21 18:04:50 -040052 * - 3.7.0 - Add support for VCE clock list packet
Alex Deucherb62b5932016-09-26 16:44:54 -040053 * - 3.8.0 - Add support raster config init in the kernel
Junwei Zhangef704312016-09-28 13:27:15 +080054 * - 3.9.0 - Add support for memory query info about VRAM and GTT.
Alex Deuchera5b11da2017-03-08 17:23:21 -050055 * - 3.10.0 - Add support for new fences ioctl, new gem ioctl flags
Alex Deucher5ebbac42017-03-08 18:25:15 -050056 * - 3.11.0 - Add support for sensor query info (clocks, temp, etc).
Alex Deucherdfe38bd2017-03-08 18:27:07 -050057 * - 3.12.0 - Add query for double offchip LDS buffers
Alex Deucher8eafd502017-03-16 10:45:58 -040058 * - 3.13.0 - Add PRT support
Alex Deucher203eb0c2017-04-10 15:36:32 -040059 * - 3.14.0 - Fix race in amdgpu_ctx_get_fence() and note new functionality
Junwei Zhang44eb8c12017-04-27 16:27:43 +080060 * - 3.15.0 - Export more gpu info for gfx9
Chunming Zhoub98b8db2017-04-24 11:47:05 +080061 * - 3.16.0 - Add reserved vmid support
Marek Olšák68e2c5f2017-05-17 20:05:08 +020062 * - 3.17.0 - Add AMDGPU_NUM_VRAM_CPU_PAGE_FAULTS.
Flora Cuidbfe85e2017-06-20 11:08:35 +080063 * - 3.18.0 - Export gpu always on cu bitmap
Leo Liu33476312017-08-16 10:18:28 -040064 * - 3.19.0 - Add support for UVD MJPEG decode
Christian Königfd8bf082017-08-29 16:14:32 +020065 * - 3.20.0 - Add support for local BOs
Marek Olšák7ca24cf2017-09-12 22:42:14 +020066 * - 3.21.0 - Add DRM_AMDGPU_FENCE_TO_HANDLE ioctl
Alex Deucherb285f1d2017-10-09 16:28:16 -040067 * - 3.22.0 - Add DRM_AMDGPU_SCHED ioctl
Alex Deucherc057c112017-10-12 16:26:34 -040068 * - 3.23.0 - Add query for VRAM lost counter
Andres Rodriguezf8e3e0e2018-01-04 12:48:07 -050069 * - 3.24.0 - Add high priority compute support for gfx9
Rex Zhu7b158d12018-01-18 11:00:19 +080070 * - 3.25.0 - Add support for sensor query info (stable pstate sclk/mclk).
Marek Olšákd240cd92018-04-03 13:05:03 -040071 * - 3.26.0 - GFX9: Process AMDGPU_IB_FLAG_TC_WB_NOT_INVALIDATE.
Andrey Grodzovsky964d0fb2018-07-06 14:16:54 -040072 * - 3.27.0 - Add new chunk to to AMDGPU_CS to enable BO_LIST creation.
Alex Deucherd38ceaf2015-04-20 16:55:21 -040073 */
74#define KMS_DRIVER_MAJOR 3
Andrey Grodzovsky964d0fb2018-07-06 14:16:54 -040075#define KMS_DRIVER_MINOR 27
Alex Deucherd38ceaf2015-04-20 16:55:21 -040076#define KMS_DRIVER_PATCHLEVEL 0
77
78int amdgpu_vram_limit = 0;
John Brooks218b5dc2017-06-27 22:33:17 -040079int amdgpu_vis_vram_limit = 0;
Alex Deucher83e74db2017-08-21 11:58:25 -040080int amdgpu_gart_size = -1; /* auto */
Christian König36d38372017-07-07 13:17:45 +020081int amdgpu_gtt_size = -1; /* auto */
Marek Olšák95844d22016-08-17 23:49:27 +020082int amdgpu_moverate = -1; /* auto */
Alex Deucherd38ceaf2015-04-20 16:55:21 -040083int amdgpu_benchmarking = 0;
84int amdgpu_testing = 0;
85int amdgpu_audio = -1;
86int amdgpu_disp_priority = 0;
87int amdgpu_hw_i2c = 0;
88int amdgpu_pcie_gen2 = -1;
89int amdgpu_msi = -1;
Andrey Grodzovsky88546952017-12-13 14:36:53 -050090int amdgpu_lockup_timeout = 10000;
Alex Deucherd38ceaf2015-04-20 16:55:21 -040091int amdgpu_dpm = -1;
Huang Ruie635ee02016-11-01 15:35:38 +080092int amdgpu_fw_load_type = -1;
Alex Deucherd38ceaf2015-04-20 16:55:21 -040093int amdgpu_aspm = -1;
94int amdgpu_runtime_pm = -1;
Rex Zhu0b693f02017-09-19 14:36:08 +080095uint amdgpu_ip_block_mask = 0xffffffff;
Alex Deucherd38ceaf2015-04-20 16:55:21 -040096int amdgpu_bapm = -1;
97int amdgpu_deep_color = 0;
Junwei Zhangbab4fee2017-04-05 13:54:56 +080098int amdgpu_vm_size = -1;
Roger Hed07f14b2017-08-15 16:05:59 +080099int amdgpu_vm_fragment_size = -1;
Alex Deucherd38ceaf2015-04-20 16:55:21 -0400100int amdgpu_vm_block_size = -1;
Christian Königd9c13152015-09-28 12:31:26 +0200101int amdgpu_vm_fault_stop = 0;
Christian Königb495bd32015-09-10 14:00:35 +0200102int amdgpu_vm_debug = 0;
Christian König60bfcd32017-05-10 14:26:09 +0200103int amdgpu_vram_page_split = 512;
Harish Kasiviswanathan9a4b7d42017-06-09 11:26:57 -0400104int amdgpu_vm_update_mode = -1;
Alex Deucherd38ceaf2015-04-20 16:55:21 -0400105int amdgpu_exp_hw_support = 0;
Harry Wentland45622362017-09-12 15:58:20 -0400106int amdgpu_dc = -1;
Harry Wentland02e749d2017-09-12 20:02:11 -0400107int amdgpu_dc_log = 0;
Chunming Zhoub70f0142015-12-10 15:46:50 +0800108int amdgpu_sched_jobs = 32;
Jammy Zhou4afcb302015-07-30 16:44:05 +0800109int amdgpu_sched_hw_submission = 2;
Rex Zhu3ca67302016-11-02 13:38:37 +0800110int amdgpu_no_evict = 0;
111int amdgpu_direct_gma_size = 0;
Rex Zhu0b693f02017-09-19 14:36:08 +0800112uint amdgpu_pcie_gen_cap = 0;
113uint amdgpu_pcie_lane_cap = 0;
114uint amdgpu_cg_mask = 0xffffffff;
115uint amdgpu_pg_mask = 0xffffffff;
116uint amdgpu_sdma_phase_quantum = 32;
Nicolai Hähnle6f8941a2016-06-17 19:31:33 +0200117char *amdgpu_disable_cu = NULL;
Emily Deng9accf2f2016-08-10 16:01:25 +0800118char *amdgpu_virtual_display = NULL;
rex zhu22994e12018-06-27 18:08:43 +0800119/* OverDrive(bit 14),gfxoff(bit 15),stutter mode(bit 17) disabled by default*/
120uint amdgpu_pp_feature_mask = 0xfffd3fff;
Alex Deucherbce23e02017-03-28 12:52:08 -0400121int amdgpu_ngg = 0;
122int amdgpu_prim_buf_per_se = 0;
123int amdgpu_pos_buf_per_se = 0;
124int amdgpu_cntl_sb_buf_per_se = 0;
125int amdgpu_param_buf_per_se = 0;
Monk Liu65781c72017-05-11 13:36:44 +0800126int amdgpu_job_hang_limit = 0;
Hawking Zhange8835e02017-05-26 14:40:36 +0800127int amdgpu_lbpw = -1;
Andres Rodriguez4a75aef2017-09-26 12:22:46 -0400128int amdgpu_compute_multipipe = -1;
Andrey Grodzovskydcebf022017-12-12 14:09:30 -0500129int amdgpu_gpu_recovery = -1; /* auto */
Shaoyun Liubfca0282018-02-01 17:37:50 -0500130int amdgpu_emu_mode = 0;
Rex Zhu7951e372018-04-13 16:13:41 +0800131uint amdgpu_smu_memory_pool_size = 0;
Alex Deucherd38ceaf2015-04-20 16:55:21 -0400132
Sonny Jiang8405cf32018-06-26 15:48:34 -0400133/**
134 * DOC: vramlimit (int)
135 * Restrict the total amount of VRAM in MiB for testing. The default is 0 (Use full VRAM).
136 */
Alex Deucherd38ceaf2015-04-20 16:55:21 -0400137MODULE_PARM_DESC(vramlimit, "Restrict VRAM for testing, in megabytes");
138module_param_named(vramlimit, amdgpu_vram_limit, int, 0600);
139
Sonny Jiang8405cf32018-06-26 15:48:34 -0400140/**
141 * DOC: vis_vramlimit (int)
142 * Restrict the amount of CPU visible VRAM in MiB for testing. The default is 0 (Use full CPU visible VRAM).
143 */
John Brooks218b5dc2017-06-27 22:33:17 -0400144MODULE_PARM_DESC(vis_vramlimit, "Restrict visible VRAM for testing, in megabytes");
145module_param_named(vis_vramlimit, amdgpu_vis_vram_limit, int, 0444);
146
Sonny Jiang8405cf32018-06-26 15:48:34 -0400147/**
148 * DOC: gartsize (uint)
149 * Restrict the size of GART in Mib (32, 64, etc.) for testing. The default is -1 (The size depends on asic).
150 */
Alex Deuchera4da14c2017-08-22 12:21:07 -0400151MODULE_PARM_DESC(gartsize, "Size of GART to setup in megabytes (32, 64, etc., -1=auto)");
Christian Königf9321cc2017-07-07 13:44:05 +0200152module_param_named(gartsize, amdgpu_gart_size, uint, 0600);
Alex Deucherd38ceaf2015-04-20 16:55:21 -0400153
Sonny Jiang8405cf32018-06-26 15:48:34 -0400154/**
155 * DOC: gttsize (int)
156 * Restrict the size of GTT domain in MiB for testing. The default is -1 (It's VRAM size if 3GB < VRAM < 3/4 RAM,
157 * otherwise 3/4 RAM size).
158 */
Christian König36d38372017-07-07 13:17:45 +0200159MODULE_PARM_DESC(gttsize, "Size of the GTT domain in megabytes (-1 = auto)");
160module_param_named(gttsize, amdgpu_gtt_size, int, 0600);
Alex Deucherd38ceaf2015-04-20 16:55:21 -0400161
Sonny Jiang8405cf32018-06-26 15:48:34 -0400162/**
163 * DOC: moverate (int)
164 * Set maximum buffer migration rate in MB/s. The default is -1 (8 MB/s).
165 */
Marek Olšák95844d22016-08-17 23:49:27 +0200166MODULE_PARM_DESC(moverate, "Maximum buffer migration rate in MB/s. (32, 64, etc., -1=auto, 0=1=disabled)");
167module_param_named(moverate, amdgpu_moverate, int, 0600);
168
Sonny Jiang8405cf32018-06-26 15:48:34 -0400169/**
170 * DOC: benchmark (int)
171 * Run benchmarks. The default is 0 (Skip benchmarks).
172 */
Alex Deucherd38ceaf2015-04-20 16:55:21 -0400173MODULE_PARM_DESC(benchmark, "Run benchmark");
174module_param_named(benchmark, amdgpu_benchmarking, int, 0444);
175
Sonny Jiang8405cf32018-06-26 15:48:34 -0400176/**
177 * DOC: test (int)
178 * Test BO GTT->VRAM and VRAM->GTT GPU copies. The default is 0 (Skip test, only set 1 to run test).
179 */
Alex Deucherd38ceaf2015-04-20 16:55:21 -0400180MODULE_PARM_DESC(test, "Run tests");
181module_param_named(test, amdgpu_testing, int, 0444);
182
Sonny Jiang8405cf32018-06-26 15:48:34 -0400183/**
184 * DOC: audio (int)
185 * Set HDMI/DPAudio. Only affects non-DC display handling. The default is -1 (Enabled), set 0 to disabled it.
186 */
Alex Deucherd38ceaf2015-04-20 16:55:21 -0400187MODULE_PARM_DESC(audio, "Audio enable (-1 = auto, 0 = disable, 1 = enable)");
188module_param_named(audio, amdgpu_audio, int, 0444);
189
Sonny Jiang8405cf32018-06-26 15:48:34 -0400190/**
191 * DOC: disp_priority (int)
192 * Set display Priority (1 = normal, 2 = high). Only affects non-DC display handling. The default is 0 (auto).
193 */
Alex Deucherd38ceaf2015-04-20 16:55:21 -0400194MODULE_PARM_DESC(disp_priority, "Display Priority (0 = auto, 1 = normal, 2 = high)");
195module_param_named(disp_priority, amdgpu_disp_priority, int, 0444);
196
Sonny Jiang8405cf32018-06-26 15:48:34 -0400197/**
198 * DOC: hw_i2c (int)
199 * To enable hw i2c engine. Only affects non-DC display handling. The default is 0 (Disabled).
200 */
Alex Deucherd38ceaf2015-04-20 16:55:21 -0400201MODULE_PARM_DESC(hw_i2c, "hw i2c engine enable (0 = disable)");
202module_param_named(hw_i2c, amdgpu_hw_i2c, int, 0444);
203
Sonny Jiang8405cf32018-06-26 15:48:34 -0400204/**
205 * DOC: pcie_gen2 (int)
206 * To disable PCIE Gen2/3 mode (0 = disable, 1 = enable). The default is -1 (auto, enabled).
207 */
Alex Deucherd38ceaf2015-04-20 16:55:21 -0400208MODULE_PARM_DESC(pcie_gen2, "PCIE Gen2 mode (-1 = auto, 0 = disable, 1 = enable)");
209module_param_named(pcie_gen2, amdgpu_pcie_gen2, int, 0444);
210
Sonny Jiang8405cf32018-06-26 15:48:34 -0400211/**
212 * DOC: msi (int)
213 * To disable Message Signaled Interrupts (MSI) functionality (1 = enable, 0 = disable). The default is -1 (auto, enabled).
214 */
Alex Deucherd38ceaf2015-04-20 16:55:21 -0400215MODULE_PARM_DESC(msi, "MSI support (1 = enable, 0 = disable, -1 = auto)");
216module_param_named(msi, amdgpu_msi, int, 0444);
217
Sonny Jiang8405cf32018-06-26 15:48:34 -0400218/**
219 * DOC: lockup_timeout (int)
220 * Set GPU scheduler timeout value in ms. Value 0 is invalidated, will be adjusted to 10000.
221 * Negative values mean 'infinite timeout' (MAX_JIFFY_OFFSET). The default is 10000.
222 */
Andrey Grodzovsky88546952017-12-13 14:36:53 -0500223MODULE_PARM_DESC(lockup_timeout, "GPU lockup timeout in ms > 0 (default 10000)");
Alex Deucherd38ceaf2015-04-20 16:55:21 -0400224module_param_named(lockup_timeout, amdgpu_lockup_timeout, int, 0444);
225
Sonny Jiang8405cf32018-06-26 15:48:34 -0400226/**
227 * DOC: dpm (int)
228 * Override for dynamic power management setting (1 = enable, 0 = disable). The default is -1 (auto).
229 */
Alex Deucherd38ceaf2015-04-20 16:55:21 -0400230MODULE_PARM_DESC(dpm, "DPM support (1 = enable, 0 = disable, -1 = auto)");
231module_param_named(dpm, amdgpu_dpm, int, 0444);
232
Sonny Jiang8405cf32018-06-26 15:48:34 -0400233/**
234 * DOC: fw_load_type (int)
235 * Set different firmware loading type for debugging (0 = direct, 1 = SMU, 2 = PSP). The default is -1 (auto).
236 */
Huang Ruie635ee02016-11-01 15:35:38 +0800237MODULE_PARM_DESC(fw_load_type, "firmware loading type (0 = direct, 1 = SMU, 2 = PSP, -1 = auto)");
238module_param_named(fw_load_type, amdgpu_fw_load_type, int, 0444);
Alex Deucherd38ceaf2015-04-20 16:55:21 -0400239
Sonny Jiang8405cf32018-06-26 15:48:34 -0400240/**
241 * DOC: aspm (int)
242 * To disable ASPM (1 = enable, 0 = disable). The default is -1 (auto, enabled).
243 */
Alex Deucherd38ceaf2015-04-20 16:55:21 -0400244MODULE_PARM_DESC(aspm, "ASPM support (1 = enable, 0 = disable, -1 = auto)");
245module_param_named(aspm, amdgpu_aspm, int, 0444);
246
Sonny Jiang8405cf32018-06-26 15:48:34 -0400247/**
248 * DOC: runpm (int)
249 * Override for runtime power management control for dGPUs in PX/HG laptops. The amdgpu driver can dynamically power down
250 * the dGPU on PX/HG laptops when it is idle. The default is -1 (auto enable). Setting the value to 0 disables this functionality.
251 */
Alex Deucherd38ceaf2015-04-20 16:55:21 -0400252MODULE_PARM_DESC(runpm, "PX runtime pm (1 = force enable, 0 = disable, -1 = PX only default)");
253module_param_named(runpm, amdgpu_runtime_pm, int, 0444);
254
Sonny Jiang8405cf32018-06-26 15:48:34 -0400255/**
256 * DOC: ip_block_mask (uint)
257 * Override what IP blocks are enabled on the GPU. Each GPU is a collection of IP blocks (gfx, display, video, etc.).
258 * Use this parameter to disable specific blocks. Note that the IP blocks do not have a fixed index. Some asics may not have
259 * some IPs or may include multiple instances of an IP so the ordering various from asic to asic. See the driver output in
260 * the kernel log for the list of IPs on the asic. The default is 0xffffffff (enable all blocks on a device).
261 */
Alex Deucherd38ceaf2015-04-20 16:55:21 -0400262MODULE_PARM_DESC(ip_block_mask, "IP Block Mask (all blocks enabled (default))");
263module_param_named(ip_block_mask, amdgpu_ip_block_mask, uint, 0444);
264
Sonny Jiang8405cf32018-06-26 15:48:34 -0400265/**
266 * DOC: bapm (int)
267 * Bidirectional Application Power Management (BAPM) used to dynamically share TDP between CPU and GPU. Set value 0 to disable it.
268 * The default -1 (auto, enabled)
269 */
Alex Deucherd38ceaf2015-04-20 16:55:21 -0400270MODULE_PARM_DESC(bapm, "BAPM support (1 = enable, 0 = disable, -1 = auto)");
271module_param_named(bapm, amdgpu_bapm, int, 0444);
272
Sonny Jiang8405cf32018-06-26 15:48:34 -0400273/**
274 * DOC: deep_color (int)
275 * Set 1 to enable Deep Color support. Only affects non-DC display handling. The default is 0 (disabled).
276 */
Alex Deucherd38ceaf2015-04-20 16:55:21 -0400277MODULE_PARM_DESC(deep_color, "Deep Color support (1 = enable, 0 = disable (default))");
278module_param_named(deep_color, amdgpu_deep_color, int, 0444);
279
Sonny Jiang8405cf32018-06-26 15:48:34 -0400280/**
281 * DOC: vm_size (int)
282 * Override the size of the GPU's per client virtual address space in GiB. The default is -1 (automatic for each asic).
283 */
Christian Königed885b22015-10-15 17:34:20 +0200284MODULE_PARM_DESC(vm_size, "VM address space size in gigabytes (default 64GB)");
Alex Deucherd38ceaf2015-04-20 16:55:21 -0400285module_param_named(vm_size, amdgpu_vm_size, int, 0444);
286
Sonny Jiang8405cf32018-06-26 15:48:34 -0400287/**
288 * DOC: vm_fragment_size (int)
289 * Override VM fragment size in bits (4, 5, etc. 4 = 64K, 9 = 2M). The default is -1 (automatic for each asic).
290 */
Roger Hed07f14b2017-08-15 16:05:59 +0800291MODULE_PARM_DESC(vm_fragment_size, "VM fragment size in bits (4, 5, etc. 4 = 64K (default), Max 9 = 2M)");
292module_param_named(vm_fragment_size, amdgpu_vm_fragment_size, int, 0444);
293
Sonny Jiang8405cf32018-06-26 15:48:34 -0400294/**
295 * DOC: vm_block_size (int)
296 * Override VM page table size in bits (default depending on vm_size and hw setup). The default is -1 (automatic for each asic).
297 */
Alex Deucherd38ceaf2015-04-20 16:55:21 -0400298MODULE_PARM_DESC(vm_block_size, "VM page table size in bits (default depending on vm_size)");
299module_param_named(vm_block_size, amdgpu_vm_block_size, int, 0444);
300
Sonny Jiang8405cf32018-06-26 15:48:34 -0400301/**
302 * DOC: vm_fault_stop (int)
303 * Stop on VM fault for debugging (0 = never, 1 = print first, 2 = always). The default is 0 (No stop).
304 */
Christian Königd9c13152015-09-28 12:31:26 +0200305MODULE_PARM_DESC(vm_fault_stop, "Stop on VM fault (0 = never (default), 1 = print first, 2 = always)");
306module_param_named(vm_fault_stop, amdgpu_vm_fault_stop, int, 0444);
307
Sonny Jiang8405cf32018-06-26 15:48:34 -0400308/**
309 * DOC: vm_debug (int)
310 * Debug VM handling (0 = disabled, 1 = enabled). The default is 0 (Disabled).
311 */
Christian Königb495bd32015-09-10 14:00:35 +0200312MODULE_PARM_DESC(vm_debug, "Debug VM handling (0 = disabled (default), 1 = enabled)");
313module_param_named(vm_debug, amdgpu_vm_debug, int, 0644);
314
Sonny Jiang8405cf32018-06-26 15:48:34 -0400315/**
316 * DOC: vm_update_mode (int)
317 * Override VM update mode. VM updated by using CPU (0 = never, 1 = Graphics only, 2 = Compute only, 3 = Both). The default
318 * is -1 (Only in large BAR(LB) systems Compute VM tables will be updated by CPU, otherwise 0, never).
319 */
Harish Kasiviswanathan9a4b7d42017-06-09 11:26:57 -0400320MODULE_PARM_DESC(vm_update_mode, "VM update using CPU (0 = never (default except for large BAR(LB)), 1 = Graphics only, 2 = Compute only (default for LB), 3 = Both");
321module_param_named(vm_update_mode, amdgpu_vm_update_mode, int, 0444);
322
Sonny Jiang8405cf32018-06-26 15:48:34 -0400323/**
324 * DOC: vram_page_split (int)
325 * Override the number of pages after we split VRAM allocations (default 512, -1 = disable). The default is 512.
326 */
Kent Russellccfee952017-06-28 15:16:41 -0400327MODULE_PARM_DESC(vram_page_split, "Number of pages after we split VRAM allocations (default 512, -1 = disable)");
Christian König6a7f76e2016-08-24 15:51:49 +0200328module_param_named(vram_page_split, amdgpu_vram_page_split, int, 0444);
329
Sonny Jiang8405cf32018-06-26 15:48:34 -0400330/**
331 * DOC: exp_hw_support (int)
332 * Enable experimental hw support (1 = enable). The default is 0 (disabled).
333 */
Alex Deucherd38ceaf2015-04-20 16:55:21 -0400334MODULE_PARM_DESC(exp_hw_support, "experimental hw support (1 = enable, 0 = disable (default))");
335module_param_named(exp_hw_support, amdgpu_exp_hw_support, int, 0444);
336
Sonny Jiang8405cf32018-06-26 15:48:34 -0400337/**
338 * DOC: dc (int)
339 * Disable/Enable Display Core driver for debugging (1 = enable, 0 = disable). The default is -1 (automatic for each asic).
340 */
Harry Wentland45622362017-09-12 15:58:20 -0400341MODULE_PARM_DESC(dc, "Display Core driver (1 = enable, 0 = disable, -1 = auto (default))");
342module_param_named(dc, amdgpu_dc, int, 0444);
343
Michel Dänzer96b8af62017-11-22 15:55:22 +0100344MODULE_PARM_DESC(dc_log, "Display Core Log Level (0 = minimal (default), 1 = chatty");
Harry Wentland02e749d2017-09-12 20:02:11 -0400345module_param_named(dc_log, amdgpu_dc_log, int, 0444);
346
Sonny Jiang8405cf32018-06-26 15:48:34 -0400347/**
348 * DOC: sched_jobs (int)
349 * Override the max number of jobs supported in the sw queue. The default is 32.
350 */
Chunming Zhoub70f0142015-12-10 15:46:50 +0800351MODULE_PARM_DESC(sched_jobs, "the max number of jobs supported in the sw queue (default 32)");
Jammy Zhou1333f722015-07-30 16:36:58 +0800352module_param_named(sched_jobs, amdgpu_sched_jobs, int, 0444);
353
Sonny Jiang8405cf32018-06-26 15:48:34 -0400354/**
355 * DOC: sched_hw_submission (int)
356 * Override the max number of HW submissions. The default is 2.
357 */
Jammy Zhou4afcb302015-07-30 16:44:05 +0800358MODULE_PARM_DESC(sched_hw_submission, "the max number of HW submissions (default 2)");
359module_param_named(sched_hw_submission, amdgpu_sched_hw_submission, int, 0444);
360
Sonny Jiang8405cf32018-06-26 15:48:34 -0400361/**
362 * DOC: ppfeaturemask (uint)
363 * Override power features enabled. See enum PP_FEATURE_MASK in drivers/gpu/drm/amd/include/amd_shared.h.
364 * The default is the current set of stable power features.
365 */
Rex Zhu5141e9d2016-09-06 16:34:37 +0800366MODULE_PARM_DESC(ppfeaturemask, "all power features enabled (default))");
Evan Quan88826352017-07-06 09:36:27 +0800367module_param_named(ppfeaturemask, amdgpu_pp_feature_mask, uint, 0444);
Jammy Zhou3a74f6f2015-07-21 14:01:50 +0800368
Rex Zhu3ca67302016-11-02 13:38:37 +0800369MODULE_PARM_DESC(no_evict, "Support pinning request from user space (1 = enable, 0 = disable (default))");
370module_param_named(no_evict, amdgpu_no_evict, int, 0444);
371
372MODULE_PARM_DESC(direct_gma_size, "Direct GMA size in megabytes (max 96MB)");
373module_param_named(direct_gma_size, amdgpu_direct_gma_size, int, 0444);
Rex Zhuaf223df2016-07-28 16:51:47 +0800374
Sonny Jiang8405cf32018-06-26 15:48:34 -0400375/**
376 * DOC: pcie_gen_cap (uint)
377 * Override PCIE gen speed capabilities. See the CAIL flags in drivers/gpu/drm/amd/include/amd_pcie.h.
378 * The default is 0 (automatic for each asic).
379 */
Alex Deuchercd474ba2016-02-04 10:21:23 -0500380MODULE_PARM_DESC(pcie_gen_cap, "PCIE Gen Caps (0: autodetect (default))");
381module_param_named(pcie_gen_cap, amdgpu_pcie_gen_cap, uint, 0444);
382
Sonny Jiang8405cf32018-06-26 15:48:34 -0400383/**
384 * DOC: pcie_lane_cap (uint)
385 * Override PCIE lanes capabilities. See the CAIL flags in drivers/gpu/drm/amd/include/amd_pcie.h.
386 * The default is 0 (automatic for each asic).
387 */
Alex Deuchercd474ba2016-02-04 10:21:23 -0500388MODULE_PARM_DESC(pcie_lane_cap, "PCIE Lane Caps (0: autodetect (default))");
389module_param_named(pcie_lane_cap, amdgpu_pcie_lane_cap, uint, 0444);
390
Sonny Jiang8405cf32018-06-26 15:48:34 -0400391/**
392 * DOC: cg_mask (uint)
393 * Override Clockgating features enabled on GPU (0 = disable clock gating). See the AMD_CG_SUPPORT flags in
394 * drivers/gpu/drm/amd/include/amd_shared.h. The default is 0xffffffff (all enabled).
395 */
Nicolai Hähnle395d1fb2016-06-02 12:32:07 +0200396MODULE_PARM_DESC(cg_mask, "Clockgating flags mask (0 = disable clock gating)");
397module_param_named(cg_mask, amdgpu_cg_mask, uint, 0444);
398
Sonny Jiang8405cf32018-06-26 15:48:34 -0400399/**
400 * DOC: pg_mask (uint)
401 * Override Powergating features enabled on GPU (0 = disable power gating). See the AMD_PG_SUPPORT flags in
402 * drivers/gpu/drm/amd/include/amd_shared.h. The default is 0xffffffff (all enabled).
403 */
Nicolai Hähnle395d1fb2016-06-02 12:32:07 +0200404MODULE_PARM_DESC(pg_mask, "Powergating flags mask (0 = disable power gating)");
405module_param_named(pg_mask, amdgpu_pg_mask, uint, 0444);
406
Sonny Jiang8405cf32018-06-26 15:48:34 -0400407/**
408 * DOC: sdma_phase_quantum (uint)
409 * Override SDMA context switch phase quantum (x 1K GPU clock cycles, 0 = no change). The default is 32.
410 */
Felix Kuehlinga6673862016-07-15 18:37:05 -0400411MODULE_PARM_DESC(sdma_phase_quantum, "SDMA context switch phase quantum (x 1K GPU clock cycles, 0 = no change (default 32))");
412module_param_named(sdma_phase_quantum, amdgpu_sdma_phase_quantum, uint, 0444);
413
Sonny Jiang8405cf32018-06-26 15:48:34 -0400414/**
415 * DOC: disable_cu (charp)
416 * Set to disable CUs (It's set like se.sh.cu,...). The default is NULL.
417 */
Nicolai Hähnle6f8941a2016-06-17 19:31:33 +0200418MODULE_PARM_DESC(disable_cu, "Disable CUs (se.sh.cu,...)");
419module_param_named(disable_cu, amdgpu_disable_cu, charp, 0444);
420
Sonny Jiang8405cf32018-06-26 15:48:34 -0400421/**
422 * DOC: virtual_display (charp)
423 * Set to enable virtual display feature. This feature provides a virtual display hardware on headless boards
424 * or in virtualized environments. It will be set like xxxx:xx:xx.x,x;xxxx:xx:xx.x,x. It's the pci address of
425 * the device, plus the number of crtcs to expose. E.g., 0000:26:00.0,4 would enable 4 virtual crtcs on the pci
426 * device at 26:00.0. The default is NULL.
427 */
Emily Deng0f663562016-09-30 13:02:18 -0400428MODULE_PARM_DESC(virtual_display,
429 "Enable virtual display feature (the virtual_display will be set like xxxx:xx:xx.x,x;xxxx:xx:xx.x,x)");
Emily Deng9accf2f2016-08-10 16:01:25 +0800430module_param_named(virtual_display, amdgpu_virtual_display, charp, 0444);
Emily Denge4430592016-08-08 11:37:29 +0800431
Sonny Jiang8405cf32018-06-26 15:48:34 -0400432/**
433 * DOC: ngg (int)
434 * Set to enable Next Generation Graphics (1 = enable). The default is 0 (disabled).
435 */
Alex Deucherbce23e02017-03-28 12:52:08 -0400436MODULE_PARM_DESC(ngg, "Next Generation Graphics (1 = enable, 0 = disable(default depending on gfx))");
437module_param_named(ngg, amdgpu_ngg, int, 0444);
438
Sonny Jiang8405cf32018-06-26 15:48:34 -0400439/**
440 * DOC: prim_buf_per_se (int)
441 * Override the size of Primitive Buffer per Shader Engine in Byte. The default is 0 (depending on gfx).
442 */
Alex Deucherbce23e02017-03-28 12:52:08 -0400443MODULE_PARM_DESC(prim_buf_per_se, "the size of Primitive Buffer per Shader Engine (default depending on gfx)");
444module_param_named(prim_buf_per_se, amdgpu_prim_buf_per_se, int, 0444);
445
Sonny Jiang8405cf32018-06-26 15:48:34 -0400446/**
447 * DOC: pos_buf_per_se (int)
448 * Override the size of Position Buffer per Shader Engine in Byte. The default is 0 (depending on gfx).
449 */
Alex Deucherbce23e02017-03-28 12:52:08 -0400450MODULE_PARM_DESC(pos_buf_per_se, "the size of Position Buffer per Shader Engine (default depending on gfx)");
451module_param_named(pos_buf_per_se, amdgpu_pos_buf_per_se, int, 0444);
452
Sonny Jiang8405cf32018-06-26 15:48:34 -0400453/**
454 * DOC: cntl_sb_buf_per_se (int)
455 * Override the size of Control Sideband per Shader Engine in Byte. The default is 0 (depending on gfx).
456 */
Alex Deucherbce23e02017-03-28 12:52:08 -0400457MODULE_PARM_DESC(cntl_sb_buf_per_se, "the size of Control Sideband per Shader Engine (default depending on gfx)");
458module_param_named(cntl_sb_buf_per_se, amdgpu_cntl_sb_buf_per_se, int, 0444);
459
Sonny Jiang8405cf32018-06-26 15:48:34 -0400460/**
461 * DOC: param_buf_per_se (int)
462 * Override the size of Off-Chip Pramater Cache per Shader Engine in Byte. The default is 0 (depending on gfx).
463 */
Alex Deucherbce23e02017-03-28 12:52:08 -0400464MODULE_PARM_DESC(param_buf_per_se, "the size of Off-Chip Pramater Cache per Shader Engine (default depending on gfx)");
465module_param_named(param_buf_per_se, amdgpu_param_buf_per_se, int, 0444);
466
Sonny Jiang8405cf32018-06-26 15:48:34 -0400467/**
468 * DOC: job_hang_limit (int)
469 * Set how much time allow a job hang and not drop it. The default is 0.
470 */
Monk Liu65781c72017-05-11 13:36:44 +0800471MODULE_PARM_DESC(job_hang_limit, "how much time allow a job hang and not drop it (default 0)");
472module_param_named(job_hang_limit, amdgpu_job_hang_limit, int ,0444);
473
Sonny Jiang8405cf32018-06-26 15:48:34 -0400474/**
475 * DOC: lbpw (int)
476 * Override Load Balancing Per Watt (LBPW) support (1 = enable, 0 = disable). The default is -1 (auto, enabled).
477 */
Hawking Zhange8835e02017-05-26 14:40:36 +0800478MODULE_PARM_DESC(lbpw, "Load Balancing Per Watt (LBPW) support (1 = enable, 0 = disable, -1 = auto)");
479module_param_named(lbpw, amdgpu_lbpw, int, 0444);
Alex Deucherbce23e02017-03-28 12:52:08 -0400480
Andres Rodriguez4a75aef2017-09-26 12:22:46 -0400481MODULE_PARM_DESC(compute_multipipe, "Force compute queues to be spread across pipes (1 = enable, 0 = disable, -1 = auto)");
482module_param_named(compute_multipipe, amdgpu_compute_multipipe, int, 0444);
483
Sonny Jiang8405cf32018-06-26 15:48:34 -0400484/**
485 * DOC: gpu_recovery (int)
486 * Set to enable GPU recovery mechanism (1 = enable, 0 = disable). The default is -1 (auto, disabled except SRIOV).
487 */
Alex Deucherd869ae02018-02-27 11:44:31 -0500488MODULE_PARM_DESC(gpu_recovery, "Enable GPU recovery mechanism, (1 = enable, 0 = disable, -1 = auto)");
Andrey Grodzovskydcebf022017-12-12 14:09:30 -0500489module_param_named(gpu_recovery, amdgpu_gpu_recovery, int, 0444);
490
Sonny Jiang8405cf32018-06-26 15:48:34 -0400491/**
492 * DOC: emu_mode (int)
493 * Set value 1 to enable emulation mode. This is only needed when running on an emulator. The default is 0 (disabled).
494 */
Alex Deucherd869ae02018-02-27 11:44:31 -0500495MODULE_PARM_DESC(emu_mode, "Emulation mode, (1 = enable, 0 = disable)");
Shaoyun Liubfca0282018-02-01 17:37:50 -0500496module_param_named(emu_mode, amdgpu_emu_mode, int, 0444);
497
Sonny Jiang8405cf32018-06-26 15:48:34 -0400498/**
499 * DOC: si_support (int)
500 * Set SI support driver. This parameter works after set config CONFIG_DRM_AMDGPU_SI. For SI asic, when radeon driver is enabled,
501 * set value 0 to use radeon driver, while set value 1 to use amdgpu driver. The default is using radeon driver when it available,
502 * otherwise using amdgpu driver.
503 */
Felix Kuehling6dd13092017-06-05 18:53:55 +0900504#ifdef CONFIG_DRM_AMDGPU_SI
Michel Dänzer53efaf52017-06-30 17:36:07 +0900505
506#if defined(CONFIG_DRM_RADEON) || defined(CONFIG_DRM_RADEON_MODULE)
Felix Kuehling6dd13092017-06-05 18:53:55 +0900507int amdgpu_si_support = 0;
508MODULE_PARM_DESC(si_support, "SI support (1 = enabled, 0 = disabled (default))");
Michel Dänzer53efaf52017-06-30 17:36:07 +0900509#else
510int amdgpu_si_support = 1;
511MODULE_PARM_DESC(si_support, "SI support (1 = enabled (default), 0 = disabled)");
512#endif
513
Felix Kuehling6dd13092017-06-05 18:53:55 +0900514module_param_named(si_support, amdgpu_si_support, int, 0444);
515#endif
516
Sonny Jiang8405cf32018-06-26 15:48:34 -0400517/**
518 * DOC: cik_support (int)
519 * Set CIK support driver. This parameter works after set config CONFIG_DRM_AMDGPU_CIK. For CIK asic, when radeon driver is enabled,
520 * set value 0 to use radeon driver, while set value 1 to use amdgpu driver. The default is using radeon driver when it available,
521 * otherwise using amdgpu driver.
522 */
Felix Kuehling7df28982017-06-05 18:43:27 +0900523#ifdef CONFIG_DRM_AMDGPU_CIK
Michel Dänzer53efaf52017-06-30 17:36:07 +0900524
525#if defined(CONFIG_DRM_RADEON) || defined(CONFIG_DRM_RADEON_MODULE)
Michel Dänzer2b059652017-05-29 18:05:20 +0900526int amdgpu_cik_support = 0;
527MODULE_PARM_DESC(cik_support, "CIK support (1 = enabled, 0 = disabled (default))");
Michel Dänzer53efaf52017-06-30 17:36:07 +0900528#else
529int amdgpu_cik_support = 1;
530MODULE_PARM_DESC(cik_support, "CIK support (1 = enabled (default), 0 = disabled)");
531#endif
532
Felix Kuehling7df28982017-06-05 18:43:27 +0900533module_param_named(cik_support, amdgpu_cik_support, int, 0444);
534#endif
535
Sonny Jiang8405cf32018-06-26 15:48:34 -0400536/**
537 * DOC: smu_memory_pool_size (uint)
538 * It is used to reserve gtt for smu debug usage, setting value 0 to disable it. The actual size is value * 256MiB.
539 * E.g. 0x1 = 256Mbyte, 0x2 = 512Mbyte, 0x4 = 1 Gbyte, 0x8 = 2GByte. The default is 0 (disabled).
540 */
Rex Zhu7951e372018-04-13 16:13:41 +0800541MODULE_PARM_DESC(smu_memory_pool_size,
542 "reserve gtt for smu debug usage, 0 = disable,"
543 "0x1 = 256Mbyte, 0x2 = 512Mbyte, 0x4 = 1 Gbyte, 0x8 = 2GByte");
544module_param_named(smu_memory_pool_size, amdgpu_smu_memory_pool_size, uint, 0444);
545
Nils Wallméniusf498d9e2016-04-10 16:29:59 +0200546static const struct pci_device_id pciidlist[] = {
Ken Wang78fbb682016-01-21 17:33:00 +0800547#ifdef CONFIG_DRM_AMDGPU_SI
548 {0x1002, 0x6780, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_TAHITI},
549 {0x1002, 0x6784, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_TAHITI},
550 {0x1002, 0x6788, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_TAHITI},
551 {0x1002, 0x678A, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_TAHITI},
552 {0x1002, 0x6790, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_TAHITI},
553 {0x1002, 0x6791, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_TAHITI},
554 {0x1002, 0x6792, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_TAHITI},
555 {0x1002, 0x6798, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_TAHITI},
556 {0x1002, 0x6799, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_TAHITI},
557 {0x1002, 0x679A, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_TAHITI},
558 {0x1002, 0x679B, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_TAHITI},
559 {0x1002, 0x679E, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_TAHITI},
560 {0x1002, 0x679F, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_TAHITI},
561 {0x1002, 0x6800, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_PITCAIRN|AMD_IS_MOBILITY},
562 {0x1002, 0x6801, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_PITCAIRN|AMD_IS_MOBILITY},
563 {0x1002, 0x6802, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_PITCAIRN|AMD_IS_MOBILITY},
564 {0x1002, 0x6806, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_PITCAIRN},
565 {0x1002, 0x6808, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_PITCAIRN},
566 {0x1002, 0x6809, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_PITCAIRN},
567 {0x1002, 0x6810, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_PITCAIRN},
568 {0x1002, 0x6811, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_PITCAIRN},
569 {0x1002, 0x6816, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_PITCAIRN},
570 {0x1002, 0x6817, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_PITCAIRN},
571 {0x1002, 0x6818, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_PITCAIRN},
572 {0x1002, 0x6819, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_PITCAIRN},
573 {0x1002, 0x6600, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_OLAND|AMD_IS_MOBILITY},
574 {0x1002, 0x6601, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_OLAND|AMD_IS_MOBILITY},
575 {0x1002, 0x6602, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_OLAND|AMD_IS_MOBILITY},
576 {0x1002, 0x6603, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_OLAND|AMD_IS_MOBILITY},
577 {0x1002, 0x6604, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_OLAND|AMD_IS_MOBILITY},
578 {0x1002, 0x6605, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_OLAND|AMD_IS_MOBILITY},
579 {0x1002, 0x6606, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_OLAND|AMD_IS_MOBILITY},
580 {0x1002, 0x6607, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_OLAND|AMD_IS_MOBILITY},
581 {0x1002, 0x6608, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_OLAND},
582 {0x1002, 0x6610, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_OLAND},
583 {0x1002, 0x6611, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_OLAND},
584 {0x1002, 0x6613, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_OLAND},
585 {0x1002, 0x6617, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_OLAND|AMD_IS_MOBILITY},
586 {0x1002, 0x6620, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_OLAND|AMD_IS_MOBILITY},
587 {0x1002, 0x6621, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_OLAND|AMD_IS_MOBILITY},
588 {0x1002, 0x6623, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_OLAND|AMD_IS_MOBILITY},
589 {0x1002, 0x6631, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_OLAND},
590 {0x1002, 0x6820, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VERDE|AMD_IS_MOBILITY},
591 {0x1002, 0x6821, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VERDE|AMD_IS_MOBILITY},
592 {0x1002, 0x6822, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VERDE|AMD_IS_MOBILITY},
593 {0x1002, 0x6823, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VERDE|AMD_IS_MOBILITY},
594 {0x1002, 0x6824, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VERDE|AMD_IS_MOBILITY},
595 {0x1002, 0x6825, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VERDE|AMD_IS_MOBILITY},
596 {0x1002, 0x6826, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VERDE|AMD_IS_MOBILITY},
597 {0x1002, 0x6827, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VERDE|AMD_IS_MOBILITY},
598 {0x1002, 0x6828, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VERDE},
599 {0x1002, 0x6829, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VERDE},
600 {0x1002, 0x682A, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VERDE|AMD_IS_MOBILITY},
601 {0x1002, 0x682B, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VERDE|AMD_IS_MOBILITY},
602 {0x1002, 0x682C, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VERDE},
603 {0x1002, 0x682D, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VERDE|AMD_IS_MOBILITY},
604 {0x1002, 0x682F, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VERDE|AMD_IS_MOBILITY},
605 {0x1002, 0x6830, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VERDE|AMD_IS_MOBILITY},
606 {0x1002, 0x6831, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VERDE|AMD_IS_MOBILITY},
607 {0x1002, 0x6835, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VERDE},
608 {0x1002, 0x6837, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VERDE},
609 {0x1002, 0x6838, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VERDE},
610 {0x1002, 0x6839, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VERDE},
611 {0x1002, 0x683B, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VERDE},
612 {0x1002, 0x683D, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VERDE},
613 {0x1002, 0x683F, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VERDE},
614 {0x1002, 0x6660, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_HAINAN|AMD_IS_MOBILITY},
615 {0x1002, 0x6663, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_HAINAN|AMD_IS_MOBILITY},
616 {0x1002, 0x6664, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_HAINAN|AMD_IS_MOBILITY},
617 {0x1002, 0x6665, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_HAINAN|AMD_IS_MOBILITY},
618 {0x1002, 0x6667, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_HAINAN|AMD_IS_MOBILITY},
619 {0x1002, 0x666F, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_HAINAN|AMD_IS_MOBILITY},
620#endif
Alex Deucher89330c32015-04-20 17:36:52 -0400621#ifdef CONFIG_DRM_AMDGPU_CIK
622 /* Kaveri */
Jammy Zhou2f7d10b2015-07-22 11:29:01 +0800623 {0x1002, 0x1304, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_KAVERI|AMD_IS_MOBILITY|AMD_IS_APU},
624 {0x1002, 0x1305, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_KAVERI|AMD_IS_APU},
625 {0x1002, 0x1306, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_KAVERI|AMD_IS_MOBILITY|AMD_IS_APU},
626 {0x1002, 0x1307, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_KAVERI|AMD_IS_APU},
627 {0x1002, 0x1309, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_KAVERI|AMD_IS_MOBILITY|AMD_IS_APU},
628 {0x1002, 0x130A, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_KAVERI|AMD_IS_MOBILITY|AMD_IS_APU},
629 {0x1002, 0x130B, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_KAVERI|AMD_IS_MOBILITY|AMD_IS_APU},
630 {0x1002, 0x130C, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_KAVERI|AMD_IS_MOBILITY|AMD_IS_APU},
631 {0x1002, 0x130D, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_KAVERI|AMD_IS_MOBILITY|AMD_IS_APU},
632 {0x1002, 0x130E, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_KAVERI|AMD_IS_MOBILITY|AMD_IS_APU},
633 {0x1002, 0x130F, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_KAVERI|AMD_IS_APU},
634 {0x1002, 0x1310, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_KAVERI|AMD_IS_APU},
635 {0x1002, 0x1311, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_KAVERI|AMD_IS_APU},
636 {0x1002, 0x1312, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_KAVERI|AMD_IS_APU},
637 {0x1002, 0x1313, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_KAVERI|AMD_IS_APU},
638 {0x1002, 0x1315, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_KAVERI|AMD_IS_APU},
639 {0x1002, 0x1316, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_KAVERI|AMD_IS_APU},
640 {0x1002, 0x1317, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_KAVERI|AMD_IS_MOBILITY|AMD_IS_APU},
641 {0x1002, 0x1318, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_KAVERI|AMD_IS_MOBILITY|AMD_IS_APU},
642 {0x1002, 0x131B, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_KAVERI|AMD_IS_APU},
643 {0x1002, 0x131C, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_KAVERI|AMD_IS_APU},
644 {0x1002, 0x131D, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_KAVERI|AMD_IS_APU},
Alex Deucher89330c32015-04-20 17:36:52 -0400645 /* Bonaire */
Jammy Zhou2f7d10b2015-07-22 11:29:01 +0800646 {0x1002, 0x6640, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_BONAIRE|AMD_IS_MOBILITY},
647 {0x1002, 0x6641, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_BONAIRE|AMD_IS_MOBILITY},
648 {0x1002, 0x6646, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_BONAIRE|AMD_IS_MOBILITY},
649 {0x1002, 0x6647, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_BONAIRE|AMD_IS_MOBILITY},
Alex Deucher89330c32015-04-20 17:36:52 -0400650 {0x1002, 0x6649, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_BONAIRE},
651 {0x1002, 0x6650, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_BONAIRE},
652 {0x1002, 0x6651, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_BONAIRE},
653 {0x1002, 0x6658, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_BONAIRE},
654 {0x1002, 0x665c, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_BONAIRE},
655 {0x1002, 0x665d, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_BONAIRE},
Alex Deucherfb4f1732015-05-12 13:06:45 -0400656 {0x1002, 0x665f, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_BONAIRE},
Alex Deucher89330c32015-04-20 17:36:52 -0400657 /* Hawaii */
658 {0x1002, 0x67A0, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_HAWAII},
659 {0x1002, 0x67A1, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_HAWAII},
660 {0x1002, 0x67A2, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_HAWAII},
661 {0x1002, 0x67A8, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_HAWAII},
662 {0x1002, 0x67A9, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_HAWAII},
663 {0x1002, 0x67AA, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_HAWAII},
664 {0x1002, 0x67B0, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_HAWAII},
665 {0x1002, 0x67B1, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_HAWAII},
666 {0x1002, 0x67B8, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_HAWAII},
667 {0x1002, 0x67B9, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_HAWAII},
668 {0x1002, 0x67BA, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_HAWAII},
669 {0x1002, 0x67BE, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_HAWAII},
670 /* Kabini */
Jammy Zhou2f7d10b2015-07-22 11:29:01 +0800671 {0x1002, 0x9830, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_KABINI|AMD_IS_MOBILITY|AMD_IS_APU},
672 {0x1002, 0x9831, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_KABINI|AMD_IS_APU},
673 {0x1002, 0x9832, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_KABINI|AMD_IS_MOBILITY|AMD_IS_APU},
674 {0x1002, 0x9833, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_KABINI|AMD_IS_APU},
675 {0x1002, 0x9834, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_KABINI|AMD_IS_MOBILITY|AMD_IS_APU},
676 {0x1002, 0x9835, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_KABINI|AMD_IS_APU},
677 {0x1002, 0x9836, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_KABINI|AMD_IS_MOBILITY|AMD_IS_APU},
678 {0x1002, 0x9837, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_KABINI|AMD_IS_APU},
679 {0x1002, 0x9838, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_KABINI|AMD_IS_MOBILITY|AMD_IS_APU},
680 {0x1002, 0x9839, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_KABINI|AMD_IS_MOBILITY|AMD_IS_APU},
681 {0x1002, 0x983a, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_KABINI|AMD_IS_APU},
682 {0x1002, 0x983b, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_KABINI|AMD_IS_MOBILITY|AMD_IS_APU},
683 {0x1002, 0x983c, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_KABINI|AMD_IS_APU},
684 {0x1002, 0x983d, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_KABINI|AMD_IS_APU},
685 {0x1002, 0x983e, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_KABINI|AMD_IS_APU},
686 {0x1002, 0x983f, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_KABINI|AMD_IS_APU},
Alex Deucher89330c32015-04-20 17:36:52 -0400687 /* mullins */
Jammy Zhou2f7d10b2015-07-22 11:29:01 +0800688 {0x1002, 0x9850, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_MULLINS|AMD_IS_MOBILITY|AMD_IS_APU},
689 {0x1002, 0x9851, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_MULLINS|AMD_IS_MOBILITY|AMD_IS_APU},
690 {0x1002, 0x9852, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_MULLINS|AMD_IS_MOBILITY|AMD_IS_APU},
691 {0x1002, 0x9853, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_MULLINS|AMD_IS_MOBILITY|AMD_IS_APU},
692 {0x1002, 0x9854, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_MULLINS|AMD_IS_MOBILITY|AMD_IS_APU},
693 {0x1002, 0x9855, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_MULLINS|AMD_IS_MOBILITY|AMD_IS_APU},
694 {0x1002, 0x9856, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_MULLINS|AMD_IS_MOBILITY|AMD_IS_APU},
695 {0x1002, 0x9857, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_MULLINS|AMD_IS_MOBILITY|AMD_IS_APU},
696 {0x1002, 0x9858, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_MULLINS|AMD_IS_MOBILITY|AMD_IS_APU},
697 {0x1002, 0x9859, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_MULLINS|AMD_IS_MOBILITY|AMD_IS_APU},
698 {0x1002, 0x985A, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_MULLINS|AMD_IS_MOBILITY|AMD_IS_APU},
699 {0x1002, 0x985B, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_MULLINS|AMD_IS_MOBILITY|AMD_IS_APU},
700 {0x1002, 0x985C, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_MULLINS|AMD_IS_MOBILITY|AMD_IS_APU},
701 {0x1002, 0x985D, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_MULLINS|AMD_IS_MOBILITY|AMD_IS_APU},
702 {0x1002, 0x985E, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_MULLINS|AMD_IS_MOBILITY|AMD_IS_APU},
703 {0x1002, 0x985F, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_MULLINS|AMD_IS_MOBILITY|AMD_IS_APU},
Alex Deucher89330c32015-04-20 17:36:52 -0400704#endif
Alex Deucher1256a8b2015-04-20 17:37:54 -0400705 /* topaz */
Alex Deucherdba280b2016-02-02 16:24:20 -0500706 {0x1002, 0x6900, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_TOPAZ},
707 {0x1002, 0x6901, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_TOPAZ},
708 {0x1002, 0x6902, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_TOPAZ},
709 {0x1002, 0x6903, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_TOPAZ},
710 {0x1002, 0x6907, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_TOPAZ},
Alex Deucher1256a8b2015-04-20 17:37:54 -0400711 /* tonga */
712 {0x1002, 0x6920, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_TONGA},
713 {0x1002, 0x6921, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_TONGA},
714 {0x1002, 0x6928, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_TONGA},
Alex Deucher1f8d9622015-05-12 13:10:05 -0400715 {0x1002, 0x6929, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_TONGA},
Alex Deucher1256a8b2015-04-20 17:37:54 -0400716 {0x1002, 0x692B, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_TONGA},
717 {0x1002, 0x692F, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_TONGA},
Alex Deucher1f8d9622015-05-12 13:10:05 -0400718 {0x1002, 0x6930, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_TONGA},
Alex Deucher1256a8b2015-04-20 17:37:54 -0400719 {0x1002, 0x6938, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_TONGA},
720 {0x1002, 0x6939, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_TONGA},
David Zhang2da78e22015-07-11 23:13:40 +0800721 /* fiji */
722 {0x1002, 0x7300, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_FIJI},
Frank Mine1d99212016-04-27 19:07:18 +0800723 {0x1002, 0x730F, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_FIJI},
Alex Deucher1256a8b2015-04-20 17:37:54 -0400724 /* carrizo */
Jammy Zhou2f7d10b2015-07-22 11:29:01 +0800725 {0x1002, 0x9870, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_CARRIZO|AMD_IS_APU},
726 {0x1002, 0x9874, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_CARRIZO|AMD_IS_APU},
727 {0x1002, 0x9875, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_CARRIZO|AMD_IS_APU},
728 {0x1002, 0x9876, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_CARRIZO|AMD_IS_APU},
729 {0x1002, 0x9877, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_CARRIZO|AMD_IS_APU},
Samuel Li81b15092015-10-08 16:32:03 -0400730 /* stoney */
731 {0x1002, 0x98E4, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_STONEY|AMD_IS_APU},
Flora Cui2cc0c0b2016-03-14 18:33:29 -0400732 /* Polaris11 */
733 {0x1002, 0x67E0, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS11},
Flora Cui35621b82016-05-17 09:52:02 +0800734 {0x1002, 0x67E3, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS11},
Flora Cui2cc0c0b2016-03-14 18:33:29 -0400735 {0x1002, 0x67E8, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS11},
Flora Cui2cc0c0b2016-03-14 18:33:29 -0400736 {0x1002, 0x67EB, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS11},
Flora Cui35621b82016-05-17 09:52:02 +0800737 {0x1002, 0x67EF, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS11},
Flora Cui2cc0c0b2016-03-14 18:33:29 -0400738 {0x1002, 0x67FF, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS11},
Flora Cui35621b82016-05-17 09:52:02 +0800739 {0x1002, 0x67E1, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS11},
740 {0x1002, 0x67E7, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS11},
741 {0x1002, 0x67E9, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS11},
Flora Cui2cc0c0b2016-03-14 18:33:29 -0400742 /* Polaris10 */
743 {0x1002, 0x67C0, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS10},
Flora Cui1dcf4802016-05-16 17:17:41 +0800744 {0x1002, 0x67C1, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS10},
745 {0x1002, 0x67C2, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS10},
746 {0x1002, 0x67C4, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS10},
747 {0x1002, 0x67C7, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS10},
Junshan Fang7dae6182017-01-19 10:36:18 +0800748 {0x1002, 0x67D0, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS10},
Flora Cui2cc0c0b2016-03-14 18:33:29 -0400749 {0x1002, 0x67DF, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS10},
Flora Cui1dcf4802016-05-16 17:17:41 +0800750 {0x1002, 0x67C8, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS10},
751 {0x1002, 0x67C9, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS10},
752 {0x1002, 0x67CA, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS10},
753 {0x1002, 0x67CC, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS10},
754 {0x1002, 0x67CF, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS10},
Junwei Zhangfc8e9c52016-08-04 12:54:22 +0800755 /* Polaris12 */
756 {0x1002, 0x6980, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS12},
757 {0x1002, 0x6981, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS12},
758 {0x1002, 0x6985, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS12},
759 {0x1002, 0x6986, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS12},
760 {0x1002, 0x6987, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS12},
Evan Quancf8c73a2017-03-17 10:22:51 +0800761 {0x1002, 0x6995, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS12},
Junshan Fang6e884912017-06-15 14:02:20 +0800762 {0x1002, 0x6997, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS12},
Junwei Zhangfc8e9c52016-08-04 12:54:22 +0800763 {0x1002, 0x699F, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS12},
Leo Liue9307932017-11-09 13:25:31 -0500764 /* VEGAM */
765 {0x1002, 0x694C, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGAM},
766 {0x1002, 0x694E, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGAM},
Junwei Zhangca2f1cc2017-03-03 16:54:00 -0500767 /* Vega 10 */
Alex Deucherdfbf0c12017-06-02 14:38:03 -0400768 {0x1002, 0x6860, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA10},
769 {0x1002, 0x6861, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA10},
770 {0x1002, 0x6862, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA10},
771 {0x1002, 0x6863, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA10},
772 {0x1002, 0x6864, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA10},
773 {0x1002, 0x6867, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA10},
774 {0x1002, 0x6868, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA10},
775 {0x1002, 0x686c, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA10},
776 {0x1002, 0x687f, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA10},
Alex Deucherdc53d542017-09-01 16:28:27 -0400777 /* Vega 12 */
778 {0x1002, 0x69A0, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA12},
779 {0x1002, 0x69A1, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA12},
780 {0x1002, 0x69A2, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA12},
781 {0x1002, 0x69A3, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA12},
782 {0x1002, 0x69AF, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA12},
Feifei Xu1204a262018-01-22 19:08:33 +0800783 /* Vega 20 */
Alex Deucher950f23e2018-05-14 11:28:04 -0500784 {0x1002, 0x66A0, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA20|AMD_EXP_HW_SUPPORT},
785 {0x1002, 0x66A1, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA20|AMD_EXP_HW_SUPPORT},
786 {0x1002, 0x66A2, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA20|AMD_EXP_HW_SUPPORT},
787 {0x1002, 0x66A3, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA20|AMD_EXP_HW_SUPPORT},
788 {0x1002, 0x66A7, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA20|AMD_EXP_HW_SUPPORT},
789 {0x1002, 0x66AF, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA20|AMD_EXP_HW_SUPPORT},
Chunming Zhoudf515052017-05-11 16:31:52 -0400790 /* Raven */
Alex Deucheracc34502017-06-02 14:50:01 -0400791 {0x1002, 0x15dd, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RAVEN|AMD_IS_APU},
Chunming Zhoudf515052017-05-11 16:31:52 -0400792
Alex Deucherd38ceaf2015-04-20 16:55:21 -0400793 {0, 0, 0}
794};
795
796MODULE_DEVICE_TABLE(pci, pciidlist);
797
798static struct drm_driver kms_driver;
799
800static int amdgpu_kick_out_firmware_fb(struct pci_dev *pdev)
801{
802 struct apertures_struct *ap;
803 bool primary = false;
804
805 ap = alloc_apertures(1);
806 if (!ap)
807 return -ENOMEM;
808
809 ap->ranges[0].base = pci_resource_start(pdev, 0);
810 ap->ranges[0].size = pci_resource_len(pdev, 0);
811
812#ifdef CONFIG_X86
813 primary = pdev->resource[PCI_ROM_RESOURCE].flags & IORESOURCE_ROM_SHADOW;
814#endif
Daniel Vetter44adece2016-08-10 18:52:34 +0200815 drm_fb_helper_remove_conflicting_framebuffers(ap, "amdgpudrmfb", primary);
Alex Deucherd38ceaf2015-04-20 16:55:21 -0400816 kfree(ap);
817
818 return 0;
819}
820
Pixel Ding1daee8b2017-11-08 11:03:14 +0800821
Alex Deucherd38ceaf2015-04-20 16:55:21 -0400822static int amdgpu_pci_probe(struct pci_dev *pdev,
823 const struct pci_device_id *ent)
824{
Alex Deucherb58c1132017-06-02 17:16:31 -0400825 struct drm_device *dev;
Alex Deucherd38ceaf2015-04-20 16:55:21 -0400826 unsigned long flags = ent->driver_data;
Pixel Ding1daee8b2017-11-08 11:03:14 +0800827 int ret, retry = 0;
Alex Deucher3fa203a2018-01-23 17:05:03 -0500828 bool supports_atomic = false;
829
830 if (!amdgpu_virtual_display &&
831 amdgpu_device_asic_has_dc_support(flags & AMD_ASIC_MASK))
832 supports_atomic = true;
Alex Deucherd38ceaf2015-04-20 16:55:21 -0400833
Jammy Zhou2f7d10b2015-07-22 11:29:01 +0800834 if ((flags & AMD_EXP_HW_SUPPORT) && !amdgpu_exp_hw_support) {
Alex Deucherd38ceaf2015-04-20 16:55:21 -0400835 DRM_INFO("This hardware requires experimental hardware support.\n"
836 "See modparam exp_hw_support\n");
837 return -ENODEV;
838 }
839
Oded Gabbayefb1c652016-02-09 13:30:12 +0200840 /*
841 * Initialize amdkfd before starting radeon. If it was not loaded yet,
842 * defer radeon probing
843 */
844 ret = amdgpu_amdkfd_init();
845 if (ret == -EPROBE_DEFER)
846 return ret;
847
Alex Deucherd38ceaf2015-04-20 16:55:21 -0400848 /* Get rid of things like offb */
849 ret = amdgpu_kick_out_firmware_fb(pdev);
850 if (ret)
851 return ret;
852
Alex Deucher3fa203a2018-01-23 17:05:03 -0500853 /* warn the user if they mix atomic and non-atomic capable GPUs */
854 if ((kms_driver.driver_features & DRIVER_ATOMIC) && !supports_atomic)
855 DRM_ERROR("Mixing atomic and non-atomic capable GPUs!\n");
856 /* support atomic early so the atomic debugfs stuff gets created */
857 if (supports_atomic)
858 kms_driver.driver_features |= DRIVER_ATOMIC;
859
Alex Deucherb58c1132017-06-02 17:16:31 -0400860 dev = drm_dev_alloc(&kms_driver, &pdev->dev);
861 if (IS_ERR(dev))
862 return PTR_ERR(dev);
863
864 ret = pci_enable_device(pdev);
865 if (ret)
866 goto err_free;
867
868 dev->pdev = pdev;
869
870 pci_set_drvdata(pdev, dev);
871
Pixel Ding1daee8b2017-11-08 11:03:14 +0800872retry_init:
Alex Deucherb58c1132017-06-02 17:16:31 -0400873 ret = drm_dev_register(dev, ent->driver_data);
Pixel Ding1daee8b2017-11-08 11:03:14 +0800874 if (ret == -EAGAIN && ++retry <= 3) {
875 DRM_INFO("retry init %d\n", retry);
876 /* Don't request EX mode too frequently which is attacking */
877 msleep(5000);
878 goto retry_init;
879 } else if (ret)
Alex Deucherb58c1132017-06-02 17:16:31 -0400880 goto err_pci;
881
882 return 0;
883
884err_pci:
885 pci_disable_device(pdev);
886err_free:
Thomas Zimmermannc3c18302018-06-28 16:10:25 +0200887 drm_dev_put(dev);
Alex Deucherb58c1132017-06-02 17:16:31 -0400888 return ret;
Alex Deucherd38ceaf2015-04-20 16:55:21 -0400889}
890
891static void
892amdgpu_pci_remove(struct pci_dev *pdev)
893{
894 struct drm_device *dev = pci_get_drvdata(pdev);
895
Alex Deucherb58c1132017-06-02 17:16:31 -0400896 drm_dev_unregister(dev);
Thomas Zimmermannc3c18302018-06-28 16:10:25 +0200897 drm_dev_put(dev);
Xiangliang.Yufd4495e2017-09-21 10:19:49 +0800898 pci_disable_device(pdev);
899 pci_set_drvdata(pdev, NULL);
Alex Deucherd38ceaf2015-04-20 16:55:21 -0400900}
901
Alex Deucher61e11302016-08-22 13:50:22 -0400902static void
903amdgpu_pci_shutdown(struct pci_dev *pdev)
904{
Alex Deucherfaefba92016-12-06 10:38:29 -0500905 struct drm_device *dev = pci_get_drvdata(pdev);
906 struct amdgpu_device *adev = dev->dev_private;
907
Alex Deucher61e11302016-08-22 13:50:22 -0400908 /* if we are running in a VM, make sure the device
Alex Deucher00ea8cb2016-09-22 14:40:29 -0400909 * torn down properly on reboot/shutdown.
910 * unfortunately we can't detect certain
911 * hypervisors so just do this all the time.
Alex Deucher61e11302016-08-22 13:50:22 -0400912 */
Alex Deuchercdd61df2017-12-14 16:47:40 -0500913 amdgpu_device_ip_suspend(adev);
Alex Deucher61e11302016-08-22 13:50:22 -0400914}
915
Alex Deucherd38ceaf2015-04-20 16:55:21 -0400916static int amdgpu_pmops_suspend(struct device *dev)
917{
918 struct pci_dev *pdev = to_pci_dev(dev);
jimqu74b0b152016-09-07 17:09:12 +0800919
Alex Deucherd38ceaf2015-04-20 16:55:21 -0400920 struct drm_device *drm_dev = pci_get_drvdata(pdev);
Alex Deucher810ddc32016-08-23 13:25:49 -0400921 return amdgpu_device_suspend(drm_dev, true, true);
Alex Deucherd38ceaf2015-04-20 16:55:21 -0400922}
923
924static int amdgpu_pmops_resume(struct device *dev)
925{
926 struct pci_dev *pdev = to_pci_dev(dev);
927 struct drm_device *drm_dev = pci_get_drvdata(pdev);
Alex Deucher85e154c2016-08-27 14:53:08 -0400928
929 /* GPU comes up enabled by the bios on resume */
930 if (amdgpu_device_is_px(drm_dev)) {
931 pm_runtime_disable(dev);
932 pm_runtime_set_active(dev);
933 pm_runtime_enable(dev);
934 }
935
Alex Deucher810ddc32016-08-23 13:25:49 -0400936 return amdgpu_device_resume(drm_dev, true, true);
Alex Deucherd38ceaf2015-04-20 16:55:21 -0400937}
938
939static int amdgpu_pmops_freeze(struct device *dev)
940{
941 struct pci_dev *pdev = to_pci_dev(dev);
jimqu74b0b152016-09-07 17:09:12 +0800942
Alex Deucherd38ceaf2015-04-20 16:55:21 -0400943 struct drm_device *drm_dev = pci_get_drvdata(pdev);
Alex Deucher810ddc32016-08-23 13:25:49 -0400944 return amdgpu_device_suspend(drm_dev, false, true);
Alex Deucherd38ceaf2015-04-20 16:55:21 -0400945}
946
947static int amdgpu_pmops_thaw(struct device *dev)
948{
949 struct pci_dev *pdev = to_pci_dev(dev);
jimqu74b0b152016-09-07 17:09:12 +0800950
Alex Deucherd38ceaf2015-04-20 16:55:21 -0400951 struct drm_device *drm_dev = pci_get_drvdata(pdev);
jimqu74b0b152016-09-07 17:09:12 +0800952 return amdgpu_device_resume(drm_dev, false, true);
953}
954
955static int amdgpu_pmops_poweroff(struct device *dev)
956{
957 struct pci_dev *pdev = to_pci_dev(dev);
958
959 struct drm_device *drm_dev = pci_get_drvdata(pdev);
960 return amdgpu_device_suspend(drm_dev, true, true);
961}
962
963static int amdgpu_pmops_restore(struct device *dev)
964{
965 struct pci_dev *pdev = to_pci_dev(dev);
966
Alex Deucherd38ceaf2015-04-20 16:55:21 -0400967 struct drm_device *drm_dev = pci_get_drvdata(pdev);
Alex Deucher810ddc32016-08-23 13:25:49 -0400968 return amdgpu_device_resume(drm_dev, false, true);
Alex Deucherd38ceaf2015-04-20 16:55:21 -0400969}
970
971static int amdgpu_pmops_runtime_suspend(struct device *dev)
972{
973 struct pci_dev *pdev = to_pci_dev(dev);
974 struct drm_device *drm_dev = pci_get_drvdata(pdev);
975 int ret;
976
977 if (!amdgpu_device_is_px(drm_dev)) {
978 pm_runtime_forbid(dev);
979 return -EBUSY;
980 }
981
982 drm_dev->switch_power_state = DRM_SWITCH_POWER_CHANGING;
983 drm_kms_helper_poll_disable(drm_dev);
Alex Deucherd38ceaf2015-04-20 16:55:21 -0400984
Alex Deucher810ddc32016-08-23 13:25:49 -0400985 ret = amdgpu_device_suspend(drm_dev, false, false);
Alex Deucherd38ceaf2015-04-20 16:55:21 -0400986 pci_save_state(pdev);
987 pci_disable_device(pdev);
988 pci_ignore_hotplug(pdev);
Alex Deucher11670972016-06-02 09:08:32 -0400989 if (amdgpu_is_atpx_hybrid())
990 pci_set_power_state(pdev, PCI_D3cold);
Alex Deucher522761c2016-06-02 09:18:34 -0400991 else if (!amdgpu_has_atpx_dgpu_power_cntl())
Alex Deucher7e32aa62016-06-01 13:12:25 -0400992 pci_set_power_state(pdev, PCI_D3hot);
Alex Deucherd38ceaf2015-04-20 16:55:21 -0400993 drm_dev->switch_power_state = DRM_SWITCH_POWER_DYNAMIC_OFF;
994
995 return 0;
996}
997
998static int amdgpu_pmops_runtime_resume(struct device *dev)
999{
1000 struct pci_dev *pdev = to_pci_dev(dev);
1001 struct drm_device *drm_dev = pci_get_drvdata(pdev);
1002 int ret;
1003
1004 if (!amdgpu_device_is_px(drm_dev))
1005 return -EINVAL;
1006
1007 drm_dev->switch_power_state = DRM_SWITCH_POWER_CHANGING;
1008
Alex Deucher522761c2016-06-02 09:18:34 -04001009 if (amdgpu_is_atpx_hybrid() ||
1010 !amdgpu_has_atpx_dgpu_power_cntl())
1011 pci_set_power_state(pdev, PCI_D0);
Alex Deucherd38ceaf2015-04-20 16:55:21 -04001012 pci_restore_state(pdev);
1013 ret = pci_enable_device(pdev);
1014 if (ret)
1015 return ret;
1016 pci_set_master(pdev);
1017
Alex Deucher810ddc32016-08-23 13:25:49 -04001018 ret = amdgpu_device_resume(drm_dev, false, false);
Alex Deucherd38ceaf2015-04-20 16:55:21 -04001019 drm_kms_helper_poll_enable(drm_dev);
Alex Deucherd38ceaf2015-04-20 16:55:21 -04001020 drm_dev->switch_power_state = DRM_SWITCH_POWER_ON;
1021 return 0;
1022}
1023
1024static int amdgpu_pmops_runtime_idle(struct device *dev)
1025{
1026 struct pci_dev *pdev = to_pci_dev(dev);
1027 struct drm_device *drm_dev = pci_get_drvdata(pdev);
1028 struct drm_crtc *crtc;
1029
1030 if (!amdgpu_device_is_px(drm_dev)) {
1031 pm_runtime_forbid(dev);
1032 return -EBUSY;
1033 }
1034
1035 list_for_each_entry(crtc, &drm_dev->mode_config.crtc_list, head) {
1036 if (crtc->enabled) {
1037 DRM_DEBUG_DRIVER("failing to power off - crtc active\n");
1038 return -EBUSY;
1039 }
1040 }
1041
1042 pm_runtime_mark_last_busy(dev);
1043 pm_runtime_autosuspend(dev);
1044 /* we don't want the main rpm_idle to call suspend - we want to autosuspend */
1045 return 1;
1046}
1047
1048long amdgpu_drm_ioctl(struct file *filp,
1049 unsigned int cmd, unsigned long arg)
1050{
1051 struct drm_file *file_priv = filp->private_data;
1052 struct drm_device *dev;
1053 long ret;
1054 dev = file_priv->minor->dev;
1055 ret = pm_runtime_get_sync(dev->dev);
1056 if (ret < 0)
1057 return ret;
1058
1059 ret = drm_ioctl(filp, cmd, arg);
1060
1061 pm_runtime_mark_last_busy(dev->dev);
1062 pm_runtime_put_autosuspend(dev->dev);
1063 return ret;
1064}
1065
1066static const struct dev_pm_ops amdgpu_pm_ops = {
1067 .suspend = amdgpu_pmops_suspend,
1068 .resume = amdgpu_pmops_resume,
1069 .freeze = amdgpu_pmops_freeze,
1070 .thaw = amdgpu_pmops_thaw,
jimqu74b0b152016-09-07 17:09:12 +08001071 .poweroff = amdgpu_pmops_poweroff,
1072 .restore = amdgpu_pmops_restore,
Alex Deucherd38ceaf2015-04-20 16:55:21 -04001073 .runtime_suspend = amdgpu_pmops_runtime_suspend,
1074 .runtime_resume = amdgpu_pmops_runtime_resume,
1075 .runtime_idle = amdgpu_pmops_runtime_idle,
1076};
1077
Andrey Grodzovsky48ad3682018-05-30 15:28:52 -04001078static int amdgpu_flush(struct file *f, fl_owner_t id)
1079{
1080 struct drm_file *file_priv = f->private_data;
1081 struct amdgpu_fpriv *fpriv = file_priv->driver_priv;
1082
Andrey Grodzovskyc49d8282018-06-05 12:56:26 -04001083 amdgpu_ctx_mgr_entity_flush(&fpriv->ctx_mgr);
Andrey Grodzovsky48ad3682018-05-30 15:28:52 -04001084
1085 return 0;
1086}
1087
1088
Alex Deucherd38ceaf2015-04-20 16:55:21 -04001089static const struct file_operations amdgpu_driver_kms_fops = {
1090 .owner = THIS_MODULE,
1091 .open = drm_open,
Andrey Grodzovsky48ad3682018-05-30 15:28:52 -04001092 .flush = amdgpu_flush,
Alex Deucherd38ceaf2015-04-20 16:55:21 -04001093 .release = drm_release,
1094 .unlocked_ioctl = amdgpu_drm_ioctl,
1095 .mmap = amdgpu_mmap,
1096 .poll = drm_poll,
1097 .read = drm_read,
1098#ifdef CONFIG_COMPAT
1099 .compat_ioctl = amdgpu_kms_compat_ioctl,
1100#endif
1101};
1102
Daniel Vetter1bf6ad62017-05-09 16:03:28 +02001103static bool
1104amdgpu_get_crtc_scanout_position(struct drm_device *dev, unsigned int pipe,
1105 bool in_vblank_irq, int *vpos, int *hpos,
1106 ktime_t *stime, ktime_t *etime,
1107 const struct drm_display_mode *mode)
1108{
Samuel Liaa8e2862018-01-19 15:53:16 -05001109 return amdgpu_display_get_crtc_scanoutpos(dev, pipe, 0, vpos, hpos,
1110 stime, etime, mode);
Daniel Vetter1bf6ad62017-05-09 16:03:28 +02001111}
1112
Alex Deucherd38ceaf2015-04-20 16:55:21 -04001113static struct drm_driver kms_driver = {
1114 .driver_features =
1115 DRIVER_USE_AGP |
1116 DRIVER_HAVE_IRQ | DRIVER_IRQ_SHARED | DRIVER_GEM |
Dave Airlie660e8552017-03-13 22:18:15 +00001117 DRIVER_PRIME | DRIVER_RENDER | DRIVER_MODESET | DRIVER_SYNCOBJ,
Alex Deucherd38ceaf2015-04-20 16:55:21 -04001118 .load = amdgpu_driver_load_kms,
1119 .open = amdgpu_driver_open_kms,
Alex Deucherd38ceaf2015-04-20 16:55:21 -04001120 .postclose = amdgpu_driver_postclose_kms,
1121 .lastclose = amdgpu_driver_lastclose_kms,
Alex Deucherd38ceaf2015-04-20 16:55:21 -04001122 .unload = amdgpu_driver_unload_kms,
1123 .get_vblank_counter = amdgpu_get_vblank_counter_kms,
1124 .enable_vblank = amdgpu_enable_vblank_kms,
1125 .disable_vblank = amdgpu_disable_vblank_kms,
Daniel Vetter1bf6ad62017-05-09 16:03:28 +02001126 .get_vblank_timestamp = drm_calc_vbltimestamp_from_scanoutpos,
1127 .get_scanout_position = amdgpu_get_crtc_scanout_position,
Alex Deucherd38ceaf2015-04-20 16:55:21 -04001128 .irq_handler = amdgpu_irq_handler,
1129 .ioctls = amdgpu_ioctls_kms,
Daniel Vettere7294de2016-04-26 19:29:43 +02001130 .gem_free_object_unlocked = amdgpu_gem_object_free,
Alex Deucherd38ceaf2015-04-20 16:55:21 -04001131 .gem_open_object = amdgpu_gem_object_open,
1132 .gem_close_object = amdgpu_gem_object_close,
1133 .dumb_create = amdgpu_mode_dumb_create,
1134 .dumb_map_offset = amdgpu_mode_dumb_mmap,
Alex Deucherd38ceaf2015-04-20 16:55:21 -04001135 .fops = &amdgpu_driver_kms_fops,
1136
1137 .prime_handle_to_fd = drm_gem_prime_handle_to_fd,
1138 .prime_fd_to_handle = drm_gem_prime_fd_to_handle,
1139 .gem_prime_export = amdgpu_gem_prime_export,
Samuel Li09052fc2017-12-08 16:18:59 -05001140 .gem_prime_import = amdgpu_gem_prime_import,
Alex Deucherd38ceaf2015-04-20 16:55:21 -04001141 .gem_prime_res_obj = amdgpu_gem_prime_res_obj,
1142 .gem_prime_get_sg_table = amdgpu_gem_prime_get_sg_table,
1143 .gem_prime_import_sg_table = amdgpu_gem_prime_import_sg_table,
1144 .gem_prime_vmap = amdgpu_gem_prime_vmap,
1145 .gem_prime_vunmap = amdgpu_gem_prime_vunmap,
Samuel Lidfced2e2017-08-22 15:25:33 -04001146 .gem_prime_mmap = amdgpu_gem_prime_mmap,
Alex Deucherd38ceaf2015-04-20 16:55:21 -04001147
1148 .name = DRIVER_NAME,
1149 .desc = DRIVER_DESC,
1150 .date = DRIVER_DATE,
1151 .major = KMS_DRIVER_MAJOR,
1152 .minor = KMS_DRIVER_MINOR,
1153 .patchlevel = KMS_DRIVER_PATCHLEVEL,
1154};
1155
1156static struct drm_driver *driver;
1157static struct pci_driver *pdriver;
1158
1159static struct pci_driver amdgpu_kms_pci_driver = {
1160 .name = DRIVER_NAME,
1161 .id_table = pciidlist,
1162 .probe = amdgpu_pci_probe,
1163 .remove = amdgpu_pci_remove,
Alex Deucher61e11302016-08-22 13:50:22 -04001164 .shutdown = amdgpu_pci_shutdown,
Alex Deucherd38ceaf2015-04-20 16:55:21 -04001165 .driver.pm = &amdgpu_pm_ops,
1166};
1167
Rex Zhud573de22016-05-12 13:27:28 +08001168
1169
Alex Deucherd38ceaf2015-04-20 16:55:21 -04001170static int __init amdgpu_init(void)
1171{
Christian König245ae5e2016-10-28 17:39:08 +02001172 int r;
1173
Takashi Iwaic60e22f2018-03-30 22:45:11 +02001174 if (vgacon_text_force()) {
1175 DRM_ERROR("VGACON disables amdgpu kernel modesetting.\n");
1176 return -EINVAL;
1177 }
1178
Christian König245ae5e2016-10-28 17:39:08 +02001179 r = amdgpu_sync_init();
1180 if (r)
1181 goto error_sync;
1182
1183 r = amdgpu_fence_slab_init();
1184 if (r)
1185 goto error_fence;
1186
Alex Deucherd38ceaf2015-04-20 16:55:21 -04001187 DRM_INFO("amdgpu kernel modesetting enabled.\n");
1188 driver = &kms_driver;
1189 pdriver = &amdgpu_kms_pci_driver;
Alex Deucherd38ceaf2015-04-20 16:55:21 -04001190 driver->num_ioctls = amdgpu_max_kms_ioctl;
1191 amdgpu_register_atpx_handler();
Alex Deucherd38ceaf2015-04-20 16:55:21 -04001192 /* let modprobe override vga console setting */
Daniel Vetter10631d72017-05-24 16:51:40 +02001193 return pci_register_driver(pdriver);
Christian König245ae5e2016-10-28 17:39:08 +02001194
Christian König245ae5e2016-10-28 17:39:08 +02001195error_fence:
1196 amdgpu_sync_fini();
1197
1198error_sync:
1199 return r;
Alex Deucherd38ceaf2015-04-20 16:55:21 -04001200}
1201
1202static void __exit amdgpu_exit(void)
1203{
Oded Gabbay130e0372015-06-12 21:35:14 +03001204 amdgpu_amdkfd_fini();
Daniel Vetter10631d72017-05-24 16:51:40 +02001205 pci_unregister_driver(pdriver);
Alex Deucherd38ceaf2015-04-20 16:55:21 -04001206 amdgpu_unregister_atpx_handler();
Christian König257bf152016-02-16 11:24:58 +01001207 amdgpu_sync_fini();
Rex Zhud573de22016-05-12 13:27:28 +08001208 amdgpu_fence_slab_fini();
Alex Deucherd38ceaf2015-04-20 16:55:21 -04001209}
1210
1211module_init(amdgpu_init);
1212module_exit(amdgpu_exit);
1213
1214MODULE_AUTHOR(DRIVER_AUTHOR);
1215MODULE_DESCRIPTION(DRIVER_DESC);
1216MODULE_LICENSE("GPL and additional rights");