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