diff options
author | Andrey Grodzovsky <andrey.grodzovsky@amd.com> | 2019-12-06 13:19:15 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2019-12-18 16:09:12 -0500 |
commit | 041a62bc0603544c97ac407df67bd60398ce0668 (patch) | |
tree | 4efe832df0e53037821e2a98db25216c619e3bcf /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
parent | f06a58db9213a08e902e5e5b2c22b75f7bb3a810 (diff) | |
download | linux-041a62bc0603544c97ac407df67bd60398ce0668.tar.gz linux-041a62bc0603544c97ac407df67bd60398ce0668.tar.bz2 linux-041a62bc0603544c97ac407df67bd60398ce0668.zip |
drm/amdgpu: reverts commit ce316fa55ef0f1751276b846a54fb3b835bd5e64.
In preparation for doing XGMI reset synchronization using task barrier.
Signed-off-by: Andrey Grodzovsky <andrey.grodzovsky@amd.com>
Reviewed-by: Le Ma <Le.Ma@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 81a531b652aa..cd3ca971ff76 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h @@ -994,8 +994,6 @@ struct amdgpu_device { bool pm_sysfs_en; bool ucode_sysfs_en; - - bool in_baco; }; static inline struct amdgpu_device *amdgpu_ttm_adev(struct ttm_bo_device *bdev) |