HomeSort by: relevance | last modified time | path
    Searched refs:CISLAND_MINIMUM_ENGINE_CLOCK (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
ci_dpm.h 63 #define CISLAND_MINIMUM_ENGINE_CLOCK 800
radeon_ci_dpm.c 2463 u32 min = (min_sclk_in_sr > CISLAND_MINIMUM_ENGINE_CLOCK) ?
2464 min_sclk_in_sr : CISLAND_MINIMUM_ENGINE_CLOCK;
3263 CISLAND_MINIMUM_ENGINE_CLOCK);
3886 if (CISLAND_MINIMUM_ENGINE_CLOCK != CISLAND_MINIMUM_ENGINE_CLOCK)
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
amdgpu_ci_smumgr.c 70 #define CISLAND_MINIMUM_ENGINE_CLOCK 800
396 uint32_t min = min_t(uint32_t, clock_insr, CISLAND_MINIMUM_ENGINE_CLOCK);
454 CISLAND_MINIMUM_ENGINE_CLOCK);

Completed in 64 milliseconds