Name

drm_mode_equal_no_clocks_no_stereo — test modes for equality

Synopsis

bool drm_mode_equal_no_clocks_no_stereo (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, but don't check the pixel clocks nor the stereo layout.

Returns

True if the modes are equal, false otherwise.