diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2017-09-02 22:07:11 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2017-09-02 22:24:54 +0200 |
commit | 14b469f9c02d458a4388479fb393a625f15af488 (patch) | |
tree | 45402a9ecdb3080188f63b2625d8f71d45de674a /drivers/gpu/drm/tve200/Makefile | |
parent | drm/fb-helper: Avoid NULL ptr dereference in fb_set_suspend() (diff) | |
download | linux-14b469f9c02d458a4388479fb393a625f15af488.tar.xz linux-14b469f9c02d458a4388479fb393a625f15af488.zip |
drm/tve200: Replace custom connector with panel bridge
This replaces the custom connector in the TVE200 with the
panel bridge helper. As long as we're just using panels
and no other bridges, this works just fine.
Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20170902200711.29298-1-linus.walleij@linaro.org
Diffstat (limited to 'drivers/gpu/drm/tve200/Makefile')
-rw-r--r-- | drivers/gpu/drm/tve200/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/drm/tve200/Makefile b/drivers/gpu/drm/tve200/Makefile index a9dba54f7ee5..6b7a6a1dcbf8 100644 --- a/drivers/gpu/drm/tve200/Makefile +++ b/drivers/gpu/drm/tve200/Makefile @@ -1,5 +1,4 @@ -tve200_drm-y += tve200_connector.o \ - tve200_display.o \ +tve200_drm-y += tve200_display.o \ tve200_drv.o obj-$(CONFIG_DRM_TVE200) += tve200_drm.o |