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

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_pll.c 270 struct drm_crtc *test_crtc; local in function:amdgpu_pll_get_use_mask
274 list_for_each_entry(test_crtc, &dev->mode_config.crtc_list, head) {
275 if (crtc == test_crtc)
278 test_amdgpu_crtc = to_amdgpu_crtc(test_crtc);
297 struct drm_crtc *test_crtc; local in function:amdgpu_pll_get_shared_dp_ppll
300 list_for_each_entry(test_crtc, &dev->mode_config.crtc_list, head) {
301 if (crtc == test_crtc)
303 test_amdgpu_crtc = to_amdgpu_crtc(test_crtc);
327 struct drm_crtc *test_crtc; local in function:amdgpu_pll_get_shared_nondp_ppll
336 list_for_each_entry(test_crtc, &dev->mode_config.crtc_list, head)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_atombios_crtc.c 1746 struct drm_crtc *test_crtc; local in function:radeon_get_pll_use_mask
1750 list_for_each_entry(test_crtc, &dev->mode_config.crtc_list, head) {
1751 if (crtc == test_crtc)
1754 test_radeon_crtc = to_radeon_crtc(test_crtc);
1774 struct drm_crtc *test_crtc; local in function:radeon_get_shared_dp_ppll
1777 list_for_each_entry(test_crtc, &dev->mode_config.crtc_list, head) {
1778 if (crtc == test_crtc)
1780 test_radeon_crtc = to_radeon_crtc(test_crtc);
1809 struct drm_crtc *test_crtc; local in function:radeon_get_shared_nondp_ppll
1818 list_for_each_entry(test_crtc, &dev->mode_config.crtc_list, head)
    [all...]

Completed in 14 milliseconds