From: Tvrtko Ursulin <[email protected]>

Do not use it on older gens.

Signed-off-by: Tvrtko Ursulin <[email protected]>
Cc: Tony Ye <[email protected]>
---
 lib/intel_batchbuffer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/intel_batchbuffer.c b/lib/intel_batchbuffer.c
index b2169a1aa145..6e6bcdeba8a6 100644
--- a/lib/intel_batchbuffer.c
+++ b/lib/intel_batchbuffer.c
@@ -877,7 +877,7 @@ igt_vme_func_t igt_get_media_vme_func(int devid)
 {
        igt_vme_func_t fill = NULL;
 
-       if (IS_GEN9(devid) || IS_GEN10(devid) || IS_GEN11(devid))
+       if (IS_GEN11(devid))
                fill = gen11_media_vme_func;
 
        return fill;
-- 
2.19.1

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

Reply via email to