Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/mediatek/
H A Dmtk_dsi.c437 u32 horizontal_sync_active_byte; in mtk_dsi_config_vdo_timing_per_frame_lp() local
458 horizontal_sync_active_byte = in mtk_dsi_config_vdo_timing_per_frame_lp()
463 v_active_adjust = 32 + horizontal_sync_active_byte; in mtk_dsi_config_vdo_timing_per_frame_lp()
464 cklp_wc_min_adjust = 12 + 2 + 4 + horizontal_sync_active_byte; in mtk_dsi_config_vdo_timing_per_frame_lp()
465 cklp_wc_max_adjust = 20 + 6 + 4 + horizontal_sync_active_byte; in mtk_dsi_config_vdo_timing_per_frame_lp()
467 horizontal_sync_active_byte = vm->hsync_len * dsi_tmp_buf_bpp - 4; in mtk_dsi_config_vdo_timing_per_frame_lp()
498 writel(horizontal_sync_active_byte, dsi->regs + DSI_HSA_WC); in mtk_dsi_config_vdo_timing_per_frame_lp()
505 u32 horizontal_sync_active_byte; in mtk_dsi_config_vdo_timing_per_line_lp() local
520 horizontal_sync_active_byte = (vm->hsync_len * dsi_tmp_buf_bpp - 10); in mtk_dsi_config_vdo_timing_per_line_lp()
552 horizontal_sync_active_byte = in mtk_dsi_config_vdo_timing_per_line_lp()
[all …]