Lines Matching refs:test_crtc
272 struct drm_crtc *test_crtc; in amdgpu_pll_get_use_mask() local
276 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() local
302 list_for_each_entry(test_crtc, &dev->mode_config.crtc_list, head) { in amdgpu_pll_get_shared_dp_ppll()
303 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() local
337 list_for_each_entry(test_crtc, &dev->mode_config.crtc_list, head) { in amdgpu_pll_get_shared_nondp_ppll()
338 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()
351 if ((crtc->mode.clock == test_crtc->mode.clock) && in amdgpu_pll_get_shared_nondp_ppll()