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

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_pll.c 329 u32 adjusted_clock, test_adjusted_clock; local in function:amdgpu_pll_get_shared_nondp_ppll
349 test_adjusted_clock = test_amdgpu_crtc->adjusted_clock;
351 (adjusted_clock == test_adjusted_clock) &&
amdgpu_pll.c 329 u32 adjusted_clock, test_adjusted_clock; local in function:amdgpu_pll_get_shared_nondp_ppll
349 test_adjusted_clock = test_amdgpu_crtc->adjusted_clock;
351 (adjusted_clock == test_adjusted_clock) &&
amdgpu_pll.c 329 u32 adjusted_clock, test_adjusted_clock; local in function:amdgpu_pll_get_shared_nondp_ppll
349 test_adjusted_clock = test_amdgpu_crtc->adjusted_clock;
351 (adjusted_clock == test_adjusted_clock) &&
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_atombios_crtc.c 1811 u32 adjusted_clock, test_adjusted_clock; local in function:radeon_get_shared_nondp_ppll
1835 test_adjusted_clock = test_radeon_crtc->adjusted_clock;
1837 (adjusted_clock == test_adjusted_clock) &&
radeon_atombios_crtc.c 1811 u32 adjusted_clock, test_adjusted_clock; local in function:radeon_get_shared_nondp_ppll
1835 test_adjusted_clock = test_radeon_crtc->adjusted_clock;
1837 (adjusted_clock == test_adjusted_clock) &&
radeon_atombios_crtc.c 1811 u32 adjusted_clock, test_adjusted_clock; local in function:radeon_get_shared_nondp_ppll
1835 test_adjusted_clock = test_radeon_crtc->adjusted_clock;
1837 (adjusted_clock == test_adjusted_clock) &&

Completed in 36 milliseconds