From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by gabe.freedesktop.org (Postfix) with ESMTPS id 10FD010E6CF for ; Fri, 12 May 2023 14:28:13 +0000 (UTC) From: janga.rahul.kumar@intel.com To: igt-dev@lists.freedesktop.org, ramadevi.gandi@intel.com, janga.rahul.kumar@intel.com Date: Fri, 12 May 2023 20:00:33 +0530 Message-Id: <20230512143033.3830748-1-janga.rahul.kumar@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH i-g-t] tests/xe/xe_evict: Update beng-large subtest List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: From: Janga Rahul Kumar Add missing bind engine flag. Signed-off-by: Janga Rahul Kumar --- tests/xe/xe_evict.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/xe/xe_evict.c b/tests/xe/xe_evict.c index 5687cce3..7fef4efc 100644 --- a/tests/xe/xe_evict.c +++ b/tests/xe/xe_evict.c @@ -564,7 +564,7 @@ igt_main EXTERNAL_OBJ }, { "beng-small-multi-vm", 16, 256, 1, 128, BIND_ENGINE | MULTI_VM }, - { "beng-large", 4, 16, 1, 4, 0 }, + { "beng-large", 4, 16, 1, 4, BIND_ENGINE }, { "beng-large-external", 4, 16, 1, 4, BIND_ENGINE | EXTERNAL_OBJ }, { "beng-large-multi-vm", 4, 8, 3, 8, BIND_ENGINE | MULTI_VM }, -- 2.25.1