aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
diff options
context:
space:
mode:
authorAlex Deucher <[email protected]>2016-01-15 18:18:12 +0000
committerAlex Deucher <[email protected]>2016-02-10 19:16:55 +0000
commit1c343fc9db9e17a86c0681e0a653fd65aa9243ac (patch)
tree490ca59ddc3acf54d39f6af4ffe0a4286d92a68d /drivers/gpu/drm/amd/amdgpu/amdgpu.h
parentdrm/amdgpu: add a debugfs property to trigger a GPU reset (diff)
downloadkernel-1c343fc9db9e17a86c0681e0a653fd65aa9243ac.tar.gz
kernel-1c343fc9db9e17a86c0681e0a653fd65aa9243ac.zip
drm/amdgpu: drop hard_reset module parameter
It doesn't currently do anything and there's no need for it going forward since pci config reset will be required as a fallback even when we have fine grained reset implemented. Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
index cd93104b4fbb..719bce615a2b 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@ -74,7 +74,6 @@ extern int amdgpu_dpm;
extern int amdgpu_smc_load_fw;
extern int amdgpu_aspm;
extern int amdgpu_runtime_pm;
-extern int amdgpu_hard_reset;
extern unsigned amdgpu_ip_block_mask;
extern int amdgpu_bapm;
extern int amdgpu_deep_color;