]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/xe: Pass flags directly to emit_flush_imm_ggtt
authorTvrtko Ursulin <tvrtko.ursulin@igalia.com>
Fri, 7 Mar 2025 11:14:01 +0000 (11:14 +0000)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Mon, 10 Mar 2025 15:49:41 +0000 (11:49 -0400)
commit52a237e8d6c4abcda40c71268ee6cec75aa62799
tree01bcc3e7f78354affc00e20f9f49d04af36ac9b7
parent08ea901d0b8f6ea261d9936e03fa690540af0126
drm/xe: Pass flags directly to emit_flush_imm_ggtt

This is more readable than the nameless booleans and will also come handy
later.

Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@igalia.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Tejas Upadhyay <tejas.upadhyay@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250307111402.26577-4-tvrtko.ursulin@igalia.com
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/xe_ring_ops.c