Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/include/
Dkgd_pp_interface.h170 PP_TEMP_JUNCTION, enumerator
/Linux-v5.10/drivers/gpu/drm/amd/pm/
Damdgpu_pm.c77 {PP_TEMP_JUNCTION, "junction"},
2221 case PP_TEMP_JUNCTION: in amdgpu_hwmon_show_temp()
2322 case PP_TEMP_JUNCTION: in amdgpu_hwmon_show_temp_emergency()
3167 static SENSOR_DEVICE_ATTR(temp2_input, S_IRUGO, amdgpu_hwmon_show_temp, NULL, PP_TEMP_JUNCTION);
3170 …OR_DEVICE_ATTR(temp2_emergency, S_IRUGO, amdgpu_hwmon_show_temp_emergency, NULL, PP_TEMP_JUNCTION);
3176 …tic SENSOR_DEVICE_ATTR(temp2_label, S_IRUGO, amdgpu_hwmon_show_temp_label, NULL, PP_TEMP_JUNCTION);