Home
last modified time | relevance | path

Searched refs:hblank_percentage (Results 1 - 1 of 1) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_modes.c243 unsigned int hblank_percentage; in drm_cvt_mode() local
273 hblank_percentage = CVT_C_PRIME * HV_FACTOR - CVT_M_PRIME * hperiod / 0x03e8; in drm_cvt_mode()
275 if (hblank_percentage < 0x14 * HV_FACTOR) { in drm_cvt_mode()
276 hblank_percentage = 0x14 * HV_FACTOR; in drm_cvt_mode()
278 hblank = drm_mode->hdisplay * hblank_percentage / (0x64 * HV_FACTOR - hblank_percentage); in drm_cvt_mode()

Completed in 3 milliseconds