Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/include/drm/
H A Ddrm_modes.h495 struct drm_display_mode *drm_gtf_mode_complex(struct drm_device *dev,
/openbsd/sys/dev/pci/drm/
H A Ddrm_modes.c846 drm_gtf_mode_complex(struct drm_device *dev, int hdisplay, int vdisplay, in drm_gtf_mode_complex() function
1014 EXPORT_SYMBOL(drm_gtf_mode_complex);
1054 return drm_gtf_mode_complex(dev, hdisplay, vdisplay, vrefresh, in drm_gtf_mode()
H A Ddrm_edid.c3316 mode = drm_gtf_mode_complex(dev, hsize, vsize, in drm_gtf2_mode()