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)
commit2bd1dd399fcd2e23efb1583df3ba846b20429739
treedf261b36112856380b6e46184a36ee2e7efc2a82
parent402f6bcd94fa3437b833931da8e1fbfc1fb6c444
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