Searched refs:test_crtc (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_pll.c272 struct drm_crtc *test_crtc; local
276 list_for_each_entry(test_crtc, &dev->mode_config.crtc_list, head) {
277 if (crtc == test_crtc)
280 test_amdgpu_crtc = to_amdgpu_crtc(test_crtc);
299 struct drm_crtc *test_crtc; local
302 list_for_each_entry(test_crtc, &dev->mode_config.crtc_list, head) {
303 if (crtc == test_crtc)
305 test_amdgpu_crtc = to_amdgpu_crtc(test_crtc);
328 struct drm_crtc *test_crtc; local
337 list_for_each_entry(test_crtc,
[all...]
/linux-master/drivers/gpu/drm/radeon/
H A Datombios_crtc.c1726 struct drm_crtc *test_crtc; local
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; local
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; local
1797 list_for_each_entry(test_crtc,
[all...]

Completed in 106 milliseconds