Fill in dmode using vm,
void drm_display_mode_from_videomode(const struct videomode * vm, struct drm_display_mode * dmode);
vm
videomode structure to use as source
dmode
drm_display_mode structure to use as destination
Fills out dmode using the display mode specified in vm.
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