Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/drm2/dist/drm/radeon/ | |
radeon_display.c | 1120 uint32_t best_vco = pll->best_vco; local in function:radeon_compute_pll_legacy 1229 vco_diff = abs(vco - best_vco); 1231 if ((best_vco == 0 && error < best_error) || 1232 (best_vco != 0 && |
radeon_mode.h | 182 uint32_t best_vco; member in struct:radeon_pll |
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ | |
amdgpu_mode.h | 207 uint32_t best_vco; member in struct:amdgpu_pll |