]> git.dujemihanovic.xyz Git - linux.git/commit
drm/xe: Remove mem_access from guc_pc calls
authorRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 22 Feb 2024 16:39:29 +0000 (11:39 -0500)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Mon, 26 Feb 2024 14:06:45 +0000 (09:06 -0500)
commit1e941c9881ec20f6d0173bcd344a605bb89cb121
tree2a3a0ee912d536eed1ab8b2a9c0c01e7ad8829de
parent3f0e14651ab0ca340c4b6f77b2ea615605fcf8f8
drm/xe: Remove mem_access from guc_pc calls

We are now protected by init, sysfs, or removal and don't
need these mem_access protections around GuC_PC anymore.

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-6-rodrigo.vivi@intel.com
drivers/gpu/drm/xe/xe_guc_pc.c