Re: [Mesa-dev] [PATCH 3/3] i965: Don't use ggtt_bo for Gen8+ streamout offset buffer.

2017-08-08 Thread Chris Wilson
Quoting Kenneth Graunke (2017-08-07 22:50:42) > RELOC_NEEDS_GGTT is only meaningful on Sandybridge - it's skipped on > other generations - so this has no purpose. Just use rw_bo(). Furthermore the w/a is for a pipecontrol, so we should be able to trim it down further. Though it shouldn't make any

[Mesa-dev] [PATCH 3/3] i965: Don't use ggtt_bo for Gen8+ streamout offset buffer.

2017-08-07 Thread Kenneth Graunke
RELOC_NEEDS_GGTT is only meaningful on Sandybridge - it's skipped on other generations - so this has no purpose. Just use rw_bo(). --- src/mesa/drivers/dri/i965/genX_state_upload.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/drivers/dri/i965/genX_state_upload.c b