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 X-Spam-Level: X-Spam-Status: No, score=-7.7 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 55398C432BE for ; Fri, 6 Aug 2021 11:44:15 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id D973A60EBC for ; Fri, 6 Aug 2021 11:44:14 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org D973A60EBC Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=shipmail.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id A9AB86EB88; Fri, 6 Aug 2021 11:44:13 +0000 (UTC) X-Greylist: delayed 563 seconds by postgrey-1.36 at gabe; Fri, 06 Aug 2021 11:44:09 UTC Received: from pio-pvt-msa2.bahnhof.se (pio-pvt-msa2.bahnhof.se [79.136.2.41]) by gabe.freedesktop.org (Postfix) with ESMTPS id 089366E92B; Fri, 6 Aug 2021 11:44:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by pio-pvt-msa2.bahnhof.se (Postfix) with ESMTP id C2674403CB; Fri, 6 Aug 2021 13:34:42 +0200 (CEST) Authentication-Results: pio-pvt-msa2.bahnhof.se; dkim=pass (1024-bit key; unprotected) header.d=shipmail.org header.i=@shipmail.org header.b="geursaj7"; dkim-atps=neutral X-Virus-Scanned: Debian amavisd-new at bahnhof.se Received: from pio-pvt-msa2.bahnhof.se ([127.0.0.1]) by localhost (pio-pvt-msa2.bahnhof.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Bnq4LkMf5-dP; Fri, 6 Aug 2021 13:34:41 +0200 (CEST) Received: by pio-pvt-msa2.bahnhof.se (Postfix) with ESMTPA id EC7C43F8AC; Fri, 6 Aug 2021 13:34:40 +0200 (CEST) Received: from [192.168.0.209] (unknown [192.55.54.49]) by mail1.shipmail.org (Postfix) with ESMTPSA id 57080360060; Fri, 6 Aug 2021 13:34:37 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=shipmail.org; s=mail; t=1628249680; bh=M7ztgVeSZdyI60THbohVVWNOkK3dfI+ixGgoJupNAr0=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=geursaj7FJIVX9JCw7xFwSkaYn12yYG0Kij2EudSg5H0r7LZj9iZL6Zh1wON87ifp if0duN5QMBKJj9P7F5ICFk1zkNaKXLs50WNc73bJ2zTpdZQwMLKkPAAt09MCRk2ze5 Rkc33nfRL8e5DySeno07KLArsnjna81mSEusVMJw= Subject: Re: [Intel-gfx] [PATCH 0/4] Enable GuC submission by default on DG1 To: Matthew Brost , Daniel Vetter Cc: intel-gfx , dri-devel References: <20210803051121.72017-1-matthew.brost@intel.com> <20210803172623.GA82856@DUT151-ICLU.fm.intel.com> From: =?UTF-8?Q?Thomas_Hellstr=c3=b6m_=28Intel=29?= Message-ID: Date: Fri, 6 Aug 2021 13:34:33 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: <20210803172623.GA82856@DUT151-ICLU.fm.intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi, On 8/3/21 7:26 PM, Matthew Brost wrote: > On Tue, Aug 03, 2021 at 02:15:13PM +0200, Daniel Vetter wrote: >> On Tue, Aug 3, 2021 at 6:53 AM Matthew Brost wrote: >>> Minimum set of patches to enable GuC submission on DG1 and enable it by >>> default. >>> >>> A little difficult to test as IGTs do not work with DG1 due to a bunch >>> of uAPI features being disabled (e.g. relocations, caching memory >>> options, etc...). >> Matt Auld has an igt series which fixes a lot of this stuff, would be >> good to do at least a Test-With run with that. >> It looks like Maarten now merged Matt's series to IGT. There is a series on IGT trybot with pending work to have some igt tests support relocations, https://patchwork.freedesktop.org/series/92043/ One of the tests that have WIP fixes is gem_exec_whisper, and that particular test has historically shown occasional hangs with GuC submission on DG1 so it would be very desirable if we could make that test in particular work (I haven't verified that that's the case) reliably. Also the following series: https://patchwork.freedesktop.org/series/93455/ tries a bit harder to get some more tests running, squashing the above series on top of latest IGT. Thanks, /Thomas