diff options
author | Dave Airlie <airlied@redhat.com> | 2020-01-15 07:35:56 +0100 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2020-01-15 07:40:19 +0100 |
commit | 6fc376f026a04135b0a84d6f2dcf393bc5ec660d (patch) | |
tree | 4f477f199f5127f6e2779d8629da22b168097dfd /drivers/gpu/drm/mediatek/Makefile | |
parent | Merge tag 'drm/tegra/for-5.6-rc1' of git://anongit.freedesktop.org/tegra/linu... (diff) | |
parent | drm/mediatek: Fix indentation in Makefile (diff) | |
download | linux-6fc376f026a04135b0a84d6f2dcf393bc5ec660d.tar.xz linux-6fc376f026a04135b0a84d6f2dcf393bc5ec660d.zip |
Merge tag 'mediatek-drm-next-5.6' of https://github.com/ckhu-mediatek/linux.git-tags into drm-next
Mediatek DRM Next for Linux 5.6
This fix non-smooth cursor problem, add cmdq support, add ctm property
support and some refinement.
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: CK Hu <ck.hu@mediatek.com>
Link: https://patchwork.freedesktop.org/patch/msgid/1578972526.14594.8.camel@mtksdaap41
Diffstat (limited to 'drivers/gpu/drm/mediatek/Makefile')
-rw-r--r-- | drivers/gpu/drm/mediatek/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/mediatek/Makefile b/drivers/gpu/drm/mediatek/Makefile index 5044dfb8e3d6..b7a82ed5788f 100644 --- a/drivers/gpu/drm/mediatek/Makefile +++ b/drivers/gpu/drm/mediatek/Makefile @@ -20,7 +20,7 @@ obj-$(CONFIG_DRM_MEDIATEK) += mediatek-drm.o mediatek-drm-hdmi-objs := mtk_cec.o \ mtk_hdmi.o \ mtk_hdmi_ddc.o \ - mtk_mt2701_hdmi_phy.o \ + mtk_mt2701_hdmi_phy.o \ mtk_mt8173_hdmi_phy.o \ mtk_hdmi_phy.o |