Searched refs:drm_mode_get_hv_timing (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/include/drm/ |
D | drm_modes.h | 503 void drm_mode_get_hv_timing(const struct drm_display_mode *mode,
|
/Linux-v4.19/drivers/gpu/drm/ |
D | drm_modes.c | 814 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);
|
D | drm_crtc.c | 538 drm_mode_get_hv_timing(mode, &hdisplay, &vdisplay); in drm_crtc_check_viewport()
|
D | drm_atomic_helper.c | 768 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/ |
D | head.c | 141 drm_mode_get_hv_timing(omode, &omode_hdisplay, &omode_vdisplay); in nv50_head_atomic_check_view()
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | intel_display.c | 11144 drm_mode_get_hv_timing(&pipe_config->base.mode, in intel_modeset_pipe_config()
|