From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by gabe.freedesktop.org (Postfix) with ESMTPS id B9BF56EA67 for ; Fri, 18 Jun 2021 19:19:28 +0000 (UTC) Date: Fri, 18 Jun 2021 12:19:27 -0700 Message-ID: <87bl83dlq8.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" In-Reply-To: <20210618164714.629477-1-jason@jlekstrand.net> References: <20210617191256.577244-32-jason@jlekstrand.net> <20210618164714.629477-1-jason@jlekstrand.net> MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Subject: Re: [igt-dev] [PATCH i-g-t] tests/i915/gem_ctx_switch: Convert to intel_ctx_t List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" To: Jason Ekstrand Cc: igt-dev@lists.freedesktop.org List-ID: On Fri, 18 Jun 2021 09:47:14 -0700, Jason Ekstrand wrote: > > @@ -315,8 +326,8 @@ igt_main > } phases[] = { > { "", 0, NULL }, > { "-interruptible", INTERRUPTIBLE, NULL }, > - { "-queue", QUEUE, gem_has_queues }, > - { "-queue-interruptible", QUEUE | INTERRUPTIBLE, gem_has_queues }, > + { "-queue", QUEUE, gem_has_vm }, > + { "-queue-interruptible", QUEUE | INTERRUPTIBLE, gem_has_vm }, As I was saying ealier I think here we should replace gem_has_vm with gem_has_queues() where: gem_has_queues == gem_has_vm && gem_context_has_single_timeline But even otherwise this is: Reviewed-by: Ashutosh Dixit _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev