Skip to content

device-lg-hammerhead: fix direct firmware load for adreno using new paths

Gianluca Boiano requested to merge M0Rf30/pmaports:lg-hammerhead into master

this commit fixes the following dmesg message

[    2.160650] msm_mdp fd900100.mdp: Direct firmware load for qcom/a330_pm4.fw failed with error -2
[    2.160901] mmc1: new HS200 MMC card at address 0001
[    2.167051] msm_mdp fd900100.mdp: [drm:adreno_request_fw] *ERROR* failed to load a330_pm4.fw

now the firmware are correctly loaded and the dmesg shows:

[    2.348898] msm_mdp fd900100.mdp: [drm:adreno_request_fw] loaded qcom/a330_pm4.fw from new location
[    2.355495] msm_mdp fd900100.mdp: [drm:adreno_request_fw] loaded qcom/a330_pfp.fw from new location

phosh works correctly. tested both on 6.1.7 and upcoming 6.2

Edited by Gianluca Boiano

Merge request reports