Commit 807b364
Jyri Sarha
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 VMH working
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 4d062a0 commit 807b364
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
| 255 | + | |
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
| |||
0 commit comments