Home
last modified time | relevance | path

Searched refs:__drm_atomic_helper_disable_plane (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/
H A Ddrm_crtc_internal.h248 int __drm_atomic_helper_disable_plane(struct drm_plane *plane,
H A Ddrm_atomic.c1809 int __drm_atomic_helper_disable_plane(struct drm_plane *plane, in __drm_atomic_helper_disable_plane() function
1830 EXPORT_SYMBOL(__drm_atomic_helper_disable_plane);
H A Ddrm_client_modeset.c1068 ret = __drm_atomic_helper_disable_plane(plane, plane_state); in drm_client_modeset_commit_atomic()
H A Ddrm_atomic_helper.c3476 ret = __drm_atomic_helper_disable_plane(plane, plane_state); in drm_atomic_helper_disable_plane()