]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/gpu/drm/amd/amdgpu/amdgpu.h
drm/amdgpu: add new member in gpu_info fw
[karo-tx-linux.git] / drivers / gpu / drm / amd / amdgpu / amdgpu.h
index e7aa3046321055f8dc7d88aa718b25920e27a83b..c26761f0e05ea615e4a96909a502bed2a6cb67b7 100644 (file)
@@ -1028,7 +1028,10 @@ struct amdgpu_gfx_config {
 struct amdgpu_cu_info {
        uint32_t number; /* total active CU number */
        uint32_t ao_cu_mask;
+       uint32_t max_waves_per_simd;
        uint32_t wave_front_size;
+       uint32_t max_scratch_slots_per_cu;
+       uint32_t lds_size;
        uint32_t bitmap[4][4];
 };