]> git.baikalelectronics.ru Git - kernel.git/commit
drm/tegra: sor: Extract tegra_sor_mode_set()
authorThierry Reding <treding@nvidia.com>
Mon, 3 Aug 2015 13:46:15 +0000 (15:46 +0200)
committerThierry Reding <treding@nvidia.com>
Mon, 4 Jul 2016 09:31:22 +0000 (11:31 +0200)
commit5ac2efb3c53c998e68ab5527f0451eaf3553f511
treedf261b36112856380b6e46184a36ee2e7efc2a82
parent1e1972c273d6c0f7547129dd2435b723ecdb732a
drm/tegra: sor: Extract tegra_sor_mode_set()

The code to set a video mode is common to all types of outputs that the
SOR can drive. Extract it into a separate function so that it can be
shared.

Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/tegra/sor.c