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

/freebsd-10.0-release/sys/dev/drm2/radeon/
H A Datombios_crtc.c1500 struct drm_crtc *test_crtc; local
1504 list_for_each_entry(test_crtc, &dev->mode_config.crtc_list, head) {
1505 if (crtc == test_crtc)
1508 test_radeon_crtc = to_radeon_crtc(test_crtc);
1527 struct drm_crtc *test_crtc; local
1530 list_for_each_entry(test_crtc, &dev->mode_config.crtc_list, head) {
1531 if (crtc == test_crtc)
1533 test_radeon_crtc = to_radeon_crtc(test_crtc);
1557 struct drm_crtc *test_crtc; local
1566 list_for_each_entry(test_crtc,
[all...]

Completed in 108 milliseconds