Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/i915/display/
Dicl_dsi.c348 int theo_word_clk, act_word_clk; in gen11_dsi_program_esc_clk_div() local
354 theo_word_clk = DIV_ROUND_UP(afe_clk_khz, 8 * DSI_MAX_ESC_CLK); in gen11_dsi_program_esc_clk_div()
355 act_word_clk = max(3, theo_word_clk + (theo_word_clk + 1) % 2); in gen11_dsi_program_esc_clk_div()