]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/msm: Initial add DSI connector support
authorHai Li <hali@codeaurora.org>
Tue, 31 Mar 2015 18:36:33 +0000 (14:36 -0400)
committerRob Clark <robdclark@gmail.com>
Wed, 1 Apr 2015 23:29:38 +0000 (19:29 -0400)
commita689554ba6ed81cf606c16539f6ffc2a1dcdaf8e
treeeda42f5e85c4960fcc53f723b03d2e3d4b5d70cd
parent7a6dc9550d0a17e3f24b2c13582f093193cd08ef
drm/msm: Initial add DSI connector support

This change adds the DSI connector support in msm drm driver.

v1: Initial change
v2:
- Address comments from Archit + minor clean-ups
- Rebase to not depend on msm_drm_sub_dev change [Rob's comment]
v3: Fix issues when initialization is failed

Signed-off-by: Hai Li <hali@codeaurora.org>
Signed-off-by: Rob Clark <robdclark@gmail.com>
drivers/gpu/drm/msm/Kconfig
drivers/gpu/drm/msm/Makefile
drivers/gpu/drm/msm/dsi/dsi.c [new file with mode: 0644]
drivers/gpu/drm/msm/dsi/dsi.h [new file with mode: 0644]
drivers/gpu/drm/msm/dsi/dsi_host.c [new file with mode: 0644]
drivers/gpu/drm/msm/dsi/dsi_manager.c [new file with mode: 0644]
drivers/gpu/drm/msm/dsi/dsi_phy.c [new file with mode: 0644]
drivers/gpu/drm/msm/msm_drv.h