Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/gpu/drm/mediatek/
Dmtk_dsi.c436 u32 horizontal_sync_active_byte; in mtk_dsi_config_vdo_timing_per_frame_lp() local
457 horizontal_sync_active_byte = in mtk_dsi_config_vdo_timing_per_frame_lp()
462 v_active_adjust = 32 + horizontal_sync_active_byte; in mtk_dsi_config_vdo_timing_per_frame_lp()
463 cklp_wc_min_adjust = 12 + 2 + 4 + horizontal_sync_active_byte; in mtk_dsi_config_vdo_timing_per_frame_lp()
464 cklp_wc_max_adjust = 20 + 6 + 4 + horizontal_sync_active_byte; in mtk_dsi_config_vdo_timing_per_frame_lp()
466 horizontal_sync_active_byte = vm->hsync_len * dsi_tmp_buf_bpp - 4; in mtk_dsi_config_vdo_timing_per_frame_lp()
497 writel(horizontal_sync_active_byte, dsi->regs + DSI_HSA_WC); in mtk_dsi_config_vdo_timing_per_frame_lp()
504 u32 horizontal_sync_active_byte; in mtk_dsi_config_vdo_timing_per_line_lp() local
519 horizontal_sync_active_byte = (vm->hsync_len * dsi_tmp_buf_bpp - 10); in mtk_dsi_config_vdo_timing_per_line_lp()
551 horizontal_sync_active_byte = in mtk_dsi_config_vdo_timing_per_line_lp()
[all …]