diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2017-09-08 14:47:09 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2017-09-10 23:58:42 +0200 |
commit | 72fe915ac5655a84210adbe358425e40b9ada5cb (patch) | |
tree | c473274cc348193115b7efbfe397fb6434bea5f0 /drivers/gpu/drm/pl111/Makefile | |
parent | drm/pl111: Add optional variant display en/disable callbacks (diff) | |
download | linux-72fe915ac5655a84210adbe358425e40b9ada5cb.tar.xz linux-72fe915ac5655a84210adbe358425e40b9ada5cb.zip |
drm/pl111: Add handling of Versatile platforms
The ARM reference designs in the Versatile family: Integrator,
Versatile and RealView can make use of the new DRM driver as well.
We just need to create a bit of platform-specific code for them
that we isolate to its own file.
Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20170908124709.4758-7-linus.walleij@linaro.org
Diffstat (limited to 'drivers/gpu/drm/pl111/Makefile')
-rw-r--r-- | drivers/gpu/drm/pl111/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/pl111/Makefile b/drivers/gpu/drm/pl111/Makefile index c5f8f9684848..fce1453a93e1 100644 --- a/drivers/gpu/drm/pl111/Makefile +++ b/drivers/gpu/drm/pl111/Makefile @@ -1,4 +1,5 @@ pl111_drm-y += pl111_display.o \ + pl111_versatile.o \ pl111_drv.o pl111_drm-$(CONFIG_DEBUG_FS) += pl111_debugfs.o |