Home
last modified time | relevance | path

Searched refs:plane_crtc_active (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_atomic_helper.c2460 static bool plane_crtc_active(const struct drm_plane_state *state) in plane_crtc_active() function
2552 if (!disabling && !plane_crtc_active(new_plane_state)) in drm_atomic_helper_commit_planes()
2554 if (disabling && !plane_crtc_active(old_plane_state)) in drm_atomic_helper_commit_planes()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_atomic_helper.c2686 static bool plane_crtc_active(const struct drm_plane_state *state) in plane_crtc_active() function
2778 if (!disabling && !plane_crtc_active(new_plane_state)) in drm_atomic_helper_commit_planes()
2780 if (disabling && !plane_crtc_active(old_plane_state)) in drm_atomic_helper_commit_planes()

Completed in 10 milliseconds