From patchwork Tue Jun 4 15:09:10 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Hellstrom X-Patchwork-Id: 13685498 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 58507C25B78 for ; Tue, 4 Jun 2024 15:09:33 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id BC54010E4A1; Tue, 4 Jun 2024 15:09:30 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="HoAcNauB"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.13]) by gabe.freedesktop.org (Postfix) with ESMTPS id 951CF10E3C0; Tue, 4 Jun 2024 15:09:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1717513767; x=1749049767; h=date:from:to:cc:subject:message-id:mime-version; bh=4HkQ9IV15yC4nyUw+pcsRuE8HZHiliExlLr304AM+fc=; b=HoAcNauBf6V45x0gqE2vt7Ofny48M5xVp8mGFCr/ZfuDJjPm4MLTViJj bpbE/oBZp19KPNfgkYvtAa1Rk0rnRK6FuL282OxUzXgHApu2uT4+K6s97 xYtDp6P3ty3c9rpfL/EDrRxQjLJVcjVVJoZT0puMMkHvBuXEJUMiu8Lbh UUfspFGFuCwthS3ljGlvCMbtz7NSUFILSj82bhbODXEjGP1/ry+fpR1Lr w2NkV4myVb3DFoTdqVaeLE69aDqFWi/4VoAGOvWZgBPsnz384Rpy/F8Wp p+8xP5pjFE3A71IHvyQsdZYl4MeZrcWZZgQhjlkOmAk/ccDtgLGA1gd3e A==; X-CSE-ConnectionGUID: gu6tIUmXRsaIxa9mOdMCDQ== X-CSE-MsgGUID: 9XKliixkRou3dUwsPw7soA== X-IronPort-AV: E=McAfee;i="6600,9927,11093"; a="25181455" X-IronPort-AV: E=Sophos;i="6.08,214,1712646000"; d="scan'208";a="25181455" Received: from fmviesa001.fm.intel.com ([10.60.135.141]) by orvoesa105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jun 2024 08:09:26 -0700 X-CSE-ConnectionGUID: LBPryZVtTIOHMzj7SVtqVA== X-CSE-MsgGUID: Mc6AyjSFSQ2GGV0PgxHxNg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.08,214,1712646000"; d="scan'208";a="68417002" Received: from dalessan-mobl3.ger.corp.intel.com (HELO fedora) ([10.245.245.236]) by smtpauth.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jun 2024 08:09:23 -0700 Date: Tue, 4 Jun 2024 17:09:10 +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: 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" Dave and Sima, A single fix for a missing Local Memory Translation Table update for -rc3. Thanks, Thomas drm-xe-fixes-2024-06-04: Driver Changes: - drm/xe/pf: Update the LMTT when freeing VF GT config The following changes since commit 6c5cd0807c79eb4c0cda70b48f6be668a241d584: drm/xe: Properly handle alloc_guc_id() failure (2024-05-28 08:53:45 +0200) are available in the Git repository at: https://gitlab.freedesktop.org/drm/xe/kernel.git tags/drm-xe-fixes-2024-06-04 for you to fetch changes up to 0698ff57bf327d9a5735a898f78161b8dada160b: drm/xe/pf: Update the LMTT when freeing VF GT config (2024-06-04 16:31:24 +0200) ---------------------------------------------------------------- Driver Changes: - drm/xe/pf: Update the LMTT when freeing VF GT config ---------------------------------------------------------------- Michal Wajdeczko (1): drm/xe/pf: Update the LMTT when freeing VF GT config drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c | 1 + 1 file changed, 1 insertion(+)