aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
diff options
context:
space:
mode:
authorWenhui Sheng <[email protected]>2020-07-14 08:29:18 +0000
committerAlex Deucher <[email protected]>2020-07-15 16:42:01 +0000
commit273da6ff7ce8727e02d6e67f77eb98df4627f60b (patch)
treed11478e98431046bb99bd0e4ebf19aaf5e424daf /drivers/gpu/drm/amd/amdgpu/amdgpu.h
parentdrm/amdgpu: enable mode1 reset (diff)
downloadkernel-273da6ff7ce8727e02d6e67f77eb98df4627f60b.tar.gz
kernel-273da6ff7ce8727e02d6e67f77eb98df4627f60b.zip
drm/amdgpu: add module parameter choose reset mode
Default value is auto, doesn't change original reset method logic. v2: change to use parameter reset_method v3: add warn msg if specified mode isn't supported Signed-off-by: Likun Gao <[email protected]> Signed-off-by: Wenhui Sheng <[email protected]> Reviewed-by: Hawking Zhang <[email protected]> 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, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
index c99df80d62eb..327a0daf4a1d 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@ -193,6 +193,7 @@ static const bool debug_evictions; /* = false */
#endif
extern int amdgpu_tmz;
+extern int amdgpu_reset_method;
#ifdef CONFIG_DRM_AMDGPU_SI
extern int amdgpu_si_support;