Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/i915/display/
Dicl_dsi.c936 int bpp, line_time_us, byte_clk_period_ns; in gen11_dsi_set_transcoder_timings() local
944 line_time_us = (htotal * (bpp / 8) * byte_clk_period_ns) / (1000 * intel_dsi->lane_count); in gen11_dsi_set_transcoder_timings()
945 vtotal = vactive + DIV_ROUND_UP(400, line_time_us); in gen11_dsi_set_transcoder_timings()