Searched refs:test_crtc (Results 1 – 2 of 2) sorted by relevance
272 struct drm_crtc *test_crtc; in amdgpu_pll_get_use_mask() local276 list_for_each_entry(test_crtc, &dev->mode_config.crtc_list, head) { in amdgpu_pll_get_use_mask()277 if (crtc == test_crtc) in amdgpu_pll_get_use_mask()280 test_amdgpu_crtc = to_amdgpu_crtc(test_crtc); in amdgpu_pll_get_use_mask()299 struct drm_crtc *test_crtc; in amdgpu_pll_get_shared_dp_ppll() local303 if (crtc == test_crtc) in amdgpu_pll_get_shared_dp_ppll()305 test_amdgpu_crtc = to_amdgpu_crtc(test_crtc); in amdgpu_pll_get_shared_dp_ppll()328 struct drm_crtc *test_crtc; in amdgpu_pll_get_shared_nondp_ppll() local338 if (crtc == test_crtc) in amdgpu_pll_get_shared_nondp_ppll()340 test_amdgpu_crtc = to_amdgpu_crtc(test_crtc); in amdgpu_pll_get_shared_nondp_ppll()[all …]
1726 struct drm_crtc *test_crtc; in radeon_get_pll_use_mask() local1730 list_for_each_entry(test_crtc, &dev->mode_config.crtc_list, head) { in radeon_get_pll_use_mask()1731 if (crtc == test_crtc) in radeon_get_pll_use_mask()1734 test_radeon_crtc = to_radeon_crtc(test_crtc); in radeon_get_pll_use_mask()1754 struct drm_crtc *test_crtc; in radeon_get_shared_dp_ppll() local1758 if (crtc == test_crtc) in radeon_get_shared_dp_ppll()1760 test_radeon_crtc = to_radeon_crtc(test_crtc); in radeon_get_shared_dp_ppll()1788 struct drm_crtc *test_crtc; in radeon_get_shared_nondp_ppll() local1798 if (crtc == test_crtc) in radeon_get_shared_nondp_ppll()1800 test_radeon_crtc = to_radeon_crtc(test_crtc); in radeon_get_shared_nondp_ppll()[all …]
Completed in 10 milliseconds