]> git.baikalelectronics.ru Git - kernel.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)
commited89258c8c1499737dc5cb4599df2ee6ca1a0ebe
tree758637cf7b68c9aa391ff2b4ad9df81798445b98
parenta46a88c9f3b21be276318ceb91c1489b48cd35d9
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