drm/xe/sa: Fix an sa_bo_manager memory leak.
Free the sa bo manager bounce buffer on xe_sa_bo_manager_fini(). Also take the opportunity to make allocating it more robust by using kvzalloc instead of kzalloc.
Signed-off-by: Thomas Hellström thomas.hellstrom@linux.intel.com