Name

drm_atomic_plane_check — check plane state

Synopsis

int drm_atomic_plane_check (struct drm_plane * plane,
 struct drm_plane_state * state);
 

Arguments

plane

plane to check

state

plane state to check

Description

Provides core sanity checks for plane state.

RETURNS

Zero on success, error code on failure