mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
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:
parent
214d6d05ed
commit
295dd6f515
1 changed files with 1 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue