Home
last modified time | relevance | path

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

/linux-6.6.21/include/drm/
Ddrm_modes.h530 void drm_mode_get_hv_timing(const struct drm_display_mode *mode,
/linux-6.6.21/drivers/gpu/drm/
Ddrm_crtc.c680 drm_mode_get_hv_timing(mode, &hdisplay, &vdisplay); in drm_crtc_check_viewport()
Ddrm_modes.c1316 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);
Ddrm_atomic.c1688 drm_mode_get_hv_timing(set->mode, &hdisplay, &vdisplay); in __drm_atomic_helper_set_config()
Ddrm_atomic_helper.c907 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/
Dhead.c154 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/
Dskl_watermark.c585 drm_mode_get_hv_timing(pipe_mode, &hdisplay, &vdisplay); in intel_crtc_ddb_weight()
Dintel_display.c4686 drm_mode_get_hv_timing(&crtc_state->hw.mode, in intel_modeset_pipe_config()