/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_btc_dpm.c | 1274 void btc_adjust_clock_combinations(struct radeon_device *rdev, function in typeref:typename:void 2210 btc_adjust_clock_combinations(rdev, max_limits, &ps->low); 2211 btc_adjust_clock_combinations(rdev, max_limits, &ps->medium); 2212 btc_adjust_clock_combinations(rdev, max_limits, &ps->high);
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_si_dpm.c | 3292 static void btc_adjust_clock_combinations(struct amdgpu_device *adev, function in typeref:typename:void 3613 btc_adjust_clock_combinations(adev, max_limits,
|