Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/radeon/
H A Dci_dpm.h61 #define CISLAND_MINIMUM_ENGINE_CLOCK 800 macro
H A Dci_dpm.c2418 u32 min = (min_sclk_in_sr > CISLAND_MINIMUM_ENGINE_CLOCK) ? in ci_get_sleep_divider_id_from_clock()
2419 min_sclk_in_sr : CISLAND_MINIMUM_ENGINE_CLOCK; in ci_get_sleep_divider_id_from_clock()
3218 CISLAND_MINIMUM_ENGINE_CLOCK); in ci_populate_single_graphic_level()
3841 if (CISLAND_MINIMUM_ENGINE_CLOCK != CISLAND_MINIMUM_ENGINE_CLOCK) in ci_find_dpm_states_clocks_in_dpm_table()
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dci_smumgr.c65 #define CISLAND_MINIMUM_ENGINE_CLOCK 800 macro
393 uint32_t min = min_t(uint32_t, clock_insr, CISLAND_MINIMUM_ENGINE_CLOCK); in ci_get_sleep_divider_id_from_clock()
451 CISLAND_MINIMUM_ENGINE_CLOCK); in ci_populate_single_graphic_level()