Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/radeon/
H A Dradeon_pm.c751 if (rdev->asic->dpm.get_current_vddc) in radeon_hwmon_show_vddc()
752 vddc = rdev->asic->dpm.get_current_vddc(rdev); in radeon_hwmon_show_vddc()
794 !rdev->asic->dpm.get_current_vddc) in hwmon_attributes_visible()
H A Dradeon_asic.c1515 .get_current_vddc = &sumo_dpm_get_current_vddc,
H A Dradeon.h1983 u16 (*get_current_vddc)(struct radeon_device *rdev); member