drm/xe: Don't support execlists in xe_gt_tlb_invalidation layer
authorMatthew Brost <matthew.brost@intel.com>
Thu, 22 Feb 2024 23:20:21 +0000 (15:20 -0800)
committerMatthew Brost <matthew.brost@intel.com>
Fri, 23 Feb 2024 19:44:59 +0000 (11:44 -0800)
commita9e483dda3efa5b9aae5d9eef94d2c3a878d9bea
tree4207f326a157a9e5f2f5f4f9cb83c4f48ebed219
parent3121fed0c51beb8ea7b18ab2ceff1ac9e358ac53
drm/xe: Don't support execlists in xe_gt_tlb_invalidation layer

The xe_gt_tlb_invalidation layer implements TLB invalidations for a GuC
backend. Simply return if in execlists mode. A follow up may properly
implement the xe_gt_tlb_invalidation layer for both GuC and execlists.

Fixes: a9351846d945 ("drm/xe: Break of TLB invalidation into its own file")
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240222232021.3911545-4-matthew.brost@intel.com
drivers/gpu/drm/xe/xe_gt_tlb_invalidation.c