aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/tegra/Makefile
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2017-11-10 15:27:25 +0100
committerThierry Reding <treding@nvidia.com>2017-12-13 13:42:22 +0100
commit5acd351427361131c583dfb11c7bf4c364c98a9b (patch)
tree05dd7bd7abcab6a2485ef488656eb4ee54a0ab0a /drivers/gpu/drm/tegra/Makefile
parentdrm/tegra: dc: Move state definition to header (diff)
downloadwireguard-linux-5acd351427361131c583dfb11c7bf4c364c98a9b.tar.xz
wireguard-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/Makefile1
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 \