aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tilcdc/Makefile
diff options
context:
space:
mode:
authorJyri Sarha <jsarha@ti.com>2016-04-07 14:52:02 +0300
committerJyri Sarha <jsarha@ti.com>2016-08-08 23:05:00 +0300
commitb961c48b056c2562c7dbb0b2cfcdad486610550d (patch)
tree085495d68b72b83e510563d8143bdf66c1491d4e /drivers/gpu/drm/tilcdc/Makefile
parent0a1fe1b7c589a635a40d6d9b525dd99634581ea2 (diff)
drm/tilcdc: Add dummy primary plane implementation
Add dummy primary plane implementation. LCDC does not really have planes, only simple framebuffer that is mandatory. This primary plane implementation has the necessary checks for implementing simple framebuffer trough DRM plane abstraction. For setting the actual framebuffer the implementation relies on a CRTC side function. Signed-off-by: Jyri Sarha <jsarha@ti.com>
Diffstat (limited to 'drivers/gpu/drm/tilcdc/Makefile')
-rw-r--r--drivers/gpu/drm/tilcdc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/tilcdc/Makefile b/drivers/gpu/drm/tilcdc/Makefile
index deeca4869d94..6f675175a9e5 100644
--- a/drivers/gpu/drm/tilcdc/Makefile
+++ b/drivers/gpu/drm/tilcdc/Makefile
@@ -7,6 +7,7 @@ obj-$(CONFIG_DRM_TILCDC_SLAVE_COMPAT) += tilcdc_slave_compat.o \
tilcdc_slave_compat.dtb.o
tilcdc-y := \
+ tilcdc_plane.o \
tilcdc_crtc.o \
tilcdc_tfp410.o \
tilcdc_panel.o \