diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2016-01-15 13:18:12 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-02-10 14:16:55 -0500 |
commit | 1c343fc9db9e17a86c0681e0a653fd65aa9243ac (patch) | |
tree | 490ca59ddc3acf54d39f6af4ffe0a4286d92a68d /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
parent | 18db89b4025a9fb71824d0ffd84594c9f6f41cec (diff) | |
download | linux-1c343fc9db9e17a86c0681e0a653fd65aa9243ac.tar.gz linux-1c343fc9db9e17a86c0681e0a653fd65aa9243ac.tar.bz2 linux-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 <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 |
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; |