Searched refs:drm_gtf_mode_complex (Results 1 - 2 of 2) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
H A D | drm_modes.c | 346 * drm_gtf_mode_complex - create the modeline based on the full GTF algorithm 366 struct drm_display_mode *drm_gtf_mode_complex(struct drm_device *dev, int hdisplay, int vdisplay, int vrefresh, in drm_gtf_mode_complex() function 537 EXPORT_SYMBOL(drm_gtf_mode_complex); variable 576 return drm_gtf_mode_complex(dev, hdisplay, vdisplay, vrefresh, interlaced, margins, 0x258, 0x50, 0x80, 0x28); in drm_gtf_mode()
|
H A D | drm_edid.c | 2531 mode = drm_gtf_mode_complex(dev, hsize, vsize, vrefresh_rate, 0, 0, drm_gtf2_m(edid), drm_gtf2_2c(edid), in drm_mode_std()
|
Completed in 14 milliseconds