Home
last modified time | relevance | path

Searched refs:drm_mode_get_hv_timing (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/include/drm/
Ddrm_modes.h503 void drm_mode_get_hv_timing(const struct drm_display_mode *mode,
/Linux-v4.19/drivers/gpu/drm/
Ddrm_modes.c814 void drm_mode_get_hv_timing(const struct drm_display_mode *mode, in drm_mode_get_hv_timing() function
823 EXPORT_SYMBOL(drm_mode_get_hv_timing);
Ddrm_crtc.c538 drm_mode_get_hv_timing(mode, &hdisplay, &vdisplay); in drm_crtc_check_viewport()
Ddrm_atomic_helper.c768 drm_mode_get_hv_timing(&crtc_state->mode, &clip.x2, &clip.y2); in drm_atomic_helper_check_plane_state()
2959 drm_mode_get_hv_timing(set->mode, &hdisplay, &vdisplay); in __drm_atomic_helper_set_config()
/Linux-v4.19/drivers/gpu/drm/nouveau/dispnv50/
Dhead.c141 drm_mode_get_hv_timing(omode, &omode_hdisplay, &omode_vdisplay); in nv50_head_atomic_check_view()
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_display.c11144 drm_mode_get_hv_timing(&pipe_config->base.mode, in intel_modeset_pipe_config()