Commit 75afcee
Jyri Sarha
topology2: Remove lifetime and shared -bytes_requirement widget attributes
Remove tokens lifetime_heap_bytes_requirement and shared_bytes_requirement
and turn interim_bytes_requirement back into heap_bytes_requirement.
These new types are not after all needed. The vregions code can handle
the division between lifetime linear allocs and traditional interim
heap autonomously. And shared memory does not need to be separately
configured, vregion_alloc_coherent_align() can allocate shared memory
from the same heap.
Fixes: 83390bd ("topology2: Add lifetime and shared -bytes_requirement widget attributes")
Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>1 parent b1c674a commit 75afcee
2 files changed
Lines changed: 5 additions & 28 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
| 31 | + | |
34 | 32 | | |
35 | 33 | | |
36 | 34 | | |
| |||
68 | 66 | | |
69 | 67 | | |
70 | 68 | | |
71 | | - | |
| 69 | + | |
72 | 70 | | |
73 | 71 | | |
74 | 72 | | |
| |||
Lines changed: 3 additions & 24 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
| 152 | + | |
| 153 | + | |
173 | 154 | | |
174 | 155 | | |
175 | 156 | | |
176 | 157 | | |
177 | 158 | | |
178 | 159 | | |
179 | | - | |
180 | | - | |
181 | | - | |
| 160 | + | |
0 commit comments