diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2021-10-20 14:39:46 +0200 |
---|---|---|
committer | Neil Armstrong <narmstrong@baylibre.com> | 2021-11-12 10:10:01 +0100 |
commit | 72317eaa23b146ca550492c812106d474bd31bdd (patch) | |
tree | 3a8fbaa0e507c0d7619206e6dd469d9295dc9967 /drivers/gpu/drm/meson/Makefile | |
parent | 0af5e0b41110e2da872030395231ab19c45be931 (diff) | |
download | linux-72317eaa23b146ca550492c812106d474bd31bdd.tar.bz2 |
drm/meson: rename venc_cvbs to encoder_cvbs
Rename the cvbs encoder to match the newly introduced meson_encoder_hdmi.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Acked-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20211020123947.2585572-6-narmstrong@baylibre.com
Diffstat (limited to 'drivers/gpu/drm/meson/Makefile')
-rw-r--r-- | drivers/gpu/drm/meson/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/meson/Makefile b/drivers/gpu/drm/meson/Makefile index 523fce45f16b..3afa31bdc950 100644 --- a/drivers/gpu/drm/meson/Makefile +++ b/drivers/gpu/drm/meson/Makefile @@ -1,5 +1,5 @@ # SPDX-License-Identifier: GPL-2.0-only -meson-drm-y := meson_drv.o meson_plane.o meson_crtc.o meson_venc_cvbs.o +meson-drm-y := meson_drv.o meson_plane.o meson_crtc.o meson_encoder_cvbs.o meson-drm-y += meson_viu.o meson_vpp.o meson_venc.o meson_vclk.o meson_overlay.o meson-drm-y += meson_rdma.o meson_osd_afbcd.o meson-drm-y += meson_encoder_hdmi.o |