intel/dev: add a default urb value for intel_stub_gpu on dg2

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>
This commit is contained in:
Lionel Landwerlin 2023-02-10 22:04:57 +02:00 committed by Marge Bot
parent 214d6d05ed
commit 295dd6f515

View 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 \