Home
last modified time | relevance | path

Searched refs:to_match (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/
Ddrm_edid.c3405 static u8 drm_match_cea_mode_clock_tolerance(const struct drm_display_mode *to_match, in drm_match_cea_mode_clock_tolerance() argument
3411 if (!to_match->clock) in drm_match_cea_mode_clock_tolerance()
3414 if (to_match->picture_aspect_ratio) in drm_match_cea_mode_clock_tolerance()
3425 if (abs(to_match->clock - clock1) > clock_tolerance && in drm_match_cea_mode_clock_tolerance()
3426 abs(to_match->clock - clock2) > clock_tolerance) in drm_match_cea_mode_clock_tolerance()
3430 if (drm_mode_match(to_match, &cea_mode, match_flags)) in drm_match_cea_mode_clock_tolerance()
3445 u8 drm_match_cea_mode(const struct drm_display_mode *to_match) in drm_match_cea_mode() argument
3450 if (!to_match->clock) in drm_match_cea_mode()
3453 if (to_match->picture_aspect_ratio) in drm_match_cea_mode()
3464 if (KHZ2PICOS(to_match->clock) != KHZ2PICOS(clock1) && in drm_match_cea_mode()
[all …]
/Linux-v5.10/include/drm/
Ddrm_edid.h494 u8 drm_match_cea_mode(const struct drm_display_mode *to_match);