Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/bridge/
H A Dsamsung-dsim.c959 int byte_clk_khz = dsi->hs_clock / 1000 / 8; in samsung_dsim_set_display_mode() local
960 int hfp = (m->hsync_start - m->hdisplay) * byte_clk_khz / m->clock; in samsung_dsim_set_display_mode()
961 int hbp = (m->htotal - m->hsync_end) * byte_clk_khz / m->clock; in samsung_dsim_set_display_mode()
962 int hsa = (m->hsync_end - m->hsync_start) * byte_clk_khz / m->clock; in samsung_dsim_set_display_mode()