drm/msm/mdp4: Initialize DSI encoders
authorArchit Taneja <architt@codeaurora.org>
Wed, 18 Nov 2015 12:28:28 +0000 (17:58 +0530)
committerRob Clark <robdclark@gmail.com>
Mon, 14 Dec 2015 15:39:53 +0000 (10:39 -0500)
commitaf6d0423dfe33ca3bb9a0d1f50eb165b087fd88e
tree5b9fa3b0d4d4bcb6d0ab81f04ca30fe3df26cbb6
parent9696acbcbf4048cc2462834bb692200f44e50f29
drm/msm/mdp4: Initialize DSI encoders

Create DSI encoders during modeset_init. The 2 encoders should ideally be
one command mode and one video mode DSI encoder respectively, but we don't
support command mode yet. We just create 2 of the same because the dsi
driver expects it, we end up using only the first one.

Signed-off-by: Archit Taneja <architt@codeaurora.org>
Signed-off-by: Rob Clark <robdclark@gmail.com>
drivers/gpu/drm/msm/mdp/mdp4/mdp4_kms.c