Searched refs:test_crtc (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_pll.c | 272 struct drm_crtc *test_crtc; in amdgpu_pll_get_use_mask() local 276 list_for_each_entry(test_crtc, &dev->mode_config.crtc_list, head) { in amdgpu_pll_get_use_mask() 277 if (crtc == test_crtc) in amdgpu_pll_get_use_mask() 280 test_amdgpu_crtc = to_amdgpu_crtc(test_crtc); in amdgpu_pll_get_use_mask() 299 struct drm_crtc *test_crtc; in amdgpu_pll_get_shared_dp_ppll() local 302 list_for_each_entry(test_crtc, &dev->mode_config.crtc_list, head) { in amdgpu_pll_get_shared_dp_ppll() 303 if (crtc == test_crtc) in amdgpu_pll_get_shared_dp_ppll() 305 test_amdgpu_crtc = to_amdgpu_crtc(test_crtc); in amdgpu_pll_get_shared_dp_ppll() 328 struct drm_crtc *test_crtc; in amdgpu_pll_get_shared_nondp_ppll() local 337 list_for_each_entry(test_crtc, &dev->mode_config.crtc_list, head) { in amdgpu_pll_get_shared_nondp_ppll() [all …]
|
/linux/drivers/gpu/drm/radeon/ |
H A D | atombios_crtc.c | 1726 struct drm_crtc *test_crtc; in radeon_get_pll_use_mask() local 1730 list_for_each_entry(test_crtc, &dev->mode_config.crtc_list, head) { in radeon_get_pll_use_mask() 1731 if (crtc == test_crtc) in radeon_get_pll_use_mask() 1734 test_radeon_crtc = to_radeon_crtc(test_crtc); in radeon_get_pll_use_mask() 1754 struct drm_crtc *test_crtc; in radeon_get_shared_dp_ppll() local 1757 list_for_each_entry(test_crtc, &dev->mode_config.crtc_list, head) { in radeon_get_shared_dp_ppll() 1758 if (crtc == test_crtc) in radeon_get_shared_dp_ppll() 1760 test_radeon_crtc = to_radeon_crtc(test_crtc); in radeon_get_shared_dp_ppll() 1788 struct drm_crtc *test_crtc; in radeon_get_shared_nondp_ppll() local 1797 list_for_each_entry(test_crtc, &dev->mode_config.crtc_list, head) { in radeon_get_shared_nondp_ppll() [all …]
|