SYNOPSIS
- void drm_mode_copy(struct drm_display_mode * dst, const struct drm_display_mode * src);
ARGUMENTS
dst
-
- mode to overwrite
src
- mode to copy
DESCRIPTION
Copy an existing mode into another mode, preserving the object id and list head of the destination mode.
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