Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/radeon/
Dci_dpm.h61 #define CISLAND_MINIMUM_ENGINE_CLOCK 800 macro
Dci_dpm.c2413 u32 min = (min_sclk_in_sr > CISLAND_MINIMUM_ENGINE_CLOCK) ? in ci_get_sleep_divider_id_from_clock()
2414 min_sclk_in_sr : CISLAND_MINIMUM_ENGINE_CLOCK; in ci_get_sleep_divider_id_from_clock()
3213 CISLAND_MINIMUM_ENGINE_CLOCK); in ci_populate_single_graphic_level()
3836 if (CISLAND_MINIMUM_ENGINE_CLOCK != CISLAND_MINIMUM_ENGINE_CLOCK) in ci_find_dpm_states_clocks_in_dpm_table()
/linux-6.12.1/drivers/gpu/drm/amd/pm/powerplay/smumgr/
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()