diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2019-10-04 11:01:11 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2019-10-15 15:51:39 -0400 |
commit | 31fa2991f4cd808f038f7bd4a23033e99ac0a7fe (patch) | |
tree | 87aa00825a46c985358c55577fcf1669b6ed3d0e /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
parent | f5fda6d89afe6e9cedaa1c3303903c905262f6e8 (diff) | |
download | linux-31fa2991f4cd808f038f7bd4a23033e99ac0a7fe.tar.gz linux-31fa2991f4cd808f038f7bd4a23033e99ac0a7fe.tar.bz2 linux-31fa2991f4cd808f038f7bd4a23033e99ac0a7fe.zip |
drm/amdgpu: remove in_baco_reset hack
It was a vega20 specific hack. Check if we are in reset
and what reset method we are using.
Reviewed-by: Evan Quan <evan.quan@amd.com>
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 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index b7b00fc90d65..b42fa21de806 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h @@ -960,8 +960,6 @@ struct amdgpu_device { int asic_reset_res; struct work_struct xgmi_reset_work; - bool in_baco_reset; - long gfx_timeout; long sdma_timeout; long video_timeout; |