Searched refs:drm_mode_get_hv_timing (Results 1 – 8 of 8) sorted by relevance
/linux/include/drm/ |
A D | drm_modes.h | 480 void drm_mode_get_hv_timing(const struct drm_display_mode *mode,
|
/linux/drivers/gpu/drm/ |
A D | drm_modes.c | 788 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);
|
A D | drm_crtc.c | 608 drm_mode_get_hv_timing(mode, &hdisplay, &vdisplay); in drm_crtc_check_viewport()
|
A D | drm_atomic.c | 1587 drm_mode_get_hv_timing(set->mode, &hdisplay, &vdisplay); in __drm_atomic_helper_set_config()
|
A D | drm_atomic_helper.c | 838 drm_mode_get_hv_timing(&crtc_state->mode, &clip.x2, &clip.y2); in drm_atomic_helper_check_plane_state()
|
/linux/drivers/gpu/drm/nouveau/dispnv50/ |
A D | head.c | 155 drm_mode_get_hv_timing(omode, &omode_hdisplay, &omode_vdisplay); in nv50_head_atomic_check_view()
|
/linux/drivers/gpu/drm/i915/ |
A D | intel_pm.c | 4128 drm_mode_get_hv_timing(pipe_mode, &hdisplay, &vdisplay); in intel_crtc_ddb_weight()
|
/linux/drivers/gpu/drm/i915/display/ |
A D | intel_display.c | 7102 drm_mode_get_hv_timing(&pipe_config->hw.mode, in intel_modeset_pipe_config()
|
Completed in 52 milliseconds