Searched refs:drm_gtf_mode_complex (Results 1 – 3 of 3) sorted by relevance
/linux/include/drm/ |
H A D | drm_modes.h | 497 struct drm_display_mode *drm_gtf_mode_complex(struct drm_device *dev,
|
/linux/drivers/gpu/drm/ |
H A D | drm_modes.c | 849 drm_gtf_mode_complex(struct drm_device *dev, int hdisplay, int vdisplay, in drm_gtf_mode_complex() function 1017 EXPORT_SYMBOL(drm_gtf_mode_complex); 1057 return drm_gtf_mode_complex(dev, hdisplay, vdisplay, vrefresh, in drm_gtf_mode()
|
H A D | drm_edid.c | 3317 mode = drm_gtf_mode_complex(dev, hsize, vsize, in drm_gtf2_mode()
|