mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 02:48:06 +02:00
intel: Set min_ds_entries on Broxton.
This was missing.
Cc: mesa-stable@lists.freedesktop.org
Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Ben Widawsky <benjamin.widawsky@intel.com>
(cherry picked from commit 341fc0073a)
This commit is contained in:
parent
4b2caa02f0
commit
607cac69f8
1 changed files with 2 additions and 0 deletions
|
|
@ -391,6 +391,7 @@ static const struct gen_device_info gen_device_info_bxt = {
|
|||
.urb = {
|
||||
.size = 192,
|
||||
.min_vs_entries = 34,
|
||||
.min_ds_entries = 34,
|
||||
.max_vs_entries = 704,
|
||||
.max_tcs_entries = 256,
|
||||
.max_tes_entries = 416,
|
||||
|
|
@ -413,6 +414,7 @@ static const struct gen_device_info gen_device_info_bxt_2x6 = {
|
|||
.urb = {
|
||||
.size = 128,
|
||||
.min_vs_entries = 34,
|
||||
.min_ds_entries = 34,
|
||||
.max_vs_entries = 352,
|
||||
.max_tcs_entries = 128,
|
||||
.max_tes_entries = 208,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue