Re: [Mesa-dev] [PATCH] radv/winsys: Fail early on overgrown cs.

2016-10-16 Thread Bas Nieuwenhuizen
Pushed, thanks. - Bas On Thu, Oct 13, 2016 at 10:54 PM, Gustaw Smolarczyk wrote: > When !use_ib_bos, we can't easily chain ibs one to another. If the > required cs size grows over 1Mi - 8 dwords just fail the cs so that we > won't assert-fail in

[Mesa-dev] [PATCH] radv/winsys: Fail early on overgrown cs.

2016-10-13 Thread Gustaw Smolarczyk
When !use_ib_bos, we can't easily chain ibs one to another. If the required cs size grows over 1Mi - 8 dwords just fail the cs so that we won't assert-fail in radv_amdgpu_winsys_cs_submit later on. --- Please, push the patch after it has been reviewed.