Re: [Mesa-dev] [PATCH 1/2] ac/gpu_info: report real total memory sizes

2018-06-13 Thread Bas Nieuwenhuizen
Reviewed-by: Bas Nieuwenhuizen for both. Thanks! On Wed, Jun 13, 2018 at 3:15 AM, Marek Olšák wrote: > From: Marek Olšák > > The change from MIN2 to MAX2 is intentional. > --- > src/amd/common/ac_gpu_info.c | 82 > 1 file changed, 54 insertions(+), 28 dele

[Mesa-dev] [PATCH 1/2] ac/gpu_info: report real total memory sizes

2018-06-12 Thread Marek Olšák
From: Marek Olšák The change from MIN2 to MAX2 is intentional. --- src/amd/common/ac_gpu_info.c | 82 1 file changed, 54 insertions(+), 28 deletions(-) diff --git a/src/amd/common/ac_gpu_info.c b/src/amd/common/ac_gpu_info.c index 6bee96b9eee..3b6600dcbc6 10