Home
last modified time | relevance | path

Searched refs:max_hbm_temp (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/amd/pm/swsmu/smu15/
H A Dsmu_v15_0_8_ppt.c431 u32 max_hbm_temp = 0; in smu_v15_0_8_get_smu_metrics_data() local
445 if (temp > max_hbm_temp) in smu_v15_0_8_get_smu_metrics_data()
446 max_hbm_temp = temp; in smu_v15_0_8_get_smu_metrics_data()
449 *value = SMUQ10_TO_MILLICELSIUS(max_hbm_temp); in smu_v15_0_8_get_smu_metrics_data()
1711 u16 max_hbm_temp = 0; in smu_v15_0_8_get_gpu_metrics() local
1724 if (temp > max_hbm_temp) in smu_v15_0_8_get_gpu_metrics()
1725 max_hbm_temp = temp; in smu_v15_0_8_get_gpu_metrics()
1727 gpu_metrics->temperature_mem = max_hbm_temp; in smu_v15_0_8_get_gpu_metrics()