summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/pl111/Makefile
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2018-06-21 21:44:50 +0300
committerLinus Walleij <linus.walleij@linaro.org>2018-07-01 22:36:47 +0300
commite08015e7d6a4b5395e75cc286ab6400667c63dc0 (patch)
tree9061c97394dedd4c9bf7ee361dcad3ff07060581 /drivers/gpu/drm/pl111/Makefile
parent491657a915601febfb9d0c253d843124438ae35d (diff)
downloadlinux-e08015e7d6a4b5395e75cc286ab6400667c63dc0.tar.xz
drm/pl111: Support Nomadik LCDC variant
The Nomadik has a variant of the PL110 known as "Color LCD Controller" LCDC. This variant has the same bit ordering as the DRM subsystem (in difference from the other variants) and adds a few bits for the control of 5551, 565 etc in the control register. Notably it also adds a packed RGB888 24BPP mode. We add support by detecting this variant and also adding a small plug-in that will mux the LCDC out if the ASIC happens to be muxed to the other graphics controller (they are mutually exclusive). Reviewed-by: Eric Anholt <eric@anholt.net> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Link: https://patchwork.freedesktop.org/patch/msgid/20180621184450.25377-1-linus.walleij@linaro.org
Diffstat (limited to 'drivers/gpu/drm/pl111/Makefile')
-rw-r--r--drivers/gpu/drm/pl111/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/pl111/Makefile b/drivers/gpu/drm/pl111/Makefile
index 19a8189dc54f..0c70f0e91d21 100644
--- a/drivers/gpu/drm/pl111/Makefile
+++ b/drivers/gpu/drm/pl111/Makefile
@@ -4,6 +4,7 @@ pl111_drm-y += pl111_display.o \
pl111_drv.o
pl111_drm-$(CONFIG_ARCH_VEXPRESS) += pl111_vexpress.o
+pl111_drm-$(CONFIG_ARCH_NOMADIK) += pl111_nomadik.o
pl111_drm-$(CONFIG_DEBUG_FS) += pl111_debugfs.o
obj-$(CONFIG_DRM_PL111) += pl111_drm.o