Check for stereo mode flags
bool drm_mode_is_stereo(const struct drm_display_mode * mode);
mode
drm_display_mode to check
True if the mode is one of the stereo modes (like side-by-side), false if not.
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