Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
H A Dsmu8_hwmgr.h294 uint32_t low_sclk_interrupt_threshold; member
H A Dsmu7_hwmgr.h309 uint32_t low_sclk_interrupt_threshold; member
H A Dvega12_hwmgr.h345 uint32_t low_sclk_interrupt_threshold; member
H A Dvega10_hwmgr.h342 uint32_t low_sclk_interrupt_threshold; member
H A Dvega20_hwmgr.h467 uint32_t low_sclk_interrupt_threshold; member
H A Damdgpu_vega10_hwmgr.c953 data->low_sclk_interrupt_threshold = 0; in vega10_init_sclk_threshold()
3691 uint32_t low_sclk_interrupt_threshold = 0; in vega10_update_sclk_threshold() local
3694 (data->low_sclk_interrupt_threshold != 0)) { in vega10_update_sclk_threshold()
3695 low_sclk_interrupt_threshold = in vega10_update_sclk_threshold()
3696 data->low_sclk_interrupt_threshold; in vega10_update_sclk_threshold()
3699 cpu_to_le32(low_sclk_interrupt_threshold); in vega10_update_sclk_threshold()
3704 (uint32_t)low_sclk_interrupt_threshold); in vega10_update_sclk_threshold()
H A Damdgpu_smu8_hwmgr.c685 data->low_sclk_interrupt_threshold = 0; in smu8_init_sclk_threshold()
H A Damdgpu_vega12_hwmgr.c457 data->low_sclk_interrupt_threshold = 0; in vega12_init_sclk_threshold()
H A Damdgpu_vega20_hwmgr.c488 data->low_sclk_interrupt_threshold = 0; in vega20_init_sclk_threshold()
H A Damdgpu_smu7_hwmgr.c4371 data->low_sclk_interrupt_threshold = 0; in smu7_init_sclk_threshold()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
H A Damdgpu_vegam_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()
H A Damdgpu_fiji_smumgr.c2272 uint32_t low_sclk_interrupt_threshold = 0; in fiji_update_sclk_threshold() local
2276 && (data->low_sclk_interrupt_threshold != 0)) { in fiji_update_sclk_threshold()
2277 low_sclk_interrupt_threshold = in fiji_update_sclk_threshold()
2278 data->low_sclk_interrupt_threshold; in fiji_update_sclk_threshold()
2280 CONVERT_FROM_HOST_TO_SMC_UL(low_sclk_interrupt_threshold); in fiji_update_sclk_threshold()
2287 (uint8_t *)&low_sclk_interrupt_threshold, in fiji_update_sclk_threshold()
H A Damdgpu_iceland_smumgr.c2185 uint32_t low_sclk_interrupt_threshold = 0; in iceland_update_sclk_threshold() local
2189 && (data->low_sclk_interrupt_threshold != 0)) { in iceland_update_sclk_threshold()
2190 low_sclk_interrupt_threshold = in iceland_update_sclk_threshold()
2191 data->low_sclk_interrupt_threshold; in iceland_update_sclk_threshold()
2193 CONVERT_FROM_HOST_TO_SMC_UL(low_sclk_interrupt_threshold); in iceland_update_sclk_threshold()
2200 (uint8_t *)&low_sclk_interrupt_threshold, in iceland_update_sclk_threshold()
H A Damdgpu_polaris10_smumgr.c2286 uint32_t low_sclk_interrupt_threshold = 0; in polaris10_update_sclk_threshold() local
2290 && (data->low_sclk_interrupt_threshold != 0)) { in polaris10_update_sclk_threshold()
2291 low_sclk_interrupt_threshold = in polaris10_update_sclk_threshold()
2292 data->low_sclk_interrupt_threshold; in polaris10_update_sclk_threshold()
2294 CONVERT_FROM_HOST_TO_SMC_UL(low_sclk_interrupt_threshold); in polaris10_update_sclk_threshold()
2301 (const uint8_t *)&low_sclk_interrupt_threshold, in polaris10_update_sclk_threshold()
H A Damdgpu_ci_smumgr.c2220 uint32_t low_sclk_interrupt_threshold = 0; in ci_update_sclk_threshold() local
2224 && (data->low_sclk_interrupt_threshold != 0)) { in ci_update_sclk_threshold()
2225 low_sclk_interrupt_threshold = in ci_update_sclk_threshold()
2226 data->low_sclk_interrupt_threshold; in ci_update_sclk_threshold()
2228 CONVERT_FROM_HOST_TO_SMC_UL(low_sclk_interrupt_threshold); in ci_update_sclk_threshold()
2235 (uint8_t *)&low_sclk_interrupt_threshold, in ci_update_sclk_threshold()
H A Damdgpu_tonga_smumgr.c2575 uint32_t low_sclk_interrupt_threshold = 0; in tonga_update_sclk_threshold() local
2579 && (data->low_sclk_interrupt_threshold != 0)) { in tonga_update_sclk_threshold()
2580 low_sclk_interrupt_threshold = in tonga_update_sclk_threshold()
2581 data->low_sclk_interrupt_threshold; in tonga_update_sclk_threshold()
2583 CONVERT_FROM_HOST_TO_SMC_UL(low_sclk_interrupt_threshold); in tonga_update_sclk_threshold()
2590 (uint8_t *)&low_sclk_interrupt_threshold, in tonga_update_sclk_threshold()