drm/xe: Add debugfs for dumping GGTT mappings
authorMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Tue, 31 Jan 2023 22:36:39 +0000 (23:36 +0100)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Tue, 19 Dec 2023 23:27:48 +0000 (18:27 -0500)
commit77775e24e684c761d44ba2f804581c0c42e0ad38
treef99e45d1a1db81252bc395ed454221216115bff6
parent50a48cca608102a53a0961bd95aefb53a8ced3ab
drm/xe: Add debugfs for dumping GGTT mappings

Adding a debugfs dump of GGTT was useful for some debugging I did,
and easy to add. Might be useful for others too.

Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/xe_ggtt.c
drivers/gpu/drm/xe/xe_ggtt.h
drivers/gpu/drm/xe/xe_gt_debugfs.c