diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h index 395c1768b9fc..0ca95c4d4bfb 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h @@ -43,6 +43,7 @@  #define AMDGPU_GFX_LBPW_DISABLED_MODE		0x00000008L  #define AMDGPU_MAX_GC_INSTANCES		8 +#define KGD_MAX_QUEUES			128  #define AMDGPU_MAX_GFX_QUEUES KGD_MAX_QUEUES  #define AMDGPU_MAX_COMPUTE_QUEUES KGD_MAX_QUEUES @@ -257,7 +258,7 @@ struct amdgpu_cu_info {  	uint32_t number;  	uint32_t ao_cu_mask;  	uint32_t ao_cu_bitmap[4][4]; -	uint32_t bitmap[4][4]; +	uint32_t bitmap[AMDGPU_MAX_GC_INSTANCES][4][4];  };  struct amdgpu_gfx_ras { | 
