Re: [PATCH] drm/etnaviv: relax submit size limits

2022-01-09 Thread Christian Gmeiner
Am Do., 6. Jan. 2022 um 19:10 Uhr schrieb Lucas Stach : > > While all userspace tried to limit commandstreams to 64K in size, > a bug in the Mesa driver lead to command streams of up to 128K > being submitted. Allow those to avoid breaking existing userspace. > > Fixes: 6dfa2fab8ddd ("drm/etnaviv:

[PATCH] drm/etnaviv: relax submit size limits

2022-01-06 Thread Lucas Stach
While all userspace tried to limit commandstreams to 64K in size, a bug in the Mesa driver lead to command streams of up to 128K being submitted. Allow those to avoid breaking existing userspace. Fixes: 6dfa2fab8ddd ("drm/etnaviv: limit submit sizes") Cc: sta...@vger.kernel.org Signed-off-by: Luca