Searched refs:test_crtc (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_pll.c | 263 struct drm_crtc *test_crtc; in amdgpu_pll_get_use_mask() local 267 list_for_each_entry(test_crtc, &dev->mode_config.crtc_list, head) { in amdgpu_pll_get_use_mask() 268 if (crtc == test_crtc) in amdgpu_pll_get_use_mask() 271 test_amdgpu_crtc = to_amdgpu_crtc(test_crtc); in amdgpu_pll_get_use_mask() 290 struct drm_crtc *test_crtc; in amdgpu_pll_get_shared_dp_ppll() local 293 list_for_each_entry(test_crtc, &dev->mode_config.crtc_list, head) { in amdgpu_pll_get_shared_dp_ppll() 294 if (crtc == test_crtc) in amdgpu_pll_get_shared_dp_ppll() 296 test_amdgpu_crtc = to_amdgpu_crtc(test_crtc); in amdgpu_pll_get_shared_dp_ppll() 320 struct drm_crtc *test_crtc; in amdgpu_pll_get_shared_nondp_ppll() local 329 list_for_each_entry(test_crtc, &dev->mode_config.crtc_list, head) { in amdgpu_pll_get_shared_nondp_ppll() [all …]
|
| /Linux-v5.4/drivers/gpu/drm/radeon/ |
| D | atombios_crtc.c | 1738 struct drm_crtc *test_crtc; in radeon_get_pll_use_mask() local 1742 list_for_each_entry(test_crtc, &dev->mode_config.crtc_list, head) { in radeon_get_pll_use_mask() 1743 if (crtc == test_crtc) in radeon_get_pll_use_mask() 1746 test_radeon_crtc = to_radeon_crtc(test_crtc); in radeon_get_pll_use_mask() 1766 struct drm_crtc *test_crtc; in radeon_get_shared_dp_ppll() local 1769 list_for_each_entry(test_crtc, &dev->mode_config.crtc_list, head) { in radeon_get_shared_dp_ppll() 1770 if (crtc == test_crtc) in radeon_get_shared_dp_ppll() 1772 test_radeon_crtc = to_radeon_crtc(test_crtc); in radeon_get_shared_dp_ppll() 1801 struct drm_crtc *test_crtc; in radeon_get_shared_nondp_ppll() local 1810 list_for_each_entry(test_crtc, &dev->mode_config.crtc_list, head) { in radeon_get_shared_nondp_ppll() [all …]
|