Commit 580577fb authored by Alex Deucher's avatar Alex Deucher
Browse files

drm/amdgpu/cik: enable BACO reset on Bonaire



Works now that the BACO sequence is fixed.

Reviewed-by: default avatarEvan Quan <evan.quan@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent f6f75ebd
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -1336,10 +1336,6 @@ cik_asic_reset_method(struct amdgpu_device *adev)

	switch (adev->asic_type) {
	case CHIP_BONAIRE:
		/* disable baco reset until it works */
		/* smu7_asic_get_baco_capability(adev, &baco_reset); */
		baco_reset = false;
		break;
	case CHIP_HAWAII:
		baco_reset = cik_asic_supports_baco(adev);
		break;