]> git.baikalelectronics.ru Git - kernel.git/commit
drm/msm: Drop the gpu binding
authorArchit Taneja <architt@codeaurora.org>
Thu, 19 May 2016 08:03:52 +0000 (13:33 +0530)
committerRob Clark <robdclark@gmail.com>
Sat, 16 Jul 2016 14:09:01 +0000 (10:09 -0400)
commit1a02fa2e6dcf60ac3453ccdd0a4bb172773b1126
treeb0c4aba777d1e74cdd8a55d4bc7297847f2db2e9
parenta5a1101f61a0ac920a8fb3c1f580e359c34757f7
drm/msm: Drop the gpu binding

The driver currently identifies the GPU components it needs by parsing
a phandle list from the 'gpus' DT property.

This isn't the right binding to go with. So, for now, just search all
device nodes and find the gpu node we need by parsing a list of
compatible strings.

Once we know how to link the kms and gpu drivers, we'll drop this method
and use the correct binding.

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