Lines Matching refs:test_crtc
1726 struct drm_crtc *test_crtc;
1730 list_for_each_entry(test_crtc, &dev->mode_config.crtc_list, head) {
1731 if (crtc == test_crtc)
1734 test_radeon_crtc = to_radeon_crtc(test_crtc);
1754 struct drm_crtc *test_crtc;
1757 list_for_each_entry(test_crtc, &dev->mode_config.crtc_list, head) {
1758 if (crtc == test_crtc)
1760 test_radeon_crtc = to_radeon_crtc(test_crtc);
1788 struct drm_crtc *test_crtc;
1797 list_for_each_entry(test_crtc, &dev->mode_config.crtc_list, head) {
1798 if (crtc == test_crtc)
1800 test_radeon_crtc = to_radeon_crtc(test_crtc);
1815 if ((crtc->mode.clock == test_crtc->mode.clock) &&