Home
last modified time | relevance | path

Searched refs:hline_time (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/gpu/drm/hisilicon/kirin/
H A Ddw_drm_dsi.c453 u32 hline_time; in dsi_set_mode_timing() local
492 hline_time = DIV_ROUND_UP_ULL(tmp, pixel_clk_kHz); in dsi_set_mode_timing()
497 writel(hline_time, base + VID_HLINE_TIME); in dsi_set_mode_timing()
510 hsa_time, hbp_time, hline_time); in dsi_set_mode_timing()
/linux-6.15/drivers/gpu/drm/bridge/synopsys/
H A Ddw-mipi-dsi2.c455 u64 hline_time, hsa_time, hbp_time, hact_time, tmp; in dw_mipi_dsi2_ipi_set() local
494 hline_time = DIV_ROUND_CLOSEST_ULL(tmp << 16, pixel_clk); in dw_mipi_dsi2_ipi_set()
495 regmap_write(dsi2->regmap, DSI2_IPI_VID_HLINE_MAN_CFG, VID_HLINE_TIME(hline_time)); in dw_mipi_dsi2_ipi_set()