Home
last modified time | relevance | path

Searched refs:CISLAND_MINIMUM_ENGINE_CLOCK (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/radeon/
Dci_dpm.h60 #define CISLAND_MINIMUM_ENGINE_CLOCK 800 macro
Dci_dpm.c2455 u32 min = (min_sclk_in_sr > CISLAND_MINIMUM_ENGINE_CLOCK) ? in ci_get_sleep_divider_id_from_clock()
2456 min_sclk_in_sr : CISLAND_MINIMUM_ENGINE_CLOCK; in ci_get_sleep_divider_id_from_clock()
3255 CISLAND_MINIMUM_ENGINE_CLOCK); in ci_populate_single_graphic_level()
3878 if (CISLAND_MINIMUM_ENGINE_CLOCK != CISLAND_MINIMUM_ENGINE_CLOCK) in ci_find_dpm_states_clocks_in_dpm_table()
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Dci_dpm.h61 #define CISLAND_MINIMUM_ENGINE_CLOCK 800 macro
Dci_dpm.c2595 u32 min = max(min_sclk_in_sr, (u32)CISLAND_MINIMUM_ENGINE_CLOCK); in ci_get_sleep_divider_id_from_clock()
3400 CISLAND_MINIMUM_ENGINE_CLOCK); in ci_populate_single_graphic_level()
4024 if (CISLAND_MINIMUM_ENGINE_CLOCK != CISLAND_MINIMUM_ENGINE_CLOCK) in ci_find_dpm_states_clocks_in_dpm_table()
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/smumgr/
Dci_smumgr.c64 #define CISLAND_MINIMUM_ENGINE_CLOCK 800 macro
390 uint32_t min = min_t(uint32_t, clock_insr, CISLAND_MINIMUM_ENGINE_CLOCK); in ci_get_sleep_divider_id_from_clock()
448 CISLAND_MINIMUM_ENGINE_CLOCK); in ci_populate_single_graphic_level()