Skip to content
Permalink
Browse files
drm: mstar: dsi
  • Loading branch information
fifteenhex committed Jul 19, 2021
1 parent ae25737 commit dcdeaae572eb7cde9548e66ebfb3b38719b26a68
Show file tree
Hide file tree
Showing 3 changed files with 1,166 additions and 1 deletion.
@@ -6,6 +6,7 @@ config DRM_MSTAR
select DRM_GEM_CMA_HELPER
select DRM_KMS_HELPER
select DRM_KMS_CMA_HELPER
select DRM_MIPI_DSI
select DRM_PANEL
select REGMAP_MMIO
select VIDEOMODE_HELPERS
@@ -2,4 +2,7 @@
obj-$(CONFIG_DRM_MSTAR) += mstar_gop.o \
mstar_mop.o \
mstar_op2.o \
mstar_top.o
mstar_top.o \
mstar_dsi.o \
mstar_framebuffer.o \
mstar_drv.o

0 comments on commit dcdeaae

Please sign in to comment.