Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
Ddrm_edid.c3379 static u8 drm_match_cea_mode_clock_tolerance(const struct drm_display_mode *to_match, unsigned int … in drm_match_cea_mode_clock_tolerance() argument
3384 if (!to_match->clock) { in drm_match_cea_mode_clock_tolerance()
3388 if (to_match->picture_aspect_ratio) { in drm_match_cea_mode_clock_tolerance()
3399 …if (abs(to_match->clock - clock1) > clock_tolerance && abs(to_match->clock - clock2) > clock_toler… in drm_match_cea_mode_clock_tolerance()
3404 if (drm_mode_match(to_match, &cea_mode, match_flags)) { in drm_match_cea_mode_clock_tolerance()
3420 u8 drm_match_cea_mode(const struct drm_display_mode *to_match) in drm_match_cea_mode() argument
3425 if (!to_match->clock) { in drm_match_cea_mode()
3429 if (to_match->picture_aspect_ratio) { in drm_match_cea_mode()
3440 …if (KHZ2PICOS(to_match->clock) != KHZ2PICOS(clock1) && KHZ2PICOS(to_match->clock) != KHZ2PICOS(clo… in drm_match_cea_mode()
3445 if (drm_mode_match(to_match, &cea_mode, match_flags)) { in drm_match_cea_mode()
[all …]
/device/soc/rockchip/common/sdk_linux/include/drm/
Ddrm_edid.h507 u8 drm_match_cea_mode(const struct drm_display_mode *to_match);