Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/mediatek/
Dmtk_dsi.c451 u32 horizontal_frontporch_byte; in mtk_dsi_config_vdo_timing() local
488 horizontal_frontporch_byte = vm->hfront_porch * dsi_tmp_buf_bpp; in mtk_dsi_config_vdo_timing()
489 horizontal_front_back_byte = horizontal_frontporch_byte + horizontal_backporch_byte; in mtk_dsi_config_vdo_timing()
493 horizontal_frontporch_byte -= data_phy_cycles_byte * in mtk_dsi_config_vdo_timing()
494 horizontal_frontporch_byte / in mtk_dsi_config_vdo_timing()
508 horizontal_frontporch_byte = in mtk_dsi_config_vdo_timing()
509 roundup(horizontal_frontporch_byte, dsi->lanes) - 2; in mtk_dsi_config_vdo_timing()
518 writel(horizontal_frontporch_byte, dsi->regs + DSI_HFP_WC); in mtk_dsi_config_vdo_timing()