xgl: Add MaxMemReferences to GPU_QUEUE_PROPS
diff --git a/icd/intel/gpu.c b/icd/intel/gpu.c
index f2fcdca..d025531 100644
--- a/icd/intel/gpu.c
+++ b/icd/intel/gpu.c
@@ -272,6 +272,7 @@
         props->queueCount = 1;
         props->maxAtomicCounters = INTEL_QUEUE_ATOMIC_COUNTER_COUNT;
         props->supportsTimestamps = true;
+        props->maxMemReferences = gpu->batch_buffer_reloc_count;
         break;
     default:
         assert(!"unknown engine type");