projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
084a56c
)
Revert "drm/amdgpu: use BACO reset on vega20 if platform support"
author
Candice Li
<candice.li@amd.com>
Mon, 25 Feb 2019 02:59:08 +0000
(10:59 +0800)
committer
Alex Deucher
<alexander.deucher@amd.com>
Thu, 28 Feb 2019 03:22:30 +0000
(22:22 -0500)
This reverts commit
2172b89e7c94605380d8c0dedf543c93f0a0b27c
.
Signed-off-by: Candice Li <candice.li@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/soc15.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/soc15.c
b/drivers/gpu/drm/amd/amdgpu/soc15.c
index
99ebcf2
..
ed89a10
100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/soc15.c
+++ b/
drivers/gpu/drm/amd/amdgpu/soc15.c
@@
-461,7
+461,6
@@
static int soc15_asic_reset(struct amdgpu_device *adev)
switch (adev->asic_type) {
case CHIP_VEGA10:
- case CHIP_VEGA20:
soc15_asic_get_baco_capability(adev, &baco_reset);
break;
default: