Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
A Dsmu8_hwmgr.h292 uint32_t low_sclk_interrupt_threshold; member
A Dsmu7_hwmgr.h319 uint32_t low_sclk_interrupt_threshold; member
A Dvega10_hwmgr.h340 uint32_t low_sclk_interrupt_threshold; member
A Dvega12_hwmgr.h343 uint32_t low_sclk_interrupt_threshold; member
A Dvega20_hwmgr.h465 uint32_t low_sclk_interrupt_threshold; member
A Dvega10_hwmgr.c946 data->low_sclk_interrupt_threshold = 0; in vega10_init_sclk_threshold()
3789 uint32_t low_sclk_interrupt_threshold = 0; in vega10_update_sclk_threshold() local
3792 (data->low_sclk_interrupt_threshold != 0)) { in vega10_update_sclk_threshold()
3793 low_sclk_interrupt_threshold = in vega10_update_sclk_threshold()
3794 data->low_sclk_interrupt_threshold; in vega10_update_sclk_threshold()
3797 cpu_to_le32(low_sclk_interrupt_threshold); in vega10_update_sclk_threshold()
3802 (uint32_t)low_sclk_interrupt_threshold, in vega10_update_sclk_threshold()
A Dsmu8_hwmgr.c680 data->low_sclk_interrupt_threshold = 0; in smu8_init_sclk_threshold()
A Dvega12_hwmgr.c455 data->low_sclk_interrupt_threshold = 0; in vega12_init_sclk_threshold()
A Dvega20_hwmgr.c483 data->low_sclk_interrupt_threshold = 0; in vega20_init_sclk_threshold()
A Dsmu7_hwmgr.c4868 data->low_sclk_interrupt_threshold = 0; in smu7_init_sclk_threshold()
/linux-6.3-rc2/drivers/gpu/drm/amd/pm/powerplay/smumgr/
A Dvegam_smumgr.c2219 uint32_t low_sclk_interrupt_threshold = 0; in vegam_update_sclk_threshold() local
2223 && (data->low_sclk_interrupt_threshold != 0)) { in vegam_update_sclk_threshold()
2224 low_sclk_interrupt_threshold = in vegam_update_sclk_threshold()
2225 data->low_sclk_interrupt_threshold; in vegam_update_sclk_threshold()
2227 CONVERT_FROM_HOST_TO_SMC_UL(low_sclk_interrupt_threshold); in vegam_update_sclk_threshold()
2234 (uint8_t *)&low_sclk_interrupt_threshold, in vegam_update_sclk_threshold()
A Dfiji_smumgr.c2267 uint32_t low_sclk_interrupt_threshold = 0; in fiji_update_sclk_threshold() local
2271 && (data->low_sclk_interrupt_threshold != 0)) { in fiji_update_sclk_threshold()
2272 low_sclk_interrupt_threshold = in fiji_update_sclk_threshold()
2273 data->low_sclk_interrupt_threshold; in fiji_update_sclk_threshold()
2275 CONVERT_FROM_HOST_TO_SMC_UL(low_sclk_interrupt_threshold); in fiji_update_sclk_threshold()
2282 (uint8_t *)&low_sclk_interrupt_threshold, in fiji_update_sclk_threshold()
A 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()
A Dpolaris10_smumgr.c2388 uint32_t low_sclk_interrupt_threshold = 0; in polaris10_update_sclk_threshold() local
2392 && (data->low_sclk_interrupt_threshold != 0)) { in polaris10_update_sclk_threshold()
2393 low_sclk_interrupt_threshold = in polaris10_update_sclk_threshold()
2394 data->low_sclk_interrupt_threshold; in polaris10_update_sclk_threshold()
2396 CONVERT_FROM_HOST_TO_SMC_UL(low_sclk_interrupt_threshold); in polaris10_update_sclk_threshold()
2403 (uint8_t *)&low_sclk_interrupt_threshold, in polaris10_update_sclk_threshold()
A Dci_smumgr.c2217 uint32_t low_sclk_interrupt_threshold = 0; in ci_update_sclk_threshold() local
2221 && (data->low_sclk_interrupt_threshold != 0)) { in ci_update_sclk_threshold()
2222 low_sclk_interrupt_threshold = in ci_update_sclk_threshold()
2223 data->low_sclk_interrupt_threshold; in ci_update_sclk_threshold()
2225 CONVERT_FROM_HOST_TO_SMC_UL(low_sclk_interrupt_threshold); in ci_update_sclk_threshold()
2232 (uint8_t *)&low_sclk_interrupt_threshold, in ci_update_sclk_threshold()
A 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()

Completed in 117 milliseconds