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 ECCAECCFA00 for ; Fri, 31 Oct 2025 08:12:57 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id A5FE710EACE; Fri, 31 Oct 2025 08:12:57 +0000 (UTC) Received: from 10055242dc62 (emeril.freedesktop.org [131.252.210.167]) by gabe.freedesktop.org (Postfix) with ESMTPS id 2BF2510EACE; Fri, 31 Oct 2025 08:12:56 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: =?utf-8?q?=E2=9C=97_CI=2Echeckpatch=3A_warning_for_PF=3A_Add_support_for_MER?= =?utf-8?q?T?= From: Patchwork To: "Lukasz Laguna" Cc: intel-xe@lists.freedesktop.org Date: Fri, 31 Oct 2025 08:12:56 -0000 Message-ID: <176189837617.3446.3167335806006871158@10055242dc62> X-Patchwork-Hint: ignore References: <20251031080501.844-1-lukasz.laguna@intel.com> In-Reply-To: <20251031080501.844-1-lukasz.laguna@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: PF: Add support for MERT URL : https://patchwork.freedesktop.org/series/156807/ State : warning == 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 f867e605613af1770f90c4b0afd4a8f06424d1f0 + cd /kernel + git config --global --add safe.directory /kernel + git log -n1 commit 2122e716bd4ce42cb14e8bb88b1abf4b1eda3018 Author: Lukasz Laguna Date: Fri Oct 31 09:05:01 2025 +0100 drm/xe/pf: Handle MERT catastrophic errors The MERT block triggers an interrupt when a catastrophic error occurs. Update the interrupt handler to read the MERT catastrophic error type and log appropriate debug message. Signed-off-by: Lukasz Laguna + /mt/dim checkpatch fbd719e0eb058dd8b23a734e199f52e81cd9f267 drm-intel 2e7691cf79a5 drm/xe: Add device flag to indicate standalone MERT d3cf577f9572 drm/xe/pf: Configure LMTT in MERT -:12: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #12: new file mode 100644 total: 0 errors, 1 warnings, 0 checks, 50 lines checked c2de6d95825b drm/xe/pf: Add TLB invalidation support for MERT -:139: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #139: new file mode 100644 total: 0 errors, 1 warnings, 0 checks, 208 lines checked 2122e716bd4c drm/xe/pf: Handle MERT catastrophic errors