[PATCH] drm/amdgpu: Use less generic enum definitions

2017-05-04 Thread Guenter Roeck
alpha:allmodconfig fails to build as follows. drivers/gpu/drm/amd/amdgpu/amdgpu.h:1006:2: error: expected identifier before '(' token drivers/gpu/drm/amd/amdgpu/amdgpu.h:1011:28: error: 'NGG_BUF_MAX' undeclared here The problem is not really the enum definition of NGG_BUF_MAX but

Re: [PATCH] drm/amdgpu: Use less generic enum definitions

2017-05-04 Thread Alex Deucher
On Thu, May 4, 2017 at 2:49 AM, Guenter Roeck wrote: > alpha:allmodconfig fails to build as follows. > > drivers/gpu/drm/amd/amdgpu/amdgpu.h:1006:2: error: > expected identifier before '(' token > drivers/gpu/drm/amd/amdgpu/amdgpu.h:1011:28: error: > 'NGG_BUF_MAX' undeclared here >