Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/mediatek/
H A Dmtk_dsi.c450 u32 horizontal_sync_active_byte; in mtk_dsi_config_vdo_timing() local
475 horizontal_sync_active_byte = (vm->hsync_len * dsi_tmp_buf_bpp - 10); in mtk_dsi_config_vdo_timing()
507 horizontal_sync_active_byte = in mtk_dsi_config_vdo_timing()
508 roundup(horizontal_sync_active_byte, dsi->lanes) - 2; in mtk_dsi_config_vdo_timing()
517 writel(horizontal_sync_active_byte, dsi->regs + DSI_HSA_WC); in mtk_dsi_config_vdo_timing()