HomeSort by: relevance | last modified time | path
    Searched defs:drm_mode_match (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/
drm_modes.c 1010 * drm_mode_match - test modes for (partial) equality
1020 bool drm_mode_match(const struct drm_display_mode *mode1, function in typeref:typename:bool
1052 EXPORT_SYMBOL(drm_mode_match);
1067 return drm_mode_match(mode1, mode2,
1090 return drm_mode_match(mode1, mode2,
1111 return drm_mode_match(mode1, mode2,

Completed in 13 milliseconds