mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-31 20:40:09 +01:00
intel/dev: Set minimum HS URB entries to 0.
The documentation for 3DSTATE_URB_HS has 0 as the minimum number of HS
URB entries for all platforms. See BSpecs 32162, 47137, 56271 for
Gfx6-11, Xe, and Xe2-3, respectively.
This should silence warnings about our device info field not matching
the hwconfig tables.
Notably, nothing in our drivers currently uses this value so it cannot
have a functional impact.
Fixes: 4064b5546b ("intel/dev: reduce warning noise from urb settings")
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33764>
This commit is contained in:
parent
7f6b1dee2c
commit
7ccc786acf
1 changed files with 0 additions and 1 deletions
|
|
@ -439,7 +439,6 @@ static const struct intel_device_info intel_device_info_hsw_gt3 = {
|
|||
#define GFX8_URB_MIN_ENTRIES \
|
||||
.min_entries = { \
|
||||
[MESA_SHADER_VERTEX] = 64, \
|
||||
[MESA_SHADER_TESS_CTRL] = 1, \
|
||||
[MESA_SHADER_TESS_EVAL] = 34, \
|
||||
[MESA_SHADER_GEOMETRY] = 2, \
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue