Home
last modified time | relevance | path

Searched refs:drm_atomic_set_crtc_for_plane (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_atomic_uapi.h48 drm_atomic_set_crtc_for_plane(struct drm_plane_state *plane_state,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_atomic.c1384 ret = drm_atomic_set_crtc_for_plane(plane_state, NULL); in __drm_atomic_helper_disable_plane()
1498 ret = drm_atomic_set_crtc_for_plane(primary_state, NULL); in __drm_atomic_helper_set_config()
1516 ret = drm_atomic_set_crtc_for_plane(primary_state, crtc); in __drm_atomic_helper_set_config()
H A Ddrm_atomic_uapi.c177 drm_atomic_set_crtc_for_plane(struct drm_plane_state *plane_state, in drm_atomic_set_crtc_for_plane() function
214 EXPORT_SYMBOL(drm_atomic_set_crtc_for_plane);
546 return drm_atomic_set_crtc_for_plane(state, crtc); in drm_atomic_plane_set_property()
H A Ddrm_atomic_helper.c2921 ret = drm_atomic_set_crtc_for_plane(plane_state, crtc); in drm_atomic_helper_update_plane()
3100 ret = drm_atomic_set_crtc_for_plane(plane_state, NULL); in drm_atomic_helper_disable_all()
3386 ret = drm_atomic_set_crtc_for_plane(plane_state, crtc); in page_flip_common()
H A Ddrm_framebuffer.c1009 ret = drm_atomic_set_crtc_for_plane(plane_state, NULL); in atomic_remove_fb()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/armada/
H A Darmada_overlay.c276 ret = drm_atomic_set_crtc_for_plane(plane_state, crtc); in armada_overlay_plane_update()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_generic573 drm_atomic_set_crtc_for_plane
H A Dabi_gki_aarch64_exynos558 drm_atomic_set_crtc_for_plane
H A Dabi_gki_aarch64_rockchip2476 drm_atomic_set_crtc_for_plane
H A Dabi_gki_aarch64_galaxy1502 drm_atomic_set_crtc_for_plane
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_logo.c954 ret = drm_atomic_set_crtc_for_plane(primary_state, crtc); in update_state()
H A Drockchip_drm_vop.c2242 ret = drm_atomic_set_crtc_for_plane(plane_state, crtc); in rockchip_atomic_helper_update_plane()
H A Drockchip_drm_vop2.c5559 ret = drm_atomic_set_crtc_for_plane(pstate, crtc); in rockchip_atomic_helper_update_plane()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_display.c11923 ret = drm_atomic_set_crtc_for_plane(plane_state, NULL); in intel_modeset_disable_planes()