HomeSort by: relevance | last modified time | path
    Searched defs:mclk_edc_enable_threshold (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
rv770_dpm.h 121 u32 mclk_edc_enable_threshold; member in struct:rv7xx_power_info
ci_dpm.h 215 u32 mclk_edc_enable_threshold; member in struct:ci_power_info
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
amdgpu_ci_smumgr.c 1187 uint32_t mclk_edc_enable_threshold = 40000; local in function:ci_populate_single_memory_level
1253 if ((mclk_edc_enable_threshold != 0) &&
1254 (memory_clock > mclk_edc_enable_threshold)) {
amdgpu_iceland_smumgr.c 1242 uint32_t mclk_edc_enable_threshold = 40000; local in function:iceland_populate_single_memory_level
1301 if ((mclk_edc_enable_threshold != 0) &&
1302 (memory_clock > mclk_edc_enable_threshold)) {
amdgpu_tonga_smumgr.c 975 uint32_t mclk_edc_enable_threshold = 40000; local in function:tonga_populate_single_memory_level
1041 if ((mclk_edc_enable_threshold != 0) &&
1042 (memory_clock > mclk_edc_enable_threshold)) {
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
si_dpm.h 577 u32 mclk_edc_enable_threshold; member in struct:rv7xx_power_info

Completed in 21 milliseconds