Skip to content

Commit

Permalink
drm: mstar: dsi
Browse files Browse the repository at this point in the history
  • Loading branch information
fifteenhex committed Jul 19, 2021
1 parent ae25737 commit dcdeaae
Show file tree
Hide file tree
Showing 3 changed files with 1,166 additions and 1 deletion.
1 change: 1 addition & 0 deletions drivers/gpu/drm/mstar/Kconfig
Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion drivers/gpu/drm/mstar/Makefile
Expand Up @@ -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.