diff options
| author | Asad Kamal <[email protected]> | 2025-02-27 14:58:33 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2025-03-05 15:45:04 +0000 |
| commit | fb92daa33a6b59059ab0e3ae5941866a1f64934c (patch) | |
| tree | 6640bd117a86a25b02444439fbc70c35e1298aa6 | |
| parent | drm/amdgpu: Set PG state to gating for vcn_v_5_0_1 (diff) | |
| download | kernel-fb92daa33a6b59059ab0e3ae5941866a1f64934c.tar.gz kernel-fb92daa33a6b59059ab0e3ae5941866a1f64934c.zip | |
drm/amd/pm: Fix indentation issue
Fix indentation issue for smu_v_13_0_12 get_gpu_metrics
Reported-by: kernel test robot <[email protected]>
Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]
Signed-off-by: Asad Kamal <[email protected]>
Reviewed-by: Lijo Lazar <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
| -rw-r--r-- | drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_12_ppt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_12_ppt.c b/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_12_ppt.c index 5e80b9aabfc9..285dbfe10303 100644 --- a/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_12_ppt.c +++ b/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_12_ppt.c @@ -469,7 +469,7 @@ ssize_t smu_v13_0_12_get_gpu_metrics(struct smu_context *smu, void **table) SMUQ10_ROUND(metrics->GfxBusy[inst]); gpu_metrics->xcp_stats[i].gfx_busy_acc[idx] = SMUQ10_ROUND(metrics->GfxBusyAcc[inst]); - idx++; + idx++; } } |
