Re: [Mesa-dev] [PATCH] i965: Program the dynamic state heap size to MAX_STATE_SIZE.

2017-11-29 Thread Jordan Justen
Reviewed-by: Jordan Justen On 2017-11-29 01:08:23, Kenneth Graunke wrote: > STATE_BASE_ADDRESS specifies a maximum size of the dynamic state > section, beyond which data supposedly reads back as 0. On Gen8+, > we were programming it to the size of the buffer. This

Re: [Mesa-dev] [PATCH] i965: Program the dynamic state heap size to MAX_STATE_SIZE.

2017-11-29 Thread Chris Wilson
Quoting Kenneth Graunke (2017-11-29 09:08:23) > STATE_BASE_ADDRESS specifies a maximum size of the dynamic state > section, beyond which data supposedly reads back as 0. On Gen8+, > we were programming it to the size of the buffer. This worked fine > until we started growing the state buffer in

[Mesa-dev] [PATCH] i965: Program the dynamic state heap size to MAX_STATE_SIZE.

2017-11-29 Thread Kenneth Graunke
STATE_BASE_ADDRESS specifies a maximum size of the dynamic state section, beyond which data supposedly reads back as 0. On Gen8+, we were programming it to the size of the buffer. This worked fine until we started growing the state buffer in commit 2dfc119f22f25708. When the state buffer grows,