Name

drm_atomic_crtc_check — check crtc state

Synopsis

int drm_atomic_crtc_check (struct drm_crtc * crtc,
 struct drm_crtc_state * state);
 

Arguments

crtc

crtc to check

state

crtc state to check

Description

Provides core sanity checks for crtc state.

RETURNS

Zero on success, error code on failure