Re: [Beignet] [PATCH] GBE: fix kernel arguments uploading bug.

2015-10-11 Thread Yang, Rong R
LGTM, pushed, thanks. > -Original Message- > From: Beignet [mailto:beignet-boun...@lists.freedesktop.org] On Behalf Of > Zhigang Gong > Sent: Saturday, October 10, 2015 9:11 > To: beignet@lists.freedesktop.org > Cc: Gong, Zhigang > Subject: [Beignet] [PATCH] GBE:

[Beignet] [PATCH] GBE: fix kernel arguments uploading bug.

2015-10-09 Thread Zhigang Gong
After the curbe allocation refactor, not all kernel arguments will be allocated unconditional. If some kernel arguments haven't been used at all, the corresponding arguments will be ignored at backend thus we may get a -1 offset. On the runtime driver side, we need check this situation.