]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/xe: Rename gt_init sub-functions
authorMaarten Lankhorst <dev@lankhorst.se>
Thu, 19 Jun 2025 10:49:05 +0000 (12:49 +0200)
committerMaarten Lankhorst <dev@lankhorst.se>
Thu, 26 Jun 2025 20:11:35 +0000 (22:11 +0200)
commit6386a49951cd2cf3b46f3f214111071174e2f4ad
treee32607879a3f82a5570d0fac96ed8b520f579e19
parent4c5517e9ecd5f13e9981fbf7378e0ce7b0d4af1f
drm/xe: Rename gt_init sub-functions

s/gt_fw_domain_init/gt_init_with_gt_forcewake()/
s/all_fw_domain_init/gt_init_with_all_forcewake()/

Clarify that the functions are the part of gt_init() that are called
with the respective power domains held. all_domain() of course only
works after discovering and initialisation of force_wake on all engines,
that's why the split is needed in the first place.

Suggested-by: Lucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Link: https://lore.kernel.org/r/20250619104858.418440-19-dev@lankhorst.se
Signed-off-by: Maarten Lankhorst <dev@lankhorst.se>
drivers/gpu/drm/xe/xe_gt.c