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=-5.5 required=3.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 344F1C4743D for ; Fri, 4 Jun 2021 19:48:44 +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 F2F0C613AD for ; Fri, 4 Jun 2021 19:48:43 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org F2F0C613AD Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 8856D6F5C7; Fri, 4 Jun 2021 19:48:37 +0000 (UTC) Received: from mail-ed1-x530.google.com (mail-ed1-x530.google.com [IPv6:2a00:1450:4864:20::530]) by gabe.freedesktop.org (Postfix) with ESMTPS id 389416E0AC; Fri, 4 Jun 2021 19:48:36 +0000 (UTC) Received: by mail-ed1-x530.google.com with SMTP id f5so7429900eds.0; Fri, 04 Jun 2021 12:48:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=r9MzDGzl4kF2IWp90BG+oAizg6TuArVr+J/ssWse920=; b=ZSOAqKuqtvpVTXY39G34EKW0p3wnokkUEtOW/jg696kULhhRVpnKJUXZARjNOY9ekf amuVP2/zDTjPtLnbzwcztrcWa4up6+9PatHjGObt/nd6SvfupGvcVuIMTjQMhXndv1HS u4My48p0HdVVko4x5UzdHj40WSOtaUyIKtuuylWp7bfXQ+xFEfIcwZf21LcuU8kXDtFQ s4/AgP9fK+Mrt1PFUSAt2pe1x0nhFRdhiKQYjICzeEwB2PfprUN4mwDt4FtL/wOOBq89 3feNCkvsBV6CkUR6/zDZZLOifg4UmWcWTRn0flrn1WHq5nC4K7yZLq5n/rrA1JJrznyw rEpw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=r9MzDGzl4kF2IWp90BG+oAizg6TuArVr+J/ssWse920=; b=UXTSU4VIlwIrZCRS/FR+vTTSmb4GGTbjOf4qbLR8QzmOFKQBLLW925sQdJVcmS+Wbb YgfDXP3j6NPHhBJ6OnYc1MZqJo73vttrzP7Bezs0GPhXBc6ZQZ2hGgkQNAskTdKUNYgP sCFJHSbMS0JPoQYaEgDMrQpEOIvjqgpCFffszkVJcMGGBMKfn1Jj2SbxDCfJvi6zp9An 9h5sNyBn/blwqjGYuZ3UkjcuFmfBhDcVuiYD7HCX3WmnFvY233sdUitGw5jjmdzy6DnW HvohBBSv2wR42DmC1A0fD3l9NSKDVJrcNqhPDS6MdOHTYZFmjXEiaOmslcPm4icAEjMF AJTA== X-Gm-Message-State: AOAM532YPqigSxqp9H+0VknxruI80DYozmBXo0f8Qy99M7PX+oslWycx yG3YR4G65ZDgqaJggZ1Kvtxue6jT6moUVtf4dxY= X-Google-Smtp-Source: ABdhPJwwEZAMuJf8UdMJSEHbC8ig/HVNONdrfrAi5om1xrR/MBjTzQERPnpit5gemlpZily6+VVO7mFdlil5CPvbEio= X-Received: by 2002:aa7:c545:: with SMTP id s5mr6494600edr.113.1622836114660; Fri, 04 Jun 2021 12:48:34 -0700 (PDT) MIME-Version: 1.0 References: <20210526233357.9165-1-matthew.brost@intel.com> <20210526233357.9165-2-matthew.brost@intel.com> In-Reply-To: From: Dave Airlie Date: Sat, 5 Jun 2021 05:48:23 +1000 Message-ID: Subject: Re: [Mesa-dev] [Intel-gfx] [RFC PATCH 1/2] drm/doc/rfc: i915 GuC submission / DRM scheduler To: Daniel Vetter Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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: , Cc: Matthew Brost , Intel Graphics Development , dri-devel , carl.zhang@intel.com, Jason Ekstrand , mesa-dev , "Vetter, Daniel" , "Koenig, Christian" Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Sat, 5 Jun 2021 at 03:39, Daniel Vetter wrote: > > On Wed, May 26, 2021 at 04:33:56PM -0700, Matthew Brost wrote: > > Add entry for i915 GuC submission / DRM scheduler integration plan. > > Follow up patch with details of new parallel submission uAPI to come. > > > > v2: > > (Daniel Vetter) > > - Expand explaination of why bonding isn't supported for GuC > > submission > > - CC some of the DRM scheduler maintainers > > - Add priority inheritance / boosting use case > > - Add reasoning for removing in order assumptions > > (Daniel Stone) > > - Add links to priority spec > > > > Cc: Christian K=C3=B6nig > > Cc: Luben Tuikov > > Cc: Alex Deucher > > Cc: Steven Price > > Cc: Jon Bloomfield > > Cc: Jason Ekstrand > > Cc: Dave Airlie > > Cc: Daniel Vetter > > Cc: Jason Ekstrand > > Cc: dri-devel@lists.freedesktop.org > > Signed-off-by: Matthew Brost > > You have a one-line hunk in the next patch that probably should be here. > With that moved. > > Reviewed-by: Daniel Vetter Acked-by: Dave Airlie And yes having the todos for GuC tracked would be good externally, so pressure can be applied for new fw releases with those features. Dave.