Hi Ganesan,
On Thursday, October 30, 2014 10:33pm, "Ganesan, Aravind" said:
> Splitting the command sequence for an IB1 submission at the end of
> the ring buffer can hang the GPU. To fix this, if there isn't
> enough contiguous space at the end to fit the full command sequence,
> insert NOPs
Splitting the command sequence for an IB1 submission at the end of
the ring buffer can hang the GPU. To fix this, if there isn't
enough contiguous space at the end to fit the full command sequence,
insert NOPs at the end, and write the sequence at the start, as space
becomes available.
Signed-off