]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/xe: Use emit_flush_imm_ggtt helper instead of open coding
authorTvrtko Ursulin <tvrtko.ursulin@igalia.com>
Thu, 24 Jul 2025 13:16:58 +0000 (14:16 +0100)
committerLucas De Marchi <lucas.demarchi@intel.com>
Thu, 24 Jul 2025 14:45:40 +0000 (07:45 -0700)
commita98cdd979c2b529363be502cb057aea79e65fbf7
tree7a2cff08ef200faf0bd84ce614ab85b119596677
parenta313d9059f00adefdadc6c5612c104bbd78a4808
drm/xe: Use emit_flush_imm_ggtt helper instead of open coding

Helper is already there so lets just use it.

Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@igalia.com>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Link: https://lore.kernel.org/r/20250724131711.74291-2-tvrtko.ursulin@igalia.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
drivers/gpu/drm/xe/xe_ring_ops.c