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
AUTHORS
Jesse Barnes <[email protected]>
Intel Corporation,
- Initial version
Laurent Pinchart <[email protected]>
Ideas on board SPRL,
- Driver internals
Daniel Vetter <[email protected]>
Intel Corporation,
- Contributions all over the place
Lukas Wunner <[email protected]>
- vga_switcheroo documentation
COPYRIGHT