SYNOPSIS
- void __drm_atomic_helper_crtc_duplicate_state(struct drm_crtc * crtc, struct drm_crtc_state * state);
ARGUMENTS
crtc
-
- CRTC object
state
- atomic CRTC state
DESCRIPTION
Copies atomic state from a CRTC's current state and resets inferred values. This is useful for drivers that subclass the CRTC state.
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