aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/ci_dpm.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/ci_dpm.c b/drivers/gpu/drm/amd/amdgpu/ci_dpm.c
index 68b505c768ad..5a60c161b0fc 100644
--- a/drivers/gpu/drm/amd/amdgpu/ci_dpm.c
+++ b/drivers/gpu/drm/amd/amdgpu/ci_dpm.c
@@ -6625,9 +6625,9 @@ static int ci_dpm_print_clock_levels(void *handle,
6625 6625
6626 for (i = 0; i < pcie_table->count; i++) 6626 for (i = 0; i < pcie_table->count; i++)
6627 size += sprintf(buf + size, "%d: %s %s\n", i, 6627 size += sprintf(buf + size, "%d: %s %s\n", i,
6628 (pcie_table->dpm_levels[i].value == 0) ? "2.5GB, x1" : 6628 (pcie_table->dpm_levels[i].value == 0) ? "2.5GT/s, x1" :
6629 (pcie_table->dpm_levels[i].value == 1) ? "5.0GB, x16" : 6629 (pcie_table->dpm_levels[i].value == 1) ? "5.0GT/s, x16" :
6630 (pcie_table->dpm_levels[i].value == 2) ? "8.0GB, x16" : "", 6630 (pcie_table->dpm_levels[i].value == 2) ? "8.0GT/s, x16" : "",
6631 (i == now) ? "*" : ""); 6631 (i == now) ? "*" : "");
6632 break; 6632 break;
6633 default: 6633 default: