projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6f75eb
)
drm/amdgpu/cik: enable BACO reset on Bonaire
author
Alex Deucher
<alexander.deucher@amd.com>
Fri, 4 Dec 2020 18:08:37 +0000
(13:08 -0500)
committer
Alex Deucher
<alexander.deucher@amd.com>
Wed, 9 Dec 2020 04:06:23 +0000
(23:06 -0500)
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>
drivers/gpu/drm/amd/amdgpu/cik.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/cik.c
b/drivers/gpu/drm/amd/amdgpu/cik.c
index 5442df0941024c83324de7a5685d7f66498c21ca..13737b317f7c22e5784c9d09d96d200ef06dd200 100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/cik.c
+++ b/
drivers/gpu/drm/amd/amdgpu/cik.c
@@
-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;