Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/mediatek/
Dmtk_dsi.c435 u32 horizontal_sync_active_byte; in mtk_dsi_config_vdo_timing_per_frame_lp() local
456 horizontal_sync_active_byte = in mtk_dsi_config_vdo_timing_per_frame_lp()
461 v_active_adjust = 32 + horizontal_sync_active_byte; in mtk_dsi_config_vdo_timing_per_frame_lp()
462 cklp_wc_min_adjust = 12 + 2 + 4 + horizontal_sync_active_byte; in mtk_dsi_config_vdo_timing_per_frame_lp()
463 cklp_wc_max_adjust = 20 + 6 + 4 + horizontal_sync_active_byte; in mtk_dsi_config_vdo_timing_per_frame_lp()
465 horizontal_sync_active_byte = vm->hsync_len * dsi_tmp_buf_bpp - 4; in mtk_dsi_config_vdo_timing_per_frame_lp()
496 writel(horizontal_sync_active_byte, dsi->regs + DSI_HSA_WC); in mtk_dsi_config_vdo_timing_per_frame_lp()
503 u32 horizontal_sync_active_byte; in mtk_dsi_config_vdo_timing_per_line_lp() local
518 horizontal_sync_active_byte = (vm->hsync_len * dsi_tmp_buf_bpp - 10); in mtk_dsi_config_vdo_timing_per_line_lp()
550 horizontal_sync_active_byte = in mtk_dsi_config_vdo_timing_per_line_lp()
[all …]