Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/radeon/
Dci_dpm.h61 #define CISLAND_MINIMUM_ENGINE_CLOCK 800 macro
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()
/linux-6.1.9/drivers/gpu/drm/amd/pm/powerplay/smumgr/
Dci_smumgr.c66 #define CISLAND_MINIMUM_ENGINE_CLOCK 800 macro
394 uint32_t min = min_t(uint32_t, clock_insr, CISLAND_MINIMUM_ENGINE_CLOCK); in ci_get_sleep_divider_id_from_clock()
452 CISLAND_MINIMUM_ENGINE_CLOCK); in ci_populate_single_graphic_level()