intel/dev: Add URB max entries values

Right now this value is not use but it will in the next patch.

Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41789>
This commit is contained in:
José Roberto de Souza 2026-05-25 10:53:16 -07:00 committed by Marge Bot
parent 0cc89ca03a
commit 45d9c2c14b

View file

@ -1030,6 +1030,8 @@ static const struct intel_device_info intel_device_info_sg1 = {
[MESA_SHADER_TESS_CTRL] = 1548, /* BSpec 47137 */ \
[MESA_SHADER_TESS_EVAL] = 3576, /* BSpec 47135 */ \
[MESA_SHADER_GEOMETRY] = 1548, /* BSpec 47136 */ \
[MESA_SHADER_TASK] = 1548, /* BSpec 47133 */ \
[MESA_SHADER_MESH] = 1548, /* Bspec 47132 */ \
} \
}