Commit 16d787e
committed
PENDING: media: iris: update MDT PAS load call for new API
The Qualcomm MDT loader changed qcom_mdt_pas_load() to take only four
arguments and use the PAS context for relocation and memory handling.
Update the iris firmware loading path to match that interface by dropping
the temporary memremap/memunmap flow, removing the extra mem_virt
argument from qcom_mdt_pas_load(), and simplifying the error path
accordingly.
This keeps the iris driver aligned with the SCM/PAS loader changes and
fixes the build failure caused by the old five-argument call.
Signed-off-by: Gourav Kumar <gouravk@qti.qualcomm.com>1 parent 7ea01f6 commit 16d787e
1 file changed
+2
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| |||
66 | 65 | | |
67 | 66 | | |
68 | 67 | | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | 68 | | |
76 | 69 | | |
77 | 70 | | |
78 | | - | |
| 71 | + | |
79 | 72 | | |
80 | 73 | | |
81 | 74 | | |
82 | 75 | | |
83 | 76 | | |
84 | | - | |
| 77 | + | |
85 | 78 | | |
86 | 79 | | |
87 | 80 | | |
| |||
94 | 87 | | |
95 | 88 | | |
96 | 89 | | |
97 | | - | |
98 | | - | |
99 | 90 | | |
100 | 91 | | |
101 | 92 | | |
| |||
0 commit comments