]> git.baikalelectronics.ru Git - kernel.git/commit
drm/msm/mdp5: Update compatible strings for MDSS/MDP5
authorArchit Taneja <architt@codeaurora.org>
Mon, 30 May 2016 11:32:00 +0000 (17:02 +0530)
committerRob Clark <robdclark@gmail.com>
Sat, 16 Jul 2016 14:09:02 +0000 (10:09 -0400)
commitc2fb60f8b3322b479fa2829a56176acec3e12c47
tree82549b2368a60e209cbe94e566e8b1380d9080f4
parentce128bf19db9d25018b1fd13de52efbd41ea5403
drm/msm/mdp5: Update compatible strings for MDSS/MDP5

Introduce new compatible strings for the top level MDSS wrapper device,
and the MDP5 device.

Previously, the "qcom,mdp5" and "qcom,mdss_mdp" compatible strings
were used to match the top level platform_device (which was also tied
to the top level drm_device struct). Now, these strings are used
to match the MDP5 platform device.

Use "qcom,mdss" as the compatible string for top level MDSS device.
This is now used to match the top level platform_device (which is
tied to the drm_device struct).

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