commit | 57e0546f01ca19b4ce5ed1cc66ae5a1b8671c198 | [log] [tgz] |
---|---|---|
author | Konrad Dybcio <[email protected]> | Sun Feb 28 13:36:51 2021 +0100 |
committer | Greg Kroah-Hartman <[email protected]> | Sat Apr 10 13:36:08 2021 +0200 |
tree | d5822fa1ed2853dc98fc881e7cc10372c04b6162 | |
parent | b9ec77ef36af776ec17427db8ccff804a9b2e142 [diff] |
drm/msm/adreno: a5xx_power: Don't apply A540 lm_setup to other GPUs [ Upstream commit 4a9d36b0610aa7034340e976652e5b43320dd7c5 ] While passing the A530-specific lm_setup func to A530 and A540 to !A530 was fine back when only these two were supported, it certainly is not a good idea to send A540 specifics to smaller GPUs like A508 and friends. Signed-off-by: Konrad Dybcio <[email protected]> Signed-off-by: Rob Clark <[email protected]> Signed-off-by: Sasha Levin <[email protected]>