Home
last modified time | relevance | path

Searched refs:dce_slow_sclk_threshold (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu10_hwmgr.h217 uint32_t dce_slow_sclk_threshold; member
H A Dsmu8_hwmgr.h221 uint32_t dce_slow_sclk_threshold; /* default 300mhz */ member
H A Dsmu8_hwmgr.c195 data->dce_slow_sclk_threshold = 30000; in smu8_initialize_dpm_defaults()
1627 if (ps->levels[i].engineClock > data->dce_slow_sclk_threshold) { in smu8_get_performance_level()
H A Dsmu10_hwmgr.c105 smu10_data->dce_slow_sclk_threshold = 30000; in smu10_initialize_dpm_defaults()