commit | 5785dd7a8ef0de8049f40a1a109de6a1bf17b479 | [log] [tgz] |
---|---|---|
author | Akhil P Oommen <akhilpo@codeaurora.org> | Wed Oct 28 20:05:11 2020 +0530 |
committer | Rob Clark <robdclark@chromium.org> | Wed Nov 04 08:26:26 2020 -0800 |
tree | 5301db48816dcb8cd99d2a11a9d3a39349de33f5 | |
parent | cccdeda362fafd0613b571affe7199eb7d8f3fba [diff] |
drm/msm: Fix duplicate gpu node in icc summary The dev_pm_opp_of_add_table() api initializes the icc nodes for gpu indirectly. So we can avoid using of_icc_get() api in the common probe path. To improve this, move of_icc_get() to target specific code where it is required. This patch helps to fix duplicate gpu node listed in the interconnect summary from the debugfs. Signed-off-by: Akhil P Oommen <akhilpo@codeaurora.org> Signed-off-by: Rob Clark <robdclark@chromium.org>