Commit 0356d60
vregion: Disable virtual regions on ACE 2.0 and earlier
The virtual memory heap does not work properly on MTL or LNL and
effectively the system from functioning due to virtual memory heap
allocations failing when the demand for module memory is high, like in
this test:
TPLG="/lib/firmware/intel/development/sof-lnl-nocodec.tplg" MODEL=LNLP_RVP_NOCODEC SOF_TEST_INTERVAL=10 ~/sof-test/test-case/multiple-pipeline.sh -f a -c 20 -l
Disable virtual memory heap for ACE 2.0 and earlier as quick remedy to
the problem. With proper tuning it may be possible to get VREGIONS
working on these platforms too.
Fixes: b3d0c47 (vregion: Add support for per pipeline/module virtual regions)
Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>1 parent 4be9bba commit 0356d60
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
247 | | - | |
| 247 | + | |
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
| |||
0 commit comments