Searched refs:drm_mode_init (Results 1 – 5 of 5) sorted by relevance
520 void drm_mode_init(struct drm_display_mode *dst,
313 drm_mode_init(&saved_mode, &crtc->mode); in drm_crtc_helper_set_mode()314 drm_mode_init(&saved_hwmode, &crtc->hwmode); in drm_crtc_helper_set_mode()
844 drm_mode_init(&adjusted, mode); in drm_mode_get_hv_timing()958 void drm_mode_init(struct drm_display_mode *dst, const struct drm_display_mode *src) in drm_mode_init() function963 EXPORT_SYMBOL(drm_mode_init);
4065 drm_mode_init(&cea_mode, cea_mode_for_vic(vic)); in drm_match_cea_mode_clock_tolerance()4106 drm_mode_init(&cea_mode, cea_mode_for_vic(vic)); in drm_match_cea_mode()
5988 drm_mode_init(&adjusted_mode, &crtc_state->hw.adjusted_mode); in intel_crtc_update_active_timings()