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 23689C4338F for ; Fri, 6 Aug 2021 12:15:25 +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 92EC961102 for ; Fri, 6 Aug 2021 12:15:24 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 92EC961102 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 C8A8E6E0F4; Fri, 6 Aug 2021 12:15:23 +0000 (UTC) X-Greylist: delayed 490 seconds by postgrey-1.36 at gabe; Fri, 06 Aug 2021 12:15:23 UTC Received: from ste-pvt-msa2.bahnhof.se (ste-pvt-msa2.bahnhof.se [213.80.101.71]) by gabe.freedesktop.org (Postfix) with ESMTPS id 0C1BE6E0F4; Fri, 6 Aug 2021 12:15:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by ste-pvt-msa2.bahnhof.se (Postfix) with ESMTP id 52C0A3F6EE; Fri, 6 Aug 2021 14:07:11 +0200 (CEST) Authentication-Results: ste-pvt-msa2.bahnhof.se; dkim=pass (1024-bit key; unprotected) header.d=shipmail.org header.i=@shipmail.org header.b="NCzq7Mtg"; dkim-atps=neutral X-Virus-Scanned: Debian amavisd-new at bahnhof.se Authentication-Results: ste-ftg-msa2.bahnhof.se (amavisd-new); dkim=pass (1024-bit key) header.d=shipmail.org Received: from ste-pvt-msa2.bahnhof.se ([127.0.0.1]) by localhost (ste-ftg-msa2.bahnhof.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PF3H0VQjJTPe; Fri, 6 Aug 2021 14:07:10 +0200 (CEST) Received: by ste-pvt-msa2.bahnhof.se (Postfix) with ESMTPA id 9BFCB3F6E1; Fri, 6 Aug 2021 14:07:09 +0200 (CEST) Received: from [192.168.0.209] (unknown [192.55.54.49]) by mail1.shipmail.org (Postfix) with ESMTPSA id 28670360060; Fri, 6 Aug 2021 14:07:06 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=shipmail.org; s=mail; t=1628251628; bh=2cZ4OVwp4XiVl+gsAKy+wLNP7Fciza7YvMb1BLQE16Q=; h=Subject:From:To:Cc:References:Date:In-Reply-To:From; b=NCzq7Mtgv2HHU1reJ+uJMQHRtswn1T1WnE7O9CygmR9RQtxNfNZL3P0mg2DttNScp w761qQ0ye9hXC8LBjjistCT5wxy87lHXJgfAMcrbTxx8HhdESAuTA2jbypSfR2WqYq kU18baIrtNQ+GjBtOyRJBt1K5K1C08G1QodGd4o0= Subject: Re: [Intel-gfx] [PATCH 0/4] Enable GuC submission by default on DG1 From: =?UTF-8?Q?Thomas_Hellstr=c3=b6m_=28Intel=29?= 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> Message-ID: Date: Fri, 6 Aug 2021 14:07:02 +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: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit 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" On 8/6/21 1:34 PM, Thomas Hellström (Intel) wrote: > 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 > And also while we're working on getting igt adapted to uapi changes and to get more LMEM coverage in there, an IMO relevant test case to run manually is "piglit quick"on top of DG1-enabled OpenGL checking for regressions and significant changes in execution time. /Thomas