aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/drm/amd/powerplay/hwmgr/pp_acpi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/pp_acpi.c b/drivers/gpu/drm/amd/powerplay/hwmgr/pp_acpi.c
index 58742e0d1492..d19a9b624242 100644
--- 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)
77 ATCS_FUNCTION_PCIE_PERFORMANCE_REQUEST, 77 ATCS_FUNCTION_PCIE_PERFORMANCE_REQUEST,
78 &atcs_input, 78 &atcs_input,
79 &atcs_output, 79 &atcs_output,
80 0, 80 1,
81 sizeof(atcs_input), 81 sizeof(atcs_input),
82 sizeof(atcs_output)); 82 sizeof(atcs_output));
83 if (result != 0) 83 if (result != 0)