aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_gds.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_gds.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_gds.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_gds.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_gds.h
index ecbcefe49a98..f89f5734d985 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_gds.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_gds.h
@@ -37,6 +37,8 @@ struct amdgpu_gds {
37 struct amdgpu_gds_asic_info mem; 37 struct amdgpu_gds_asic_info mem;
38 struct amdgpu_gds_asic_info gws; 38 struct amdgpu_gds_asic_info gws;
39 struct amdgpu_gds_asic_info oa; 39 struct amdgpu_gds_asic_info oa;
40 uint32_t gds_compute_max_wave_id;
41
40 /* At present, GDS, GWS and OA resources for gfx (graphics) 42 /* At present, GDS, GWS and OA resources for gfx (graphics)
41 * is always pre-allocated and available for graphics operation. 43 * is always pre-allocated and available for graphics operation.
42 * Such resource is shared between all gfx clients. 44 * Such resource is shared between all gfx clients.