Re: [PATCH] drm/amdgpu/gfx8: drop per-APU CU limits

2017-06-06 Thread Andres Rodriguez
On 2017-05-31 10:16 AM, Alex Deucher wrote: Always use the max for the family rather than the per sku limits. This makes sure the mask is always the max size to avoid reporting the wrong number of CUs. Cc: sta...@vger.kernel.org Signed-off-by: Alex Deucher

Re: [PATCH] drm/amdgpu/gfx8: drop per-APU CU limits

2017-06-06 Thread Alex Deucher
On Wed, May 31, 2017 at 10:16 AM, Alex Deucher wrote: > Always use the max for the family rather than the per sku limits. > This makes sure the mask is always the max size to avoid reporting > the wrong number of CUs. > > Cc: sta...@vger.kernel.org > Signed-off-by: Alex

[PATCH] drm/amdgpu/gfx8: drop per-APU CU limits

2017-05-31 Thread Alex Deucher
Always use the max for the family rather than the per sku limits. This makes sure the mask is always the max size to avoid reporting the wrong number of CUs. Cc: sta...@vger.kernel.org Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | 71