Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/radeon/
H A Dradeon_pm.c686 temp = radeon_get_temperature(rdev); in radeon_hwmon_show_temp()
810 temp = radeon_get_temperature(rdev); in radeon_hwmon_refresh()
885 int temp = radeon_get_temperature(rdev); in radeon_dpm_thermal_work_handler()
H A Dradeon_kms.c605 *value = radeon_get_temperature(rdev); in radeon_info_ioctl()
H A Dradeon.h2773 #define radeon_get_temperature(rdev) (rdev)->asic->pm.get_temperature((rdev)) macro