mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 13:33:02 +08:00
Currently we are reading fifo_head from local copy of saved stateSaveAreaHeader. However, during fifo read dbgUMD is reading FIFO entries and accordingly SIP would also update fifo_head. Hence while accessing fifo_head, ensure that we always read fifo_head from latest in memory state save area header. Related-To: NEO-12787 Signed-off-by: Jitendra Sharma <jitendra.sharma@intel.com>