drm/amdgpu: revert "XGMI pstate switch initial support"

This reverts commit 9b638f9751.

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>
This commit is contained in:
Christian König
2019-03-19 13:03:45 +01:00
committed by Alex Deucher
parent c354669583
commit 86f7bae5cf
6 changed files with 1 additions and 52 deletions

View File

@@ -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;
};