Home
last modified time | relevance | path

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

/Linux-v5.15/include/drm/
Ddrm_modes.h480 void drm_mode_get_hv_timing(const struct drm_display_mode *mode,
/Linux-v5.15/drivers/gpu/drm/
Ddrm_crtc.c608 drm_mode_get_hv_timing(mode, &hdisplay, &vdisplay); in drm_crtc_check_viewport()
Ddrm_modes.c788 void drm_mode_get_hv_timing(const struct drm_display_mode *mode, in drm_mode_get_hv_timing() function
797 EXPORT_SYMBOL(drm_mode_get_hv_timing);
Ddrm_atomic.c1587 drm_mode_get_hv_timing(set->mode, &hdisplay, &vdisplay); in __drm_atomic_helper_set_config()
Ddrm_atomic_helper.c838 drm_mode_get_hv_timing(&crtc_state->mode, &clip.x2, &clip.y2); in drm_atomic_helper_check_plane_state()
/Linux-v5.15/drivers/gpu/drm/nouveau/dispnv50/
Dhead.c155 drm_mode_get_hv_timing(omode, &omode_hdisplay, &omode_vdisplay); in nv50_head_atomic_check_view()
/Linux-v5.15/drivers/gpu/drm/i915/
Dintel_pm.c4129 drm_mode_get_hv_timing(pipe_mode, &hdisplay, &vdisplay); in intel_crtc_ddb_weight()
/Linux-v5.15/drivers/gpu/drm/i915/display/
Dintel_display.c8105 drm_mode_get_hv_timing(&pipe_config->hw.mode, in intel_modeset_pipe_config()