Searched refs:drm_mode_get_hv_timing (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/include/drm/ |
D | drm_modes.h | 530 void drm_mode_get_hv_timing(const struct drm_display_mode *mode,
|
/linux-6.6.21/drivers/gpu/drm/ |
D | drm_crtc.c | 680 drm_mode_get_hv_timing(mode, &hdisplay, &vdisplay); in drm_crtc_check_viewport()
|
D | drm_modes.c | 1316 void drm_mode_get_hv_timing(const struct drm_display_mode *mode, in drm_mode_get_hv_timing() function 1327 EXPORT_SYMBOL(drm_mode_get_hv_timing);
|
D | drm_atomic.c | 1688 drm_mode_get_hv_timing(set->mode, &hdisplay, &vdisplay); in __drm_atomic_helper_set_config()
|
D | drm_atomic_helper.c | 907 drm_mode_get_hv_timing(&crtc_state->mode, &clip.x2, &clip.y2); in drm_atomic_helper_check_plane_state()
|
/linux-6.6.21/drivers/gpu/drm/nouveau/dispnv50/ |
D | head.c | 154 drm_mode_get_hv_timing(omode, &omode_hdisplay, &omode_vdisplay); in nv50_head_atomic_check_view()
|
/linux-6.6.21/drivers/gpu/drm/i915/display/ |
D | skl_watermark.c | 585 drm_mode_get_hv_timing(pipe_mode, &hdisplay, &vdisplay); in intel_crtc_ddb_weight()
|
D | intel_display.c | 4686 drm_mode_get_hv_timing(&crtc_state->hw.mode, in intel_modeset_pipe_config()
|