projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d7b84d
)
drm/amd/powerplay: fix bug that function parameter was incorect.
author
Rex Zhu
<Rex.Zhu@amd.com>
Mon, 13 Jun 2016 09:39:19 +0000
(17:39 +0800)
committer
Alex Deucher
<alexander.deucher@amd.com>
Tue, 21 Jun 2016 14:22:37 +0000
(10:22 -0400)
Wrong value passed to acpi_pcie_perf_request.
Signed-off-by: Rex Zhu <Rex.Zhu@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Ken Wang <Qingqing.Wang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
drivers/gpu/drm/amd/powerplay/hwmgr/pp_acpi.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/powerplay/hwmgr/pp_acpi.c
b/drivers/gpu/drm/amd/powerplay/hwmgr/pp_acpi.c
index 58742e0d14924bb3b0e994c03f8b98f898769081..d19a9b62424280fc1590256a19af27e0c0756700 100644
(file)
--- a/
drivers/gpu/drm/amd/powerplay/hwmgr/pp_acpi.c
+++ b/
drivers/gpu/drm/amd/powerplay/hwmgr/pp_acpi.c
@@
-77,7
+77,7
@@
int acpi_pcie_perf_request(void *device, uint8_t perf_req, bool advertise)
ATCS_FUNCTION_PCIE_PERFORMANCE_REQUEST,
&atcs_input,
&atcs_output,
-
0
,
+
1
,
sizeof(atcs_input),
sizeof(atcs_output));
if (result != 0)