Re: [Mesa-dev] [PATCH 15/14] radeonsi: extend the SDMA L2T VM fault workaround to T2L

2016-05-08 Thread Nicolai Hähnle
For the history it'd probably be nicer to squash patch 15 in the appropriate place. Either way, patches 5 - 15 are Reviewed-by: Nicolai Hähnle On 08.05.2016 07:10, Marek Olšák wrote: From: Marek Olšák Same algorithm, just applied to T2L. (and

[Mesa-dev] [PATCH 15/14] radeonsi: extend the SDMA L2T VM fault workaround to T2L

2016-05-08 Thread Marek Olšák
From: Marek Olšák Same algorithm, just applied to T2L. (and using a 0-based address and surface.bo_size instead of buf->size) --- src/gallium/drivers/radeonsi/cik_sdma.c | 108 1 file changed, 55 insertions(+), 53 deletions(-) diff --git