Skip to content

Add lmem identity map to migration

Maarten Lankhorst requested to merge mlankhorst/kernel:migration-identity-map into xe

When lmem is used, map the entirety of lmem at 256GiB offset. This will allow us to copy to sysmem without setting lmem mappings. If only we're careful to use phys offsets directly.

Convert batch buffer and pagetable update code, to fix the dg2 issue.

Merge request reports