From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id C32ABC7EE23 for ; Thu, 8 Jun 2023 09:14:32 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 5083510E061; Thu, 8 Jun 2023 09:14:32 +0000 (UTC) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by gabe.freedesktop.org (Postfix) with ESMTPS id DF54810E061 for ; Thu, 8 Jun 2023 09:14:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1686215669; x=1717751669; h=message-id:date:mime-version:subject:to:references:from: in-reply-to:content-transfer-encoding; bh=GRA74k9GkQLyZhb1WWpRYRBQ/5RvohBZQdsiLR7m1mA=; b=CtLg0qVOTlQdYR6+I3Wm3xS6t5pGkDfdoh9AMyvd4mGQX4QmkRhEP1RM smu/p6NAGTNStbDZwYSX+eCDyUsNwd/hMHFl8i7FoTgtSS/6K5Ww+e/3r fLMC7IaCuctQeEHH6A6Jf4X4RM7YOt/4F3CWO1vwXwJIQ+edBzAGkWgf6 2q9u2TosS1jr+oaRvbKEYkp1uKjYO1ltBo54l2xJiHVS4bgc4W1RqLyHs fIb+bWaGSpMKrEJ4Mc86xU/SRHRbH1zL5CuttNomfKsXjoq13tCAMRwX7 8Q2ZqCAGXEe8rj60VY7yQBFmfX6wCM+J4UmRM6D24kPOJNlcSvFPlSb3O A==; X-IronPort-AV: E=McAfee;i="6600,9927,10734"; a="357265787" X-IronPort-AV: E=Sophos;i="6.00,226,1681196400"; d="scan'208";a="357265787" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jun 2023 02:14:29 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10734"; a="779808035" X-IronPort-AV: E=Sophos;i="6.00,226,1681196400"; d="scan'208";a="779808035" Received: from rirwin-mobl3.ger.corp.intel.com (HELO [10.213.239.227]) ([10.213.239.227]) by fmsmga004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jun 2023 02:14:28 -0700 Message-ID: Date: Thu, 8 Jun 2023 10:14:26 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0 Content-Language: en-US To: intel-gfx@lists.freedesktop.org, Patchwork , Luca Coelho References: <20230606163942.330052-1-luciano.coelho@intel.com> <168612689851.21181.14667691404906605680@emeril.freedesktop.org> From: Tvrtko Ursulin Organization: Intel Corporation UK Plc In-Reply-To: <168612689851.21181.14667691404906605680@emeril.freedesktop.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Intel-gfx] =?utf-8?b?4pyXIEZpLkNJLklHVDogZmFpbHVyZSBmb3IgZHJt?= =?utf-8?q?/i915=3A_implement_internal_workqueues_=28rev2=29?= X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On 07/06/2023 09:34, Patchwork wrote: 8< > IGT changes > > > Possible regressions > > * > > igt@i915_selftest@mock@requests: > > o > > shard-apl: PASS > -> INCOMPLETE > > o > > shard-snb: PASS > -> INCOMPLETE > > o > > shard-glk: PASS > -> INCOMPLETE Could be missing wq creation/destruction in mock_gem_device/mock_device_release. Regards, Tvrtko