drm_mode_equal(9) test modes for equality

SYNOPSIS

bool drm_mode_equal(const struct drm_display_mode * mode1, const struct drm_display_mode * mode2);

ARGUMENTS

mode1

first mode

mode2

second mode

DESCRIPTION

Check to see if mode1 and mode2 are equivalent.

RETURNS

True if the modes are equal, false otherwise.

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