diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/cik.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/cik.c | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/drivers/gpu/drm/amd/amdgpu/cik.c b/drivers/gpu/drm/amd/amdgpu/cik.c index 006f21ef7ddf..62635e58e45e 100644 --- a/drivers/gpu/drm/amd/amdgpu/cik.c +++ b/drivers/gpu/drm/amd/amdgpu/cik.c @@ -1358,8 +1358,6 @@ static int cik_asic_reset(struct amdgpu_device *adev)  	int r;  	if (cik_asic_reset_method(adev) == AMD_RESET_METHOD_BACO) { -		if (!adev->in_suspend) -			amdgpu_inc_vram_lost(adev);  		r = amdgpu_dpm_baco_reset(adev);  	} else {  		r = cik_asic_pci_config_reset(adev); |