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: Add mutex lock for metrics table

Add metrics table mutex lock in smu table context struct

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
49b4b0c6 07619025

+1
+1
drivers/gpu/drm/amd/pm/swsmu/inc/amdgpu_smu.h
··· 389 389 void *metrics_table; 390 390 void *clocks_table; 391 391 void *watermarks_table; 392 + struct mutex metrics_lock; 392 393 393 394 void *max_sustainable_clocks; 394 395 struct smu_bios_boot_up_values boot_values;