Searched refs:test_crtc (Results 1 – 1 of 1) 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() local302 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() local337 list_for_each_entry(test_crtc, &dev->mode_config.crtc_list, head) { in amdgpu_pll_get_shared_nondp_ppll()[all …]