Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/powerplay/smumgr/
Diceland_smc.c2090 uint32_t low_sclk_interrupt_threshold = 0; in iceland_update_sclk_threshold() local
2095 data->low_sclk_interrupt_threshold)) { in iceland_update_sclk_threshold()
2096 data->low_sclk_interrupt_threshold = in iceland_update_sclk_threshold()
2098 low_sclk_interrupt_threshold = in iceland_update_sclk_threshold()
2099 data->low_sclk_interrupt_threshold; in iceland_update_sclk_threshold()
2101 CONVERT_FROM_HOST_TO_SMC_UL(low_sclk_interrupt_threshold); in iceland_update_sclk_threshold()
2108 (uint8_t *)&low_sclk_interrupt_threshold, in iceland_update_sclk_threshold()
Dfiji_smc.c2168 uint32_t low_sclk_interrupt_threshold = 0; in fiji_update_sclk_threshold() local
2173 data->low_sclk_interrupt_threshold)) { in fiji_update_sclk_threshold()
2174 data->low_sclk_interrupt_threshold = in fiji_update_sclk_threshold()
2176 low_sclk_interrupt_threshold = in fiji_update_sclk_threshold()
2177 data->low_sclk_interrupt_threshold; in fiji_update_sclk_threshold()
2179 CONVERT_FROM_HOST_TO_SMC_UL(low_sclk_interrupt_threshold); in fiji_update_sclk_threshold()
2186 (uint8_t *)&low_sclk_interrupt_threshold, in fiji_update_sclk_threshold()
Dpolaris10_smc.c2163 uint32_t low_sclk_interrupt_threshold = 0; in polaris10_update_sclk_threshold() local
2168 data->low_sclk_interrupt_threshold)) { in polaris10_update_sclk_threshold()
2169 data->low_sclk_interrupt_threshold = in polaris10_update_sclk_threshold()
2171 low_sclk_interrupt_threshold = in polaris10_update_sclk_threshold()
2172 data->low_sclk_interrupt_threshold; in polaris10_update_sclk_threshold()
2174 CONVERT_FROM_HOST_TO_SMC_UL(low_sclk_interrupt_threshold); in polaris10_update_sclk_threshold()
2181 (uint8_t *)&low_sclk_interrupt_threshold, in polaris10_update_sclk_threshold()
Dtonga_smc.c2631 uint32_t low_sclk_interrupt_threshold = 0; in tonga_update_sclk_threshold() local
2636 data->low_sclk_interrupt_threshold)) { in tonga_update_sclk_threshold()
2637 data->low_sclk_interrupt_threshold = in tonga_update_sclk_threshold()
2639 low_sclk_interrupt_threshold = in tonga_update_sclk_threshold()
2640 data->low_sclk_interrupt_threshold; in tonga_update_sclk_threshold()
2642 CONVERT_FROM_HOST_TO_SMC_UL(low_sclk_interrupt_threshold); in tonga_update_sclk_threshold()
2649 (uint8_t *)&low_sclk_interrupt_threshold, in tonga_update_sclk_threshold()
/drivers/gpu/drm/amd/powerplay/hwmgr/
Dsmu7_hwmgr.h292 uint32_t low_sclk_interrupt_threshold; member
Dcz_hwmgr.h298 uint32_t low_sclk_interrupt_threshold; member
Dvega10_hwmgr.h339 uint32_t low_sclk_interrupt_threshold; member
Dvega10_hwmgr.c907 data->low_sclk_interrupt_threshold = 0; in vega10_init_sclk_threshold()
3875 uint32_t low_sclk_interrupt_threshold = 0; in vega10_update_sclk_threshold() local
3880 data->low_sclk_interrupt_threshold)) { in vega10_update_sclk_threshold()
3881 data->low_sclk_interrupt_threshold = in vega10_update_sclk_threshold()
3883 low_sclk_interrupt_threshold = in vega10_update_sclk_threshold()
3884 data->low_sclk_interrupt_threshold; in vega10_update_sclk_threshold()
3887 cpu_to_le32(low_sclk_interrupt_threshold); in vega10_update_sclk_threshold()
3892 (uint32_t)low_sclk_interrupt_threshold); in vega10_update_sclk_threshold()
Dcz_hwmgr.c698 cz_hwmgr->low_sclk_interrupt_threshold = 0; in cz_tf_init_sclk_threshold()
Dsmu7_hwmgr.c4218 data->low_sclk_interrupt_threshold = 0; in smu7_init_sclk_threshold()