Searched refs:drm_gtf_mode_complex (Results 1 – 3 of 3) sorted by relevance
/openbsd/sys/dev/pci/drm/include/drm/ |
H A D | drm_modes.h | 495 struct drm_display_mode *drm_gtf_mode_complex(struct drm_device *dev,
|
/openbsd/sys/dev/pci/drm/ |
H A D | drm_modes.c | 846 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 D | drm_edid.c | 3316 mode = drm_gtf_mode_complex(dev, hsize, vsize, in drm_gtf2_mode()
|