Searched refs:hline_time (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/gpu/drm/hisilicon/kirin/
H A Ddw_drm_dsi.c454 u32 hline_time; local
473 * timings. hfp is specified as the total hline_time in byte-
493 hline_time = DIV_ROUND_UP(tmp, pixel_clk_kHz);
498 writel(hline_time, base + VID_HLINE_TIME);
510 DRM_DEBUG_DRIVER("hsa_time=%d, hbp_time=%d, hline_time=%d\n",
511 hsa_time, hbp_time, hline_time);

Completed in 170 milliseconds