Skip to content

Commit

Permalink
drm/amdgpu/cik: enable BACO reset on Bonaire
Browse files Browse the repository at this point in the history
Works now that the BACO sequence is fixed.

Reviewed-by: Evan Quan <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
  • Loading branch information
alexdeucher committed Dec 9, 2020
1 parent f6f75eb commit 580577f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/gpu/drm/amd/amdgpu/cik.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 580577f

Please sign in to comment.