drm/xe/buddy: add locking around drm_buddy_print
It's unsafe to call this without first ensuring exclusive access. For example the free_list could be modified by another user, as we call into this.
Signed-off-by: Matthew Auld matthew.auld@intel.com