Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/tegra/
Dsor.c835 u32 num_syms_per_line; in tegra_sor_compute_config() local
884 num_syms_per_line = (mode->hdisplay * config->bits_per_pixel) * in tegra_sor_compute_config()
892 } else if (config->watermark > num_syms_per_line) { in tegra_sor_compute_config()
893 config->watermark = num_syms_per_line; in tegra_sor_compute_config()