drm/tegra: dc: Add Tegra186 support
authorThierry Reding <treding@nvidia.com>
Wed, 30 Aug 2017 15:42:54 +0000 (17:42 +0200)
committerThierry Reding <treding@nvidia.com>
Wed, 13 Dec 2017 13:16:38 +0000 (14:16 +0100)
commit473079549f27eab5ad449f2c4f079014f0fe74a5
tree6820264d29f1ffe417bec3e2056c7646be844355
parentc4755fb9064f64083fe559e92a46df817fc5e07b
drm/tegra: dc: Add Tegra186 support

The display architecture has changed in several signifcant ways with the
new Tegra186 SoC. Display controllers are a completely different design,
but have been given a frontend that simulates the register interface for
earlier chips.

Unfortunately the frontend isn't completely backwards compatible, so the
driver needs parameterization to take the changes into account.

One big change is that the total number of display controllers has been
increased to three. At the same time the number of planes available has
remained constant. However, planes can now be freely assigned between
the display controllers, giving applications more flexibility in making
the best use of the available resources.

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