]> git.dujemihanovic.xyz Git - linux.git/commit
drm/xe: Do not grab forcewakes when issuing GGTT TLB invalidation via GuC
authorMatthew Brost <matthew.brost@intel.com>
Thu, 29 Feb 2024 19:45:20 +0000 (11:45 -0800)
committerMatthew Brost <matthew.brost@intel.com>
Wed, 6 Mar 2024 00:48:55 +0000 (16:48 -0800)
commit27ee413bbc0b04146f4ee1c7444422bf18dafd47
tree3fccbc0ffdaff5d3057dec2761ec5886a1b8af8c
parent6a9b38cc68a03b948df1f3fcb907c7557cfc315c
drm/xe: Do not grab forcewakes when issuing GGTT TLB invalidation via GuC

Forcewakes are not required for communication with the GuC via CTB
as it is a memory based interfaced. Acquring forcewakes takes
considerable time. With that, do not grab a forcewake when issuing a
GGTT TLB invalidation via the GuC.

Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Cc: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240229194520.200642-1-matthew.brost@intel.com
drivers/gpu/drm/xe/xe_ggtt.c
drivers/gpu/drm/xe/xe_gt_tlb_invalidation.c