i965: Fix comment about CS scratch space encodings on Broadwell+.

I typo'd this.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
Kenneth Graunke 2016-06-14 01:35:20 -07:00
parent 93d8f80a9a
commit a08a16541b

View file

@ -66,7 +66,7 @@ brw_upload_cs_state(struct brw_context *brw)
if (prog_data->total_scratch) {
if (brw->gen >= 8) {
/* Broadwell's Per Thread Scratch Space is in the range [0, 11]
* where 0 = 1k, 1 = 4k, 2 = 8k, ..., 11 = 2M.
* where 0 = 1k, 1 = 2k, 2 = 4k, ..., 11 = 2M.
*/
OUT_RELOC64(stage_state->scratch_bo,
I915_GEM_DOMAIN_RENDER, I915_GEM_DOMAIN_RENDER,