From patchwork Wed May 26 21:30:27 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthew Brost X-Patchwork-Id: 12282721 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=-16.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT 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 81E88C47082 for ; Wed, 26 May 2021 21:12:45 +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 3912A613D2 for ; Wed, 26 May 2021 21:12:45 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3912A613D2 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.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 C06EA6E862; Wed, 26 May 2021 21:12:40 +0000 (UTC) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by gabe.freedesktop.org (Postfix) with ESMTPS id 636246E862; Wed, 26 May 2021 21:12:39 +0000 (UTC) IronPort-SDR: PPzapS5OlGnjWsdTaHJZIynq9go5yVKU3BnNjEIWrF6Jkd/3unCJfwJr6NyPVCN9rDaUVp7TX3 1u5B9/9Ta2yA== X-IronPort-AV: E=McAfee;i="6200,9189,9996"; a="288163148" X-IronPort-AV: E=Sophos;i="5.82,331,1613462400"; d="scan'208";a="288163148" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 May 2021 14:12:37 -0700 IronPort-SDR: LT2A/IHVs51RK43ovLAkciboquHGSasJ8flzIxc3eeZ281ij23ftrJoEqquyEbdTUyVk7cTgc4 Ky3Zi/hFmY2Q== X-IronPort-AV: E=Sophos;i="5.82,331,1613462400"; d="scan'208";a="414620059" Received: from dhiatt-server.jf.intel.com ([10.54.81.3]) by orsmga002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 May 2021 14:12:37 -0700 From: Matthew Brost To: , Subject: [PATCH 0/2] A couple more prerequisite patches to GuC submission Date: Wed, 26 May 2021 14:30:27 -0700 Message-Id: <20210526213029.7178-1-matthew.brost@intel.com> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 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" As discussed in [1] we are breaking that large series into a several smaller ones. This series includes 2 patches with no other dependencies and are fully reviewed discussed as part of step #4. Assuming CI looks good these patches can be merged immediately. [1] https://patchwork.freedesktop.org/series/89844/ Signed-off-by: Matthew Brost Daniele Ceraolo Spurio (1): drm/i915/guc: Use guc_class instead of engine_class in fw interface Michal Wajdeczko (1): drm/i915/guc: Early initialization of GuC send registers drivers/gpu/drm/i915/gt/intel_engine_cs.c | 6 +++-- drivers/gpu/drm/i915/gt/uc/intel_guc.c | 18 +++++++------- drivers/gpu/drm/i915/gt/uc/intel_guc_ads.c | 20 +++++++++------- drivers/gpu/drm/i915/gt/uc/intel_guc_fwif.h | 26 +++++++++++++++++++++ 4 files changed, 51 insertions(+), 19 deletions(-)