Home
last modified time | relevance | path

Searched refs:drm_mode_init (Results 1 – 3 of 3) sorted by relevance

/linux/include/drm/
H A Ddrm_modes.h539 void drm_mode_init(struct drm_display_mode *dst,
/linux/drivers/gpu/drm/
H A Ddrm_crtc_helper.c312 drm_mode_init(&saved_mode, &crtc->mode); in drm_crtc_helper_set_mode()
313 drm_mode_init(&saved_hwmode, &crtc->hwmode); in drm_crtc_helper_set_mode()
H A Ddrm_modes.c1325 drm_mode_init(&adjusted, mode); in drm_mode_get_hv_timing()
1439 void drm_mode_init(struct drm_display_mode *dst, const struct drm_display_mode *src) in drm_mode_init() function
1444 EXPORT_SYMBOL(drm_mode_init);