Skip to content

Commit

Permalink
drm/sprd: add Unisoc's drm mipi dsi&dphy driver
Browse files Browse the repository at this point in the history
Adds dsi host controller support for the Unisoc's display subsystem.
Adds dsi phy support for the Unisoc's display subsystem.
Only MIPI DSI Displays supported, DP/TV/HMDI will be support
in the feature.

Cc: Orson Zhai <orsonzhai@gmail.com>
Cc: Chunyan Zhang <zhang.lyra@gmail.com>
Signed-off-by: Kevin Tang <kevin3.tang@gmail.com>
  • Loading branch information
Kevin Tang authored and intel-lab-lkp committed Sep 28, 2020
1 parent bdd38fd commit 1697e90
Show file tree
Hide file tree
Showing 15 changed files with 4,693 additions and 2 deletions.
9 changes: 7 additions & 2 deletions drivers/gpu/drm/sprd/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# SPDX-License-Identifier: GPL-2.0

obj-y := sprd_drm.o \
sprd_dpu.o
sprd_dpu.o \
sprd_dsi.o \
sprd_dphy.o \
dpu_r2p0.o \
dw_dsi_ctrl.o \
dw_dsi_ctrl_ppi.o \
megacores_pll.o

obj-y += dpu_r2p0.o

Loading

0 comments on commit 1697e90

Please sign in to comment.