aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
diff options
context:
space:
mode:
authorChristian König <christian.koenig@amd.com>2019-03-19 13:03:45 +0100
committerAlex Deucher <alexander.deucher@amd.com>2019-03-21 14:05:01 -0500
commit86f7bae5cf9724073ccfd9e7452a95efb27c4fbb (patch)
tree6077b4c1a3f56cf0eff71153a97c379beb587c76 /drivers/gpu/drm/amd/amdgpu/amdgpu.h
parentdrm/amdgpu: use the new VM backend for PTEs (diff)
downloadlinux-dev-86f7bae5cf9724073ccfd9e7452a95efb27c4fbb.tar.xz
linux-dev-86f7bae5cf9724073ccfd9e7452a95efb27c4fbb.zip
drm/amdgpu: revert "XGMI pstate switch initial support"
This reverts commit 9b638f9751308ae3ae8f28e0c6e9decffd97f5f9. Adding this to the mapping is complete nonsense and the whole implementation looks racy. This patch wasn't thoughtfully reviewed and should be reverted for now. Signed-off-by: Christian König <christian.koenig@amd.com> Acked-by: Liu, Shaoyun <Shaoyun.Liu@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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
index f88761af956a..6e71749cb3bb 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@ -928,9 +928,6 @@ struct amdgpu_device {
int asic_reset_res;
struct work_struct xgmi_reset_work;
- /* counter of mapped memory through xgmi */
- atomic_t xgmi_map_counter;
-
bool in_baco_reset;
};