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,
|