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