Searched refs:test_crtc (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/ |
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-v6.1/drivers/gpu/drm/radeon/ |
D | atombios_crtc.c | 1727 struct drm_crtc *test_crtc; in radeon_get_pll_use_mask() local 1731 list_for_each_entry(test_crtc, &dev->mode_config.crtc_list, head) { in radeon_get_pll_use_mask() 1732 if (crtc == test_crtc) in radeon_get_pll_use_mask() 1735 test_radeon_crtc = to_radeon_crtc(test_crtc); in radeon_get_pll_use_mask() 1755 struct drm_crtc *test_crtc; in radeon_get_shared_dp_ppll() local 1758 list_for_each_entry(test_crtc, &dev->mode_config.crtc_list, head) { in radeon_get_shared_dp_ppll() 1759 if (crtc == test_crtc) in radeon_get_shared_dp_ppll() 1761 test_radeon_crtc = to_radeon_crtc(test_crtc); in radeon_get_shared_dp_ppll() 1789 struct drm_crtc *test_crtc; in radeon_get_shared_nondp_ppll() local 1798 list_for_each_entry(test_crtc, &dev->mode_config.crtc_list, head) { in radeon_get_shared_nondp_ppll() [all …]
|