Skip to content

drm/xe/sa: Fix an sa_bo_manager memory leak.

Thomas Hellström requested to merge thomash/kernel:sa_memleak into xe

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

Merge request reports