drm_plane_helper_disable — Transitional helper for plane disable
int drm_plane_helper_disable ( | struct drm_plane * plane) ; |
Provides a default plane disable handler using the atomic plane update functions. It is fully left to the driver to check plane constraints and handle corner-cases like a fully occluded or otherwise invisible plane.
This is useful for piecewise transitioning of a driver to the atomic helpers.