Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_pll.c263 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 …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/
H A DdrmDsp.c28 struct sp_crtc* test_crtc; member
58 pDrmDsp->test_crtc = &pDrmDsp->dev->crtcs[3]; in initDrmDsp()
59 pDrmDsp->num_test_planes = pDrmDsp->test_crtc->num_planes; in initDrmDsp()
60 for (i = 0; i < pDrmDsp->test_crtc->num_planes; i++) { in initDrmDsp()
61 pDrmDsp->plane[i] = get_sp_plane(pDrmDsp->dev, pDrmDsp->test_crtc); in initDrmDsp()
309 pDrmDsp->test_crtc->crtc->crtc_id, bo->fb_id, 0, 0, 0, in drmDspFrame()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Datombios_crtc.c1737 struct drm_crtc *test_crtc; in radeon_get_pll_use_mask() local
1741 list_for_each_entry(test_crtc, &dev->mode_config.crtc_list, head) { in radeon_get_pll_use_mask()
1742 if (crtc == test_crtc) in radeon_get_pll_use_mask()
1745 test_radeon_crtc = to_radeon_crtc(test_crtc); in radeon_get_pll_use_mask()
1765 struct drm_crtc *test_crtc; in radeon_get_shared_dp_ppll() local
1768 list_for_each_entry(test_crtc, &dev->mode_config.crtc_list, head) { in radeon_get_shared_dp_ppll()
1769 if (crtc == test_crtc) in radeon_get_shared_dp_ppll()
1771 test_radeon_crtc = to_radeon_crtc(test_crtc); in radeon_get_shared_dp_ppll()
1800 struct drm_crtc *test_crtc; in radeon_get_shared_nondp_ppll() local
1809 list_for_each_entry(test_crtc, &dev->mode_config.crtc_list, head) { in radeon_get_shared_nondp_ppll()
[all …]