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