diff --git a/src/intel/dev/intel_device_info.c b/src/intel/dev/intel_device_info.c
index f9b045a8eb53f61739ba763d052d3d6ab3792834..ec5e3b7fb6935d3aa455a4ec70b9382c1b8814fb 100644
--- a/src/intel/dev/intel_device_info.c
+++ b/src/intel/dev/intel_device_info.c
@@ -539,6 +539,7 @@ static const struct intel_device_info intel_device_info_chv = {
    .max_gs_threads = 336,                           \
    .max_tcs_threads = 336,                          \
    .max_tes_threads = 336,                          \
+   .max_wm_threads = 0,                             \
    .max_threads_per_psd = 64,                       \
    .max_cs_threads = 56,                            \
    .timestamp_frequency = 12000000,                 \
@@ -829,6 +830,7 @@ static const struct intel_device_info intel_device_info_cfl_gt3 = {
    .max_gs_threads = 224,                           \
    .max_tcs_threads = 224,                          \
    .max_tes_threads = 364,                          \
+   .max_wm_threads = 0,                             \
    .max_threads_per_psd = 64,                       \
    .max_cs_threads = 56
 
@@ -942,6 +944,7 @@ static const struct intel_device_info intel_device_info_ehl_2x4 = {
    .max_gs_threads = 336,                           \
    .max_tcs_threads = 336,                          \
    .max_tes_threads = 546,                          \
+   .max_wm_threads = 0,                             \
    .max_threads_per_psd = 64,                       \
    .max_cs_threads = 112, /* threads per DSS */     \
    .urb = {                                         \
@@ -1083,6 +1086,7 @@ static const struct intel_device_info intel_device_info_sg1 = {
    .max_gs_threads = 336,  /* BSpec 46299 */                    \
    .max_tcs_threads = 336, /* BSpec 46300 */                    \
    .max_tes_threads = 546, /* BSpec 46298 */                    \
+   .max_wm_threads = 0,                                         \
    .max_threads_per_psd = 64,                                   \
    .max_cs_threads = 112, /* threads per DSS */                 \
    .urb = {                                                     \