summaryrefslogtreecommitdiffstats
path: root/src/intel/blorp
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2020-01-17 14:10:40 -0600
committerJason Ekstrand <[email protected]>2020-01-30 18:46:26 -0600
commitfdc0c19328fd8e02e4b1bd5c62b93ce6c4597ca1 (patch)
tree36d67aef32f9a3ade2a694a02f5f3de9da3eb897 /src/intel/blorp
parente340a79b9c4b6ee35eaa10a685395a67d0b0b440 (diff)
intel/common: Return the block size from get_urb_config
Cc: "20.0" [email protected] Reviewed-by: Kenneth Graunke <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3454>
Diffstat (limited to 'src/intel/blorp')
-rw-r--r--src/intel/blorp/blorp_genX_exec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/blorp/blorp_genX_exec.h b/src/intel/blorp/blorp_genX_exec.h
index d271bb4248c..3cd2ce6d048 100644
--- a/src/intel/blorp/blorp_genX_exec.h
+++ b/src/intel/blorp/blorp_genX_exec.h
@@ -218,7 +218,7 @@ emit_urb_config(struct blorp_batch *batch,
unsigned entries[4], start[4];
gen_get_urb_config(batch->blorp->compiler->devinfo,
blorp_get_l3_config(batch),
- false, false, entry_size, entries, start);
+ false, false, entry_size, entries, start, NULL);
#if GEN_GEN == 7 && !GEN_IS_HASWELL
/* From the IVB PRM Vol. 2, Part 1, Section 3.2.1: