drm/xe: Drop TLB invalidation from ring operations
authorMatthew Brost <matthew.brost@intel.com>
Thu, 26 Jan 2023 18:40:41 +0000 (10:40 -0800)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Tue, 19 Dec 2023 23:27:47 +0000 (18:27 -0500)
commit50a48cca608102a53a0961bd95aefb53a8ced3ab
tree41e006132929ba396850c03c5c769a4c23d5bf8c
parent5387e865d90e927ba0af9d37855c9bd47cc9d00a
drm/xe: Drop TLB invalidation from ring operations

Now that we issue TLB invalidations on unbinds and rebind from execs we
no longer need to issue TLB invalidations from the ring operations.

Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Reviewed-by: Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>
drivers/gpu/drm/xe/xe_ring_ops.c