Re: [PATCH v2 1/3] drm/etnaviv: skip command stream validation on PPAS capable GPUs

2019-08-14 Thread Guido Günther
Hi, On Fri, Aug 09, 2019 at 02:05:12PM +0200, Lucas Stach wrote: > With per-process address spaces in place, a rogue process submitting > bogus command streams can only hurt itself. There is no need to > validate the command stream before execution anymore. > > Signed-off-by: Lucas Stach >

[PATCH v2 1/3] drm/etnaviv: skip command stream validation on PPAS capable GPUs

2019-08-09 Thread Lucas Stach
With per-process address spaces in place, a rogue process submitting bogus command streams can only hurt itself. There is no need to validate the command stream before execution anymore. Signed-off-by: Lucas Stach Reviewed-by: Philipp Zabel --- drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c | 3