drm/tegra: Move common plane code to separate file
authorThierry Reding <treding@nvidia.com>
Fri, 10 Nov 2017 14:27:25 +0000 (15:27 +0100)
committerThierry Reding <treding@nvidia.com>
Wed, 13 Dec 2017 12:42:22 +0000 (13:42 +0100)
commit5acd351427361131c583dfb11c7bf4c364c98a9b
tree05dd7bd7abcab6a2485ef488656eb4ee54a0ab0a
parentb1415ff21d43e264b32c18faf1c7ae7e53bc235e
drm/tegra: Move common plane code to separate file

Subsequent patches will add support for Tegra186 which has a different
architecture and needs different plane code but which can share a lot of
code with earlier Tegra support.

Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/tegra/Makefile
drivers/gpu/drm/tegra/dc.c
drivers/gpu/drm/tegra/plane.c [new file with mode: 0644]
drivers/gpu/drm/tegra/plane.h [new file with mode: 0644]