[PATCH i-g-t] lib/rendercopy_gen9: Bump up URB size

Zbigniew Kempczyński <[email protected]>
Newsgroups org.freedesktop.lists.igt-dev
Message-ID <[email protected]>
According to documentation bump VS number of URB entries to cover whole
Xe3P family.

BSpec: 56268
Signed-off-by: Zbigniew Kempczyński <[email protected]>
Cc: Matt Roper <[email protected]>
Cc: Jan Maslak <[email protected]>
---
 lib/rendercopy_gen9.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/rendercopy_gen9.c b/lib/rendercopy_gen9.c
index 31913badba..2f22084426 100644
--- a/lib/rendercopy_gen9.c
+++ b/lib/rendercopy_gen9.c
@@ -833,7 +833,7 @@ gen9_emit_state_base_address(struct intel_bb *ibb) {
 static void
 gen7_emit_urb(struct intel_bb *ibb) {
 	/* XXX: Min valid values from mesa */
-	const int vs_entries = intel_gen(ibb->devid) >= 35 ? 128 : 64;
+	const int vs_entries = intel_gen(ibb->devid) >= 35 ? 160 : 64;
 	const int vs_size = 2;
 	const int vs_start = 4;
 
-- 
2.54.0
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.