Skip to content

drm/xe/guc: Enable SW signaling before submitting job

Matthew Brost requested to merge (removed):fix_fence_race into xe

Seal race where signaling is enabled after IRQ handler for completion fires. Enabling SW signaling first ensures when IRQ handler fires, the fence is in the list of pending fences.

Not a big deal to enable signaling early as the first thing the DRM scheduler does after run_job() returns is enable SW signaling.

Signed-off-by: Matthew Brost matthew.brost@intel.com

Fixes issue: #127 (closed)

Merge request reports