drm_mode_create_from_cmdline_mode(9) convert a command line modeline into a DRM display mode

SYNOPSIS

struct drm_display_mode * drm_mode_create_from_cmdline_mode(struct drm_device * dev, struct drm_cmdline_mode * cmd);

ARGUMENTS

dev

DRM device to create the new mode for

cmd

input command line modeline

RETURNS

Pointer to converted mode on success, NULL on error.

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