From patchwork Thu Jun 20 08:02:27 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Thomas_Hellstr=C3=B6m?= X-Patchwork-Id: 13704936 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 C3FA6C2BB85 for ; Thu, 20 Jun 2024 08:02:44 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 0EF4310E839; Thu, 20 Jun 2024 08:02:44 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="LpD5F6Fe"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.9]) by gabe.freedesktop.org (Postfix) with ESMTPS id 6C42E10E2DB; Thu, 20 Jun 2024 08:02:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1718870562; x=1750406562; h=date:from:to:cc:subject:message-id:mime-version; bh=6z51tK8pGRhA6LSDdrUFyamK7bWXLfILBTvRrRhhd6U=; b=LpD5F6Fe2L8Jf5YSAov2q5VdAqLEeIGrl7BkQskNTr0AHzn4lBcM6PL8 SOcGOi6Ws4Eh9O7D2dCokflyOsNR1ev6pScfr9l0i7tg3dy21BcqpKvGE ujwMjwfIEmG+9UjM6CAwuJWPruB1MzaTfe0uSEwZ27YhAQ3QCIB/kaup6 UfbWW+/E/HTkcmlKVznygQztisyhLjDTjAaA2RwSZNy0cpK5bH0vo6b2q 9k6YEwZzWa9W9gWHJMnTYJaYs9HMLyPk6qkiJ8bxkDyeyWF4YI1zYW1d7 B7QOIGkjeVpyMpJjB2XCdqhr9nLkgwZ5nsHViv52Vn6gL6pqfJIWbc1Jm w==; X-CSE-ConnectionGUID: 3zfwNf4CTq+2Y0f71D/SNg== X-CSE-MsgGUID: h0UoirczTk+jy721c4mZ0Q== X-IronPort-AV: E=McAfee;i="6700,10204,11108"; a="26518586" X-IronPort-AV: E=Sophos;i="6.08,251,1712646000"; d="scan'208";a="26518586" Received: from fmviesa005.fm.intel.com ([10.60.135.145]) by fmvoesa103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Jun 2024 01:02:41 -0700 X-CSE-ConnectionGUID: lVvEIgHARkOWJZ2oqyY3Cg== X-CSE-MsgGUID: l+nFTdE4Tx2lM6GNfOGjAQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.08,251,1712646000"; d="scan'208";a="46615026" Received: from dhhellew-desk2.ger.corp.intel.com.ger.corp.intel.com (HELO fedora) ([10.245.245.217]) by fmviesa005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Jun 2024 01:02:38 -0700 Date: Thu, 20 Jun 2024 10:02:27 +0200 From: Thomas Hellstrom To: Dave Airlie , Daniel Vetter Cc: Jani Nikula , Joonas Lahtinen , Tvrtko Ursulin , Rodrigo Vivi , Thomas Zimmermann , Maarten Lankhorst , Maxime Ripard , Thomas =?iso-8859-1?q?Hellstr=F6m?= , Lucas De Marchi , dri-devel@lists.freedesktop.org, intel-gfx@lists.freedesktop.org, intel-xe@lists.freedesktop.org, dim-tools@lists.freedesktop.org Subject: [PULL] drm-xe-fixes Message-ID: MIME-Version: 1.0 Content-Disposition: inline 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: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" Hi, Dave, Sima A single fix this week. Thanks, Thomas drm-xe-fixes-2024-06-20: Driver Changes: - Fix for invalid register access The following changes since commit 6ba59ff4227927d3a8530fc2973b80e94b54d58f: Linux 6.10-rc4 (2024-06-16 13:40:16 -0700) are available in the Git repository at: https://gitlab.freedesktop.org/drm/xe/kernel.git tags/drm-xe-fixes-2024-06-20 for you to fetch changes up to d21d44dbdde83c4a8553c95de1853e63e88d7954: drm/xe/vf: Don't touch GuC irq registers if using memory irqs (2024-06-20 09:22:37 +0200) ---------------------------------------------------------------- Driver Changes: - Fix for invalid register access ---------------------------------------------------------------- Michal Wajdeczko (1): drm/xe/vf: Don't touch GuC irq registers if using memory irqs drivers/gpu/drm/xe/xe_guc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)