Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/amd/pm: Fix indentation issue

Fix indentation issue for smu_v_13_0_12 get_gpu_metrics

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202502272246.OISqUnC1-lkp@intel.com
Signed-off-by: Asad Kamal <asad.kamal@amd.com>
Reviewed-by: Lijo Lazar <lijo.lazar@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Asad Kamal and committed by
Alex Deucher
fb92daa3 8df5f03b

+1 -1
+1 -1
drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_12_ppt.c
··· 469 469 SMUQ10_ROUND(metrics->GfxBusy[inst]); 470 470 gpu_metrics->xcp_stats[i].gfx_busy_acc[idx] = 471 471 SMUQ10_ROUND(metrics->GfxBusyAcc[inst]); 472 - idx++; 472 + idx++; 473 473 } 474 474 } 475 475