Searched refs:PP_TEMP_MEM (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/pm/ |
H A D | amdgpu_pm.c | 44 {PP_TEMP_MEM, "mem"}, 2259 case PP_TEMP_MEM: in amdgpu_hwmon_show_temp() 2353 case PP_TEMP_MEM: in amdgpu_hwmon_show_temp_emergency() 3103 static SENSOR_DEVICE_ATTR(temp3_input, S_IRUGO, amdgpu_hwmon_show_temp, NULL, PP_TEMP_MEM); 3106 … SENSOR_DEVICE_ATTR(temp3_emergency, S_IRUGO, amdgpu_hwmon_show_temp_emergency, NULL, PP_TEMP_MEM); 3109 static SENSOR_DEVICE_ATTR(temp3_label, S_IRUGO, amdgpu_hwmon_show_temp_label, NULL, PP_TEMP_MEM);
|
/openbmc/linux/drivers/gpu/drm/amd/include/ |
H A D | kgd_pp_interface.h | 200 PP_TEMP_MEM, enumerator
|