summaryrefslogtreecommitdiff
path: root/src/intel/compiler/brw_fs_visitor.cpp
diff options
context:
space:
mode:
authorJason Ekstrand <jason.ekstrand@intel.com>2018-05-17 23:49:29 -0700
committerJason Ekstrand <jason.ekstrand@intel.com>2018-06-28 13:19:38 -0700
commit0b830081f0ae633911f4dd3e60f27b4ebdb67a2f (patch)
tree84099a3eb6d2616a23c8962684dcd73236cf6ad0 /src/intel/compiler/brw_fs_visitor.cpp
parent9d78abbef80ae79c9f81056d19eaee9a4e81aeb3 (diff)
intel/fs: Rework KSP data to be SIMD width-based
Reviewed-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'src/intel/compiler/brw_fs_visitor.cpp')
-rw-r--r--src/intel/compiler/brw_fs_visitor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/compiler/brw_fs_visitor.cpp b/src/intel/compiler/brw_fs_visitor.cpp
index a24808eac69..d3d69135711 100644
--- a/src/intel/compiler/brw_fs_visitor.cpp
+++ b/src/intel/compiler/brw_fs_visitor.cpp
@@ -126,7 +126,7 @@ fs_visitor::emit_dummy_fs()
stage_prog_data->nr_pull_params = 0;
stage_prog_data->curb_read_length = 0;
stage_prog_data->dispatch_grf_start_reg = 2;
- wm_prog_data->dispatch_grf_start_reg_2 = 2;
+ wm_prog_data->dispatch_grf_start_reg_16 = 2;
grf_used = 1; /* Gen4-5 don't allow zero GRF blocks */
calculate_cfg();