Searched refs:test_crtc (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_pll.c | 270 struct drm_crtc *test_crtc; in amdgpu_pll_get_use_mask() local 274 list_for_each_entry(test_crtc, &dev->mode_config.crtc_list, head) { in amdgpu_pll_get_use_mask() 275 if (crtc == test_crtc) in amdgpu_pll_get_use_mask() 278 test_amdgpu_crtc = to_amdgpu_crtc(test_crtc); in amdgpu_pll_get_use_mask() 297 struct drm_crtc *test_crtc; in amdgpu_pll_get_shared_dp_ppll() local 300 list_for_each_entry(test_crtc, &dev->mode_config.crtc_list, head) { in amdgpu_pll_get_shared_dp_ppll() 301 if (crtc == test_crtc) in amdgpu_pll_get_shared_dp_ppll() 303 test_amdgpu_crtc = to_amdgpu_crtc(test_crtc); in amdgpu_pll_get_shared_dp_ppll() 326 struct drm_crtc *test_crtc; in amdgpu_pll_get_shared_nondp_ppll() local 335 list_for_each_entry(test_crtc, &dev->mode_config.crtc_list, head) { in amdgpu_pll_get_shared_nondp_ppll() [all …]
|
| /Linux-v5.15/drivers/gpu/drm/radeon/ |
| D | atombios_crtc.c | 1735 struct drm_crtc *test_crtc; in radeon_get_pll_use_mask() local 1739 list_for_each_entry(test_crtc, &dev->mode_config.crtc_list, head) { in radeon_get_pll_use_mask() 1740 if (crtc == test_crtc) in radeon_get_pll_use_mask() 1743 test_radeon_crtc = to_radeon_crtc(test_crtc); in radeon_get_pll_use_mask() 1763 struct drm_crtc *test_crtc; in radeon_get_shared_dp_ppll() local 1766 list_for_each_entry(test_crtc, &dev->mode_config.crtc_list, head) { in radeon_get_shared_dp_ppll() 1767 if (crtc == test_crtc) in radeon_get_shared_dp_ppll() 1769 test_radeon_crtc = to_radeon_crtc(test_crtc); in radeon_get_shared_dp_ppll() 1797 struct drm_crtc *test_crtc; in radeon_get_shared_nondp_ppll() local 1806 list_for_each_entry(test_crtc, &dev->mode_config.crtc_list, head) { in radeon_get_shared_nondp_ppll() [all …]
|