drm_mode_validate_basic(9) make sure the mode is somewhat sane

SYNOPSIS

enum drm_mode_status drm_mode_validate_basic(const struct drm_display_mode * mode);

ARGUMENTS

mode

mode to check

DESCRIPTION

Check that the mode timings are at least somewhat reasonable. Any hardware specific limits are left up for each driver to check.

RETURNS

The mode status

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