]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/msm: Add components for MDP5
authorArchit Taneja <architt@codeaurora.org>
Mon, 6 Jun 2016 08:15:34 +0000 (13:45 +0530)
committerRob Clark <robdclark@gmail.com>
Sat, 16 Jul 2016 14:09:00 +0000 (10:09 -0400)
commit54011e266499ec80104136bcecec5e8c7e21340c
tree758637cf7b68c9aa391ff2b4ad9df81798445b98
parent812070eb090350af69848f462fe5266e25c5df6e
drm/msm: Add components for MDP5

For MDP5 based platforms, the master device isn't the MDP5 platform
device, but the top level MDSS device, which is a parent to MDP5 and
interface (DSI, HDMI, eDP etc) devices.

In order to add components on MDP5 platforms, we first need to populate
the MDSS children, locate the MDP5 child, and then parse its ports to
get the display interfaces.

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