mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 00:22:00 +02:00
drm/amdgpu/cik: enable BACO reset on Bonaire
Works now that the BACO sequence is fixed. Reviewed-by: Evan Quan <evan.quan@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
f6f75ebdc0
commit
580577fbb4
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user