Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/powerplay/hwmgr/
Dsmu8_hwmgr.h292 uint32_t low_sclk_interrupt_threshold; member
Dsmu7_hwmgr.h306 uint32_t low_sclk_interrupt_threshold; member
Dvega10_hwmgr.h339 uint32_t low_sclk_interrupt_threshold; member
Dvega12_hwmgr.h343 uint32_t low_sclk_interrupt_threshold; member
Dvega10_hwmgr.c917 data->low_sclk_interrupt_threshold = 0; in vega10_init_sclk_threshold()
3544 uint32_t low_sclk_interrupt_threshold = 0; in vega10_update_sclk_threshold() local
3547 (data->low_sclk_interrupt_threshold != 0)) { in vega10_update_sclk_threshold()
3548 low_sclk_interrupt_threshold = in vega10_update_sclk_threshold()
3549 data->low_sclk_interrupt_threshold; in vega10_update_sclk_threshold()
3552 cpu_to_le32(low_sclk_interrupt_threshold); in vega10_update_sclk_threshold()
3557 (uint32_t)low_sclk_interrupt_threshold); in vega10_update_sclk_threshold()
Dsmu8_hwmgr.c675 data->low_sclk_interrupt_threshold = 0; in smu8_init_sclk_threshold()
Dvega12_hwmgr.c439 data->low_sclk_interrupt_threshold = 0; in vega12_init_sclk_threshold()
Dsmu7_hwmgr.c4313 data->low_sclk_interrupt_threshold = 0; in smu7_init_sclk_threshold()
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/smumgr/
Dvegam_smumgr.c2220 uint32_t low_sclk_interrupt_threshold = 0; in vegam_update_sclk_threshold() local
2224 && (data->low_sclk_interrupt_threshold != 0)) { in vegam_update_sclk_threshold()
2225 low_sclk_interrupt_threshold = in vegam_update_sclk_threshold()
2226 data->low_sclk_interrupt_threshold; in vegam_update_sclk_threshold()
2228 CONVERT_FROM_HOST_TO_SMC_UL(low_sclk_interrupt_threshold); in vegam_update_sclk_threshold()
2235 (uint8_t *)&low_sclk_interrupt_threshold, in vegam_update_sclk_threshold()
Dfiji_smumgr.c2279 uint32_t low_sclk_interrupt_threshold = 0; in fiji_update_sclk_threshold() local
2283 && (data->low_sclk_interrupt_threshold != 0)) { in fiji_update_sclk_threshold()
2284 low_sclk_interrupt_threshold = in fiji_update_sclk_threshold()
2285 data->low_sclk_interrupt_threshold; in fiji_update_sclk_threshold()
2287 CONVERT_FROM_HOST_TO_SMC_UL(low_sclk_interrupt_threshold); in fiji_update_sclk_threshold()
2294 (uint8_t *)&low_sclk_interrupt_threshold, in fiji_update_sclk_threshold()
Diceland_smumgr.c2179 uint32_t low_sclk_interrupt_threshold = 0; in iceland_update_sclk_threshold() local
2183 && (data->low_sclk_interrupt_threshold != 0)) { in iceland_update_sclk_threshold()
2184 low_sclk_interrupt_threshold = in iceland_update_sclk_threshold()
2185 data->low_sclk_interrupt_threshold; in iceland_update_sclk_threshold()
2187 CONVERT_FROM_HOST_TO_SMC_UL(low_sclk_interrupt_threshold); in iceland_update_sclk_threshold()
2194 (uint8_t *)&low_sclk_interrupt_threshold, in iceland_update_sclk_threshold()
Dpolaris10_smumgr.c2202 uint32_t low_sclk_interrupt_threshold = 0; in polaris10_update_sclk_threshold() local
2206 && (data->low_sclk_interrupt_threshold != 0)) { in polaris10_update_sclk_threshold()
2207 low_sclk_interrupt_threshold = in polaris10_update_sclk_threshold()
2208 data->low_sclk_interrupt_threshold; in polaris10_update_sclk_threshold()
2210 CONVERT_FROM_HOST_TO_SMC_UL(low_sclk_interrupt_threshold); in polaris10_update_sclk_threshold()
2217 (uint8_t *)&low_sclk_interrupt_threshold, in polaris10_update_sclk_threshold()
Dci_smumgr.c2213 uint32_t low_sclk_interrupt_threshold = 0; in ci_update_sclk_threshold() local
2217 && (data->low_sclk_interrupt_threshold != 0)) { in ci_update_sclk_threshold()
2218 low_sclk_interrupt_threshold = in ci_update_sclk_threshold()
2219 data->low_sclk_interrupt_threshold; in ci_update_sclk_threshold()
2221 CONVERT_FROM_HOST_TO_SMC_UL(low_sclk_interrupt_threshold); in ci_update_sclk_threshold()
2228 (uint8_t *)&low_sclk_interrupt_threshold, in ci_update_sclk_threshold()
Dtonga_smumgr.c2559 uint32_t low_sclk_interrupt_threshold = 0; in tonga_update_sclk_threshold() local
2563 && (data->low_sclk_interrupt_threshold != 0)) { in tonga_update_sclk_threshold()
2564 low_sclk_interrupt_threshold = in tonga_update_sclk_threshold()
2565 data->low_sclk_interrupt_threshold; in tonga_update_sclk_threshold()
2567 CONVERT_FROM_HOST_TO_SMC_UL(low_sclk_interrupt_threshold); in tonga_update_sclk_threshold()
2574 (uint8_t *)&low_sclk_interrupt_threshold, in tonga_update_sclk_threshold()