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

/linux-master/drivers/gpu/drm/radeon/
H A Dci_dpm.h61 #define CISLAND_MINIMUM_ENGINE_CLOCK 800 macro
H A Dci_dpm.c2413 u32 min = (min_sclk_in_sr > CISLAND_MINIMUM_ENGINE_CLOCK) ?
2414 min_sclk_in_sr : CISLAND_MINIMUM_ENGINE_CLOCK;
3213 CISLAND_MINIMUM_ENGINE_CLOCK);
3836 if (CISLAND_MINIMUM_ENGINE_CLOCK != CISLAND_MINIMUM_ENGINE_CLOCK)
/linux-master/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);
451 CISLAND_MINIMUM_ENGINE_CLOCK);

Completed in 123 milliseconds