Lines Matching refs:test_crtc
262 struct drm_crtc *test_crtc; in amdgpu_pll_get_use_mask() local
266 list_for_each_entry(test_crtc, &dev->mode_config.crtc_list, head) { in amdgpu_pll_get_use_mask()
267 if (crtc == test_crtc) in amdgpu_pll_get_use_mask()
270 test_amdgpu_crtc = to_amdgpu_crtc(test_crtc); in amdgpu_pll_get_use_mask()
289 struct drm_crtc *test_crtc; in amdgpu_pll_get_shared_dp_ppll() local
292 list_for_each_entry(test_crtc, &dev->mode_config.crtc_list, head) { in amdgpu_pll_get_shared_dp_ppll()
293 if (crtc == test_crtc) in amdgpu_pll_get_shared_dp_ppll()
295 test_amdgpu_crtc = to_amdgpu_crtc(test_crtc); in amdgpu_pll_get_shared_dp_ppll()
319 struct drm_crtc *test_crtc; in amdgpu_pll_get_shared_nondp_ppll() local
328 list_for_each_entry(test_crtc, &dev->mode_config.crtc_list, head) { in amdgpu_pll_get_shared_nondp_ppll()
329 if (crtc == test_crtc) in amdgpu_pll_get_shared_nondp_ppll()
331 test_amdgpu_crtc = to_amdgpu_crtc(test_crtc); in amdgpu_pll_get_shared_nondp_ppll()
342 if ((crtc->mode.clock == test_crtc->mode.clock) && in amdgpu_pll_get_shared_nondp_ppll()