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=-10.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham 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 B2D3CC2B9F4 for ; Fri, 25 Jun 2021 19:44:17 +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 289396145E for ; Fri, 25 Jun 2021 19:44:16 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 289396145E Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=intel-gfx-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id CEC616EE3F; Fri, 25 Jun 2021 19:44:15 +0000 (UTC) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by gabe.freedesktop.org (Postfix) with ESMTPS id A96756EE3F; Fri, 25 Jun 2021 19:44:14 +0000 (UTC) IronPort-SDR: hK5MJXXj08KXJ02tYMUgC/6/MVvndcghEjsC79TDCLVKcbNXxk7HN125fmv2y0mwniMKRn9fwc xQEFcFLHwDKA== X-IronPort-AV: E=McAfee;i="6200,9189,10026"; a="195028089" X-IronPort-AV: E=Sophos;i="5.83,299,1616482800"; d="scan'208";a="195028089" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Jun 2021 12:44:13 -0700 IronPort-SDR: 6xVVWa4A8aYr0e8gW/rK9nny3LdzG5swiX4wAN/8owIMe46IsYhVDh1ewhLRTTlzDOuwXTw/+0 azi+D9M38oHw== X-IronPort-AV: E=Sophos;i="5.83,299,1616482800"; d="scan'208";a="453919100" Received: from johnharr-mobl1.amr.corp.intel.com (HELO [10.209.75.245]) ([10.209.75.245]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Jun 2021 12:44:13 -0700 To: Matthew Brost , intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org References: <20210624070516.21893-1-matthew.brost@intel.com> <20210624070516.21893-10-matthew.brost@intel.com> From: John Harrison Message-ID: <82b5c879-2679-1540-7772-8da1cacf66f5@intel.com> Date: Fri, 25 Jun 2021 12:44:12 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: <20210624070516.21893-10-matthew.brost@intel.com> Content-Language: en-GB Subject: Re: [Intel-gfx] [PATCH 09/47] drm/i915/guc: Remove GuC stage descriptor, add lrc descriptor 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: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On 6/24/2021 00:04, Matthew Brost wrote: > Remove old GuC stage descriptor, add lrc descriptor which will be used > by the new GuC interface implemented in this patch series. > > Cc: John Harrison > Signed-off-by: Matthew Brost Reviewed-by: John Harrison _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx