/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_cypress_dpm.c | 482 bool strobe_mode, bool dll_state_on) 584 if (dll_state_on) 689 bool dll_state_on; local in function:cypress_convert_power_level_to_smc 724 dll_state_on = ((RREG32(MC_SEQ_MISC5) >> 1) & 0x1) ? true : false; 726 dll_state_on = ((RREG32(MC_SEQ_MISC6) >> 1) & 0x1) ? true : false; 728 dll_state_on = eg_pi->dll_default_on; 735 dll_state_on);
|
radeon_ni_dpm.c | 2169 bool dll_state_on) 2265 if (dll_state_on) 2321 bool dll_state_on; local in function:ni_convert_power_level_to_smc 2351 dll_state_on = ((RREG32(MC_SEQ_MISC5) >> 1) & 0x1) ? true : false; 2353 dll_state_on = ((RREG32(MC_SEQ_MISC6) >> 1) & 0x1) ? true : false; 2355 dll_state_on = false; 2363 dll_state_on);
|
radeon_ci_dpm.c | 2798 bool dll_state_on) 2862 if (dll_state_on) 2887 bool dll_state_on; local in function:ci_populate_single_memory_level 2960 dll_state_on = ((RREG32(MC_SEQ_MISC5) >> 1) & 0x1) ? true : false; 2962 dll_state_on = ((RREG32(MC_SEQ_MISC6) >> 1) & 0x1) ? true : false; 2964 dll_state_on = pi->dll_default_on; 2968 dll_state_on = ((RREG32(MC_SEQ_MISC5) >> 1) & 0x1) ? true : false; 2971 ret = ci_calculate_mclk_params(rdev, memory_clock, memory_level, memory_level->StrobeEnable, dll_state_on);
|
radeon_si_dpm.c | 4881 bool dll_state_on) 4946 if (dll_state_on) 4988 bool dll_state_on; local in function:si_convert_power_level_to_smc 5027 dll_state_on = ((RREG32(MC_SEQ_MISC5) >> 1) & 0x1) ? true : false; 5029 dll_state_on = ((RREG32(MC_SEQ_MISC6) >> 1) & 0x1) ? true : false; 5031 dll_state_on = false; 5037 dll_state_on = ((RREG32(MC_SEQ_MISC5) >> 1) & 0x1) ? true : false; 5044 (level->strobeMode & SISLANDS_SMC_STROBE_ENABLE) != 0, dll_state_on);
|
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/ |
amdgpu_ci_smumgr.c | 1185 bool dll_state_on; local in function:ci_populate_single_memory_level 1266 dll_state_on = ((cgs_read_register(hwmgr->device, mmMC_SEQ_MISC5) >> 1) & 0x1) ? 1 : 0; 1268 dll_state_on = ((cgs_read_register(hwmgr->device, mmMC_SEQ_MISC6) >> 1) & 0x1) ? 1 : 0; 1270 dll_state_on = data->dll_default_on; 1274 dll_state_on = ((cgs_read_register(hwmgr->device, mmMC_SEQ_MISC5) >> 1) & 0x1) ? 1 : 0; 1278 memory_clock, memory_level, memory_level->StrobeEnable, dll_state_on);
|
amdgpu_iceland_smumgr.c | 1240 bool dll_state_on; local in function:iceland_populate_single_memory_level 1314 dll_state_on = ((cgs_read_register(hwmgr->device, mmMC_SEQ_MISC5) >> 1) & 0x1) ? 1 : 0; 1316 dll_state_on = ((cgs_read_register(hwmgr->device, mmMC_SEQ_MISC6) >> 1) & 0x1) ? 1 : 0; 1318 dll_state_on = data->dll_default_on; 1322 dll_state_on = ((cgs_read_register(hwmgr->device, mmMC_SEQ_MISC5) >> 1) & 0x1) ? 1 : 0; 1326 memory_clock, memory_level, memory_level->StrobeEnable, dll_state_on);
|
amdgpu_tonga_smumgr.c | 979 bool dll_state_on; local in function:tonga_populate_single_memory_level 1054 dll_state_on = ((cgs_read_register(hwmgr->device, mmMC_SEQ_MISC5) >> 1) & 0x1) ? 1 : 0; 1056 dll_state_on = ((cgs_read_register(hwmgr->device, mmMC_SEQ_MISC6) >> 1) & 0x1) ? 1 : 0; 1060 dll_state_on = data->dll_default_on; 1065 dll_state_on = ((cgs_read_register(hwmgr->device, mmMC_SEQ_MISC5) >> 1) & 0x1) ? 1 : 0; 1069 memory_clock, memory_level, memory_level->StrobeEnable, dll_state_on);
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_si_dpm.c | 5345 bool dll_state_on) 5410 if (dll_state_on) 5452 bool dll_state_on; local in function:si_convert_power_level_to_smc 5491 dll_state_on = ((RREG32(MC_SEQ_MISC5) >> 1) & 0x1) ? true : false; 5493 dll_state_on = ((RREG32(MC_SEQ_MISC6) >> 1) & 0x1) ? true : false; 5495 dll_state_on = false; 5501 dll_state_on = ((RREG32(MC_SEQ_MISC5) >> 1) & 0x1) ? true : false; 5508 (level->strobeMode & SISLANDS_SMC_STROBE_ENABLE) != 0, dll_state_on);
|