summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/gem_wsim.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/benchmarks/gem_wsim.c b/benchmarks/gem_wsim.c
index a1bbcef0..c196b253 100644
--- a/benchmarks/gem_wsim.c
+++ b/benchmarks/gem_wsim.c
@@ -3353,6 +3353,8 @@ int main(int argc, char **argv)
engine_calib_map[eng] = calib_val;
if (eng == RCS)
engine_calib_map[DEFAULT] = calib_val;
+ else if (eng == VCS1 || eng == VCS2)
+ engine_calib_map[VCS] = calib_val;
has_nop_calibration = true;
}
} else {