From: Tvrtko Ursulin <[email protected]>

Need to check we actually are in VCS2 remapping mode!

Signed-off-by: Tvrtko Ursulin <[email protected]>
---
 benchmarks/gem_wsim.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/benchmarks/gem_wsim.c b/benchmarks/gem_wsim.c
index 80f180829241..25af4d678ba4 100644
--- a/benchmarks/gem_wsim.c
+++ b/benchmarks/gem_wsim.c
@@ -592,7 +592,7 @@ add_step:
                }
        }
 
-       if (bcs_used && verbose)
+       if (bcs_used && (flags & VCS2REMAP) && verbose)
                printf("BCS usage in workload with VCS2 remapping enabled!\n");
 
        return wrk;
-- 
2.17.1

_______________________________________________
Intel-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to