Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/tegra/
H A Dsor.c1160 u32 num_syms_per_line; in tegra_sor_compute_config() local
1209 num_syms_per_line = (mode->hdisplay * config->bits_per_pixel) * in tegra_sor_compute_config()
1217 } else if (config->watermark > num_syms_per_line) { in tegra_sor_compute_config()
1218 config->watermark = num_syms_per_line; in tegra_sor_compute_config()