summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tegra/Makefile
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2019-01-03 17:23:16 +0300
committerThierry Reding <treding@nvidia.com>2019-01-16 15:10:20 +0300
commitfad7b80643100d16b157b4367a6d2c7f8b19f812 (patch)
tree5a9b13256951ac2c08bb6aa601f7aee5a255896e /drivers/gpu/drm/tegra/Makefile
parentcd54fb96e568cf95bad6deb8b070e05643e80935 (diff)
downloadlinux-fad7b80643100d16b157b4367a6d2c7f8b19f812.tar.xz
drm/tegra: hda: Extract HDA format parsing code
This code can be reused for HDMI, so extract it into a reusable function. 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 2e0d6213f6bc..33c463e8d49f 100644
--- a/drivers/gpu/drm/tegra/Makefile
+++ b/drivers/gpu/drm/tegra/Makefile
@@ -10,6 +10,7 @@ tegra-drm-y := \
dc.o \
output.o \
rgb.o \
+ hda.o \
hdmi.o \
mipi-phy.o \
dsi.o \