Searched refs:test_crtc (Results 1 – 1 of 1) sorted by relevance
1715 struct drm_crtc *test_crtc; in radeon_get_pll_use_mask() local1719 list_for_each_entry(test_crtc, &dev->mode_config.crtc_list, head) { in radeon_get_pll_use_mask()1720 if (crtc == test_crtc) in radeon_get_pll_use_mask()1723 test_radeon_crtc = to_radeon_crtc(test_crtc); in radeon_get_pll_use_mask()1742 struct drm_crtc *test_crtc; in radeon_get_shared_dp_ppll() local1745 list_for_each_entry(test_crtc, &dev->mode_config.crtc_list, head) { in radeon_get_shared_dp_ppll()1746 if (crtc == test_crtc) in radeon_get_shared_dp_ppll()1748 test_radeon_crtc = to_radeon_crtc(test_crtc); in radeon_get_shared_dp_ppll()1772 struct drm_crtc *test_crtc; in radeon_get_shared_nondp_ppll() local1781 list_for_each_entry(test_crtc, &dev->mode_config.crtc_list, head) { in radeon_get_shared_nondp_ppll()[all …]