Draft: drm/xe/migrate: Some cleanups and fixes
Some minor fixes and cleanups in migration code.
- Remove unused 'struct xe_bo *bo' from emit_pte()
- Use 'false' for is_vram of emit_pte() where it is obvious
- Pass source bo as 'bo' in xe_migrate_copy() calls
- Kernel-doc fix for function xe_migrate_clear()
- In write_pgtable(), consider 'ofs' while calculating chunk size
- Update xe_migrate_doc.h with 32 page table structs (not 48)
Signed-off-by: Niranjana Vishwanathapura niranjana.vishwanathapura@intel.com