Lines Matching refs:test_crtc
270 struct drm_crtc *test_crtc; in amdgpu_pll_get_use_mask() local
274 list_for_each_entry(test_crtc, &dev->mode_config.crtc_list, head) { in amdgpu_pll_get_use_mask()
275 if (crtc == test_crtc) in amdgpu_pll_get_use_mask()
278 test_amdgpu_crtc = to_amdgpu_crtc(test_crtc); in amdgpu_pll_get_use_mask()
297 struct drm_crtc *test_crtc; in amdgpu_pll_get_shared_dp_ppll() local
300 list_for_each_entry(test_crtc, &dev->mode_config.crtc_list, head) { in amdgpu_pll_get_shared_dp_ppll()
301 if (crtc == test_crtc) in amdgpu_pll_get_shared_dp_ppll()
303 test_amdgpu_crtc = to_amdgpu_crtc(test_crtc); in amdgpu_pll_get_shared_dp_ppll()
326 struct drm_crtc *test_crtc; in amdgpu_pll_get_shared_nondp_ppll() local
335 list_for_each_entry(test_crtc, &dev->mode_config.crtc_list, head) { in amdgpu_pll_get_shared_nondp_ppll()
336 if (crtc == test_crtc) in amdgpu_pll_get_shared_nondp_ppll()
338 test_amdgpu_crtc = to_amdgpu_crtc(test_crtc); in amdgpu_pll_get_shared_nondp_ppll()
349 if ((crtc->mode.clock == test_crtc->mode.clock) && in amdgpu_pll_get_shared_nondp_ppll()