On 04/20/2018 03:30 PM, Grazvydas Ignotas wrote:
On Fri, Apr 20, 2018 at 3:21 PM, Samuel Pitoiset
wrote:
The SI family doesn't support chaining which means the maximum
size in dwords per CS is limited. When that limit was reached
we failed to submit the CS and the application crashed.
This p
On Fri, Apr 20, 2018 at 3:21 PM, Samuel Pitoiset
wrote:
> The SI family doesn't support chaining which means the maximum
> size in dwords per CS is limited. When that limit was reached
> we failed to submit the CS and the application crashed.
>
> This patch allows to submit up to 4 IBs which is cu
Reviewed-by: Bas Nieuwenhuizen
On Fri, Apr 20, 2018 at 2:21 PM, Samuel Pitoiset
wrote:
> The SI family doesn't support chaining which means the maximum
> size in dwords per CS is limited. When that limit was reached
> we failed to submit the CS and the application crashed.
>
> This patch allows
The SI family doesn't support chaining which means the maximum
size in dwords per CS is limited. When that limit was reached
we failed to submit the CS and the application crashed.
This patch allows to submit up to 4 IBs which is currently the
limit, but recent amdgpu supports more than that.
Ple