Home
last modified time | relevance | path

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

/drivers/gpu/drm/radeon/
Datombios_crtc.c1487 struct drm_crtc *test_crtc; in radeon_atom_pick_pll() local
1505 list_for_each_entry(test_crtc, &dev->mode_config.crtc_list, head) { in radeon_atom_pick_pll()
1508 if (crtc == test_crtc) in radeon_atom_pick_pll()
1511 radeon_test_crtc = to_radeon_crtc(test_crtc); in radeon_atom_pick_pll()
1543 list_for_each_entry(test_crtc, &dev->mode_config.crtc_list, head) { in radeon_atom_pick_pll()
1546 if (crtc == test_crtc) in radeon_atom_pick_pll()
1549 radeon_test_crtc = to_radeon_crtc(test_crtc); in radeon_atom_pick_pll()