summaryrefslogtreecommitdiff
path: root/udp.conf
diff options
context:
space:
mode:
Diffstat (limited to 'udp.conf')
0 files changed, 0 insertions, 0 deletions
cf205ad011c6e5bce819b2b8a1698f7152'>diff)
drm/msm: Add display components by parsing MDP ports
The kms driver currently identifies all the mdss components it needs by parsing a phandle list from the 'connectors' DT property. Instead of this, describe a list of ports that the MDP hardware provides to the external world. These ports are linked to external encoder interfaces such as DSI, HDMI. These are also the subcomponent devices that we need add. This description of ports complies with the generic graph bindings. The LVDS port is a special case since it is a part of MDP4 itself, and its output connects directly to the LVDS panel. In this case, we don't try to add it as a component. Signed-off-by: Archit Taneja <architt@codeaurora.org> Signed-off-by: Rob Clark <robdclark@gmail.com>
Diffstat
-rw-r--r--drivers/gpu/drm/msm/msm_drv.c56
1 files changed, 55 insertions, 1 deletions
diff --git a/drivers/gpu/drm/msm/msm_drv.c b/drivers/gpu/drm/msm/msm_drv.c