intel/dev: add a default urb value for intel_stub_gpu on dg2
authorLionel Landwerlin <lionel.g.landwerlin@intel.com>
Fri, 10 Feb 2023 20:04:57 +0000 (22:04 +0200)
committerMarge Bot <emma+marge@anholt.net>
Mon, 13 Feb 2023 09:38:06 +0000 (09:38 +0000)
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21249>

src/intel/dev/intel_device_info.c

index 8bd9c0f..7594e02 100644 (file)
@@ -1055,6 +1055,7 @@ static const struct intel_device_info intel_device_info_sg1 = {
    .has_lsc = true,                                             \
    .has_local_mem = true,                                       \
    .has_aux_map = false,                                        \
+   .urb.size = 768, /* For intel_stub_gpu */                    \
    .simulator_id = 29
 
 #define DG2_FEATURES                                            \