Home
last modified time | relevance | path

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

/linux-4.1.27/include/drm/
Ddrm_modes.h210 int drm_mode_hsync(const struct drm_display_mode *mode);
/linux-4.1.27/drivers/gpu/drm/
Ddrm_modes.c718 int drm_mode_hsync(const struct drm_display_mode *mode) in drm_mode_hsync() function
734 EXPORT_SYMBOL(drm_mode_hsync);
Ddrm_edid.c1745 if (drm_mode_hsync(mode) > drm_gtf2_hbreak(edid)) { in drm_mode_std()
1927 hsync = drm_mode_hsync(mode); in mode_in_hsync_range()