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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 5F25DC04FFE for ; Fri, 26 Apr 2024 14:39:18 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id EA9B811246D; Fri, 26 Apr 2024 14:39:17 +0000 (UTC) Received: from 8e613ede5ea5 (emeril.freedesktop.org [131.252.210.167]) by gabe.freedesktop.org (Postfix) with ESMTPS id CDEB111246A; Fri, 26 Apr 2024 14:39:16 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: =?utf-8?q?=E2=9C=93_CI=2Echeckpatch=3A_success_for_drm/xe=3A_Fix_early_probe?= =?utf-8?q?_order_=28rev2=29?= From: Patchwork To: "Lucas De Marchi" Cc: intel-xe@lists.freedesktop.org Date: Fri, 26 Apr 2024 14:39:16 -0000 Message-ID: <171414235684.1685485.17778858415958957139@8e613ede5ea5> X-Patchwork-Hint: ignore References: <20240425182410.2705061-1-lucas.demarchi@intel.com> In-Reply-To: <20240425182410.2705061-1-lucas.demarchi@intel.com> X-BeenThere: intel-xe@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel Xe graphics driver List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: intel-xe@lists.freedesktop.org Errors-To: intel-xe-bounces@lists.freedesktop.org Sender: "Intel-xe" == Series Details == Series: drm/xe: Fix early probe order (rev2) URL : https://patchwork.freedesktop.org/series/132920/ State : success == Summary == + KERNEL=/kernel + git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt Cloning into 'mt'... warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/ + git -C mt rev-list -n1 origin/master 0daf0be5bb95eb0a0e42275e00a0e42d8d8fd543 + cd /kernel + git config --global --add safe.directory /kernel + git log -n1 commit 317b628881bd987fbdb7dc6a0cd5d0529ca4fb43 Author: Lucas De Marchi Date: Thu Apr 25 11:24:10 2024 -0700 drm/xe: Move sw-only pcode initialization Move it to xe_gt_init_early() that initializes the sw-only part for each gt. Signed-off-by: Lucas De Marchi + /mt/dim checkpatch 9eafb9067479e7e797781d93e6a1a6309ac9d778 drm-intel a05f95b4d5d9 drm/xe: Drop __engine_mask 80c1ff112975 drm/xe: Drop useless forcewake get/put 68110012310e drm/xe: Move xe_gt_init_early() where it belongs 4cfd28772b55 drm/xe: Move xe_force_wake_init_gt() inside gt initialization 317b628881bd drm/xe: Move sw-only pcode initialization