]> git.dujemihanovic.xyz Git - linux.git/commit
drm/xe: Convert gsc_work from mem_access to xe_pm_runtime
authorRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 22 Feb 2024 16:39:34 +0000 (11:39 -0500)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Mon, 26 Feb 2024 14:06:45 +0000 (09:06 -0500)
commit48fef288070b31a6a04ed13c929f1d15ebf52fe5
tree62627c5bd7ced86b561fb329e1e28c851db6e5aa
parentf9d9f94cfb25c9be40a6f51fbfdd1131dfc55ded
drm/xe: Convert gsc_work from mem_access to xe_pm_runtime

Let's directly use xe_pm_runtime_{get,put} instead of the
mem_access helpers that are going away soon.

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