mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-08 14:02:37 -04:00
drm/amdgpu: Add UNIQUE_ID to MetricsMember_t
This will allow us to use the generic *_get_metrics_data functions for ASICs that support unique_id Signed-off-by: Kent Russell <kent.russell@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
60044748f2
commit
6e5d64e3ea
@@ -1333,6 +1333,8 @@ typedef enum {
|
||||
METRICS_VOLTAGE_VDDGFX,
|
||||
METRICS_SS_APU_SHARE,
|
||||
METRICS_SS_DGPU_SHARE,
|
||||
METRICS_UNIQUE_ID_UPPER32,
|
||||
METRICS_UNIQUE_ID_LOWER32,
|
||||
} MetricsMember_t;
|
||||
|
||||
enum smu_cmn2asic_mapping_type {
|
||||
|
||||
Reference in New Issue
Block a user