Home
last modified time | relevance | path

Searched refs:drm_mode_hsync (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/include/drm/
Ddrm_modes.h503 int drm_mode_hsync(const struct drm_display_mode *mode);
/Linux-v5.4/drivers/gpu/drm/
Ddrm_modes.c757 int drm_mode_hsync(const struct drm_display_mode *mode) in drm_mode_hsync() function
773 EXPORT_SYMBOL(drm_mode_hsync);
Ddrm_edid.c2213 if (drm_mode_hsync(mode) > drm_gtf2_hbreak(edid)) { in drm_mode_std()
2395 hsync = drm_mode_hsync(mode); in mode_in_hsync_range()
/Linux-v5.4/Documentation/gpu/
Dtodo.rst265 We have drm_mode_hsync() to calculate this from hsync_start/end, since drivers
268 it to use drm_mode_hsync() instead.
/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_display.c8274 mode->hsync = drm_mode_hsync(mode); in intel_mode_from_pipe_config()