Re: [Mesa-dev] [PATCH] radeonsi: Refuse to accept code with unhandled relocations

2018-07-18 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Tue, Jul 17, 2018 at 10:36 AM, Jan Vesely wrote: > They might lead to unrecoverable GPU hang. > Signed-off-by: Jan Vesely > --- > src/gallium/drivers/radeonsi/si_compute.c | 6 ++ > 1 file changed, 6 insertions(+) > > diff --git

[Mesa-dev] [PATCH] radeonsi: Refuse to accept code with unhandled relocations

2018-07-17 Thread Jan Vesely
They might lead to unrecoverable GPU hang. Signed-off-by: Jan Vesely --- src/gallium/drivers/radeonsi/si_compute.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/src/gallium/drivers/radeonsi/si_compute.c b/src/gallium/drivers/radeonsi/si_compute.c index 5d3341ff61..2349be9584 100644