diff options
author | Thierry Reding <treding@nvidia.com> | 2017-11-10 15:27:25 +0100 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2017-12-13 13:42:22 +0100 |
commit | 5acd351427361131c583dfb11c7bf4c364c98a9b (patch) | |
tree | 05dd7bd7abcab6a2485ef488656eb4ee54a0ab0a /drivers/gpu/drm/tegra/Makefile | |
parent | b1415ff21d43e264b32c18faf1c7ae7e53bc235e (diff) | |
download | talos-obmc-linux-5acd351427361131c583dfb11c7bf4c364c98a9b.tar.gz talos-obmc-linux-5acd351427361131c583dfb11c7bf4c364c98a9b.zip |
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>
Diffstat (limited to 'drivers/gpu/drm/tegra/Makefile')
-rw-r--r-- | drivers/gpu/drm/tegra/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/tegra/Makefile b/drivers/gpu/drm/tegra/Makefile index 46d65d39214d..a47784765217 100644 --- a/drivers/gpu/drm/tegra/Makefile +++ b/drivers/gpu/drm/tegra/Makefile @@ -5,6 +5,7 @@ tegra-drm-y := \ drm.o \ gem.o \ fb.o \ + plane.o \ dc.o \ output.o \ rgb.o \ |