From patchwork Mon Jan 25 10:59:30 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Aditya Swarup X-Patchwork-Id: 12043203 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=-11.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,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 839F6C433E0 for ; Mon, 25 Jan 2021 11:00:27 +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 1EB4F22597 for ; Mon, 25 Jan 2021 11:00:26 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1EB4F22597 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 4CCF989AE6; Mon, 25 Jan 2021 11:00:26 +0000 (UTC) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by gabe.freedesktop.org (Postfix) with ESMTPS id 7559789CD8 for ; Mon, 25 Jan 2021 11:00:24 +0000 (UTC) IronPort-SDR: lqp+7+P5CIOI23D79Y/1zEySjvNA6E0DP2Ns5GPf7if5XgVyLey6uWBq/qO2+3mcdvzPh3QU7E A1PJgAFxqc6A== X-IronPort-AV: E=McAfee;i="6000,8403,9874"; a="176195128" X-IronPort-AV: E=Sophos;i="5.79,373,1602572400"; d="scan'208";a="176195128" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Jan 2021 03:00:24 -0800 IronPort-SDR: JQQ+7sKm14sm0g7K50Uv6w9cOQRDQu/mUv4ETQNMIwrlcXx9GPSySy4q0zSWnsP+aVT797qpm7 TrUfAxIfjJ0A== X-IronPort-AV: E=Sophos;i="5.79,373,1602572400"; d="scan'208";a="472024395" Received: from iduggana-mobl.amr.corp.intel.com (HELO aswarup-mobl.amr.corp.intel.com) ([10.254.81.9]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Jan 2021 03:00:23 -0800 From: Aditya Swarup To: intel-gfx@lists.freedesktop.org Date: Mon, 25 Jan 2021 02:59:30 -0800 Message-Id: <20210125105931.268977-1-aditya.swarup@intel.com> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Subject: [Intel-gfx] [PATCH 0/1] Add Alderlake-S stolen memory changes. 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: , Cc: Borislav Petkov , Lucas De Marchi , x86@kernel.org Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" Based on Borislav Petkov's feedback, fix commit message so that it describes the change properly. Bspec is an Intel specific programming spec and as such drm/i915 patches filtering in from Intel branches like drm-intel contain this information. For example commit: 693260cf23f9 drm/i915/rkl: Add new cdclk table It helps in tagging commits with spec changes as there might be updates or provides info to the person trying to fix an issue arising from the commit. This patch has already been reviewed and needs an ack from x86/gpu maintainers. Cc: Borislav Petkov Cc: x86@kernel.org Cc: Lucas De Marchi Caz Yokoyama (1): x86/gpu: Add Alderlake-S stolen memory support arch/x86/kernel/early-quirks.c | 1 + 1 file changed, 1 insertion(+)