Name

drm_plane_helper_disable — Transitional helper for plane disable

Synopsis

int drm_plane_helper_disable (struct drm_plane * plane);
 

Arguments

plane

plane to disable

Description

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.

RETURNS

Zero on success, error code on failure