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

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_modes.h 517 bool drm_mode_match(const struct drm_display_mode *mode1,
  /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,
drm_client_modeset.c 300 if (!drm_mode_match(modes[j], modes[i],
323 if (drm_mode_match(mode, dmt_mode,
drm_edid.c 3337 if (drm_mode_match(to_match, &cea_mode, match_flags))
3376 if (drm_mode_match(to_match, &cea_mode, match_flags))
3439 if (drm_mode_match(to_match, hdmi_mode, match_flags))
3475 drm_mode_match(to_match, hdmi_mode, match_flags))
drm_connector.c 2177 if (drm_mode_match(mode_itr, mode,
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_panel.c 62 return drm_mode_match(downclock_mode, fixed_mode,

Completed in 48 milliseconds