The source project of this merge request has been removed.
drm/xe/guc: Enable SW signaling before submitting job
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)