commit | 2c41ef1b6f7d791f61a09bbabbb4f8fc4736d508 | [log] [tgz] |
---|---|---|
author | Rob Clark <robdclark@gmail.com> | Mon Oct 16 10:46:23 2017 -0400 |
committer | Rob Clark <robdclark@gmail.com> | Sat Oct 28 11:01:31 2017 -0400 |
tree | be5d12a3898737de03aefad36cac7576d946dfc9 | |
parent | e8f3de96a9d36813beba892fec18b05a1e39a122 [diff] |
drm/msm/adreno: deal with linux-firmware fw paths When firmware was added to linux-firmware, it was put in a qcom sub- directory, unlike what we'd been using before. For a300_pfp.fw and a300_pm4.fw symlinks were created, but we'd prefer not to have to do this in the future. So add support to look in both places when loading firmware. Signed-off-by: Rob Clark <robdclark@gmail.com>