Home
last modified time | relevance | path

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

/drivers/gpu/drm/tegra/
Dsor.c581 u32 num_syms_per_line; in tegra_sor_calc_config() local
630 num_syms_per_line = (mode->hdisplay * config->bits_per_pixel) * in tegra_sor_calc_config()
638 } else if (config->watermark > num_syms_per_line) { in tegra_sor_calc_config()
639 config->watermark = num_syms_per_line; in tegra_sor_calc_config()