Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/powerplay/hwmgr/
Dsmu8_hwmgr.h292 uint32_t low_sclk_interrupt_threshold; member
Dsmu7_hwmgr.h307 uint32_t low_sclk_interrupt_threshold; member
Dvega10_hwmgr.h340 uint32_t low_sclk_interrupt_threshold; member
Dvega12_hwmgr.h343 uint32_t low_sclk_interrupt_threshold; member
Dvega20_hwmgr.h465 uint32_t low_sclk_interrupt_threshold; member
Dvega10_hwmgr.c945 data->low_sclk_interrupt_threshold = 0; in vega10_init_sclk_threshold()
3644 uint32_t low_sclk_interrupt_threshold = 0; in vega10_update_sclk_threshold() local
3647 (data->low_sclk_interrupt_threshold != 0)) { in vega10_update_sclk_threshold()
3648 low_sclk_interrupt_threshold = in vega10_update_sclk_threshold()
3649 data->low_sclk_interrupt_threshold; in vega10_update_sclk_threshold()
3652 cpu_to_le32(low_sclk_interrupt_threshold); in vega10_update_sclk_threshold()
3657 (uint32_t)low_sclk_interrupt_threshold); in vega10_update_sclk_threshold()
Dsmu8_hwmgr.c678 data->low_sclk_interrupt_threshold = 0; in smu8_init_sclk_threshold()
Dvega12_hwmgr.c450 data->low_sclk_interrupt_threshold = 0; in vega12_init_sclk_threshold()
Dvega20_hwmgr.c478 data->low_sclk_interrupt_threshold = 0; in vega20_init_sclk_threshold()
Dsmu7_hwmgr.c4359 data->low_sclk_interrupt_threshold = 0; in smu7_init_sclk_threshold()
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/smumgr/
Dvegam_smumgr.c2224 uint32_t low_sclk_interrupt_threshold = 0; in vegam_update_sclk_threshold() local
2228 && (data->low_sclk_interrupt_threshold != 0)) { in vegam_update_sclk_threshold()
2229 low_sclk_interrupt_threshold = in vegam_update_sclk_threshold()
2230 data->low_sclk_interrupt_threshold; in vegam_update_sclk_threshold()
2232 CONVERT_FROM_HOST_TO_SMC_UL(low_sclk_interrupt_threshold); in vegam_update_sclk_threshold()
2239 (uint8_t *)&low_sclk_interrupt_threshold, in vegam_update_sclk_threshold()
Dfiji_smumgr.c2270 uint32_t low_sclk_interrupt_threshold = 0; in fiji_update_sclk_threshold() local
2274 && (data->low_sclk_interrupt_threshold != 0)) { in fiji_update_sclk_threshold()
2275 low_sclk_interrupt_threshold = in fiji_update_sclk_threshold()
2276 data->low_sclk_interrupt_threshold; in fiji_update_sclk_threshold()
2278 CONVERT_FROM_HOST_TO_SMC_UL(low_sclk_interrupt_threshold); in fiji_update_sclk_threshold()
2285 (uint8_t *)&low_sclk_interrupt_threshold, in fiji_update_sclk_threshold()
Diceland_smumgr.c2180 uint32_t low_sclk_interrupt_threshold = 0; in iceland_update_sclk_threshold() local
2184 && (data->low_sclk_interrupt_threshold != 0)) { in iceland_update_sclk_threshold()
2185 low_sclk_interrupt_threshold = in iceland_update_sclk_threshold()
2186 data->low_sclk_interrupt_threshold; in iceland_update_sclk_threshold()
2188 CONVERT_FROM_HOST_TO_SMC_UL(low_sclk_interrupt_threshold); in iceland_update_sclk_threshold()
2195 (uint8_t *)&low_sclk_interrupt_threshold, in iceland_update_sclk_threshold()
Dpolaris10_smumgr.c2281 uint32_t low_sclk_interrupt_threshold = 0; in polaris10_update_sclk_threshold() local
2285 && (data->low_sclk_interrupt_threshold != 0)) { in polaris10_update_sclk_threshold()
2286 low_sclk_interrupt_threshold = in polaris10_update_sclk_threshold()
2287 data->low_sclk_interrupt_threshold; in polaris10_update_sclk_threshold()
2289 CONVERT_FROM_HOST_TO_SMC_UL(low_sclk_interrupt_threshold); in polaris10_update_sclk_threshold()
2296 (uint8_t *)&low_sclk_interrupt_threshold, in polaris10_update_sclk_threshold()
Dci_smumgr.c2215 uint32_t low_sclk_interrupt_threshold = 0; in ci_update_sclk_threshold() local
2219 && (data->low_sclk_interrupt_threshold != 0)) { in ci_update_sclk_threshold()
2220 low_sclk_interrupt_threshold = in ci_update_sclk_threshold()
2221 data->low_sclk_interrupt_threshold; in ci_update_sclk_threshold()
2223 CONVERT_FROM_HOST_TO_SMC_UL(low_sclk_interrupt_threshold); in ci_update_sclk_threshold()
2230 (uint8_t *)&low_sclk_interrupt_threshold, in ci_update_sclk_threshold()
Dtonga_smumgr.c2570 uint32_t low_sclk_interrupt_threshold = 0; in tonga_update_sclk_threshold() local
2574 && (data->low_sclk_interrupt_threshold != 0)) { in tonga_update_sclk_threshold()
2575 low_sclk_interrupt_threshold = in tonga_update_sclk_threshold()
2576 data->low_sclk_interrupt_threshold; in tonga_update_sclk_threshold()
2578 CONVERT_FROM_HOST_TO_SMC_UL(low_sclk_interrupt_threshold); in tonga_update_sclk_threshold()
2585 (uint8_t *)&low_sclk_interrupt_threshold, in tonga_update_sclk_threshold()