]> git.dujemihanovic.xyz Git - linux.git/commit
drm/xe: Remove useless mem_access on PAT dumps
authorRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 22 Feb 2024 16:39:37 +0000 (11:39 -0500)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Mon, 26 Feb 2024 14:06:46 +0000 (09:06 -0500)
commit1732391763634b9e877670ecf2e2268d7323ee15
treebd803f8b527be690cc9d7c3a30497133a512c780
parent23be0e6e8316aaab6acfe15f035960914f820a2a
drm/xe: Remove useless mem_access on PAT dumps

PAT dumps are already protected by the xe_pm_runtime_{get,put}
around the debugfs call. So, these can be removed.

Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240222163937.138342-14-rodrigo.vivi@intel.com
drivers/gpu/drm/xe/xe_pat.c