Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/bridge/
Dsamsung-dsim.c961 int byte_clk_khz = dsi->hs_clock / 1000 / 8; in samsung_dsim_set_display_mode() local
962 int hfp = (m->hsync_start - m->hdisplay) * byte_clk_khz / m->clock; in samsung_dsim_set_display_mode()
963 int hbp = (m->htotal - m->hsync_end) * byte_clk_khz / m->clock; in samsung_dsim_set_display_mode()
964 int hsa = (m->hsync_end - m->hsync_start) * byte_clk_khz / m->clock; in samsung_dsim_set_display_mode()