From patchwork Thu Jul 4 10:51:44 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: 13723596 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 17D6FC31D97 for ; Thu, 4 Jul 2024 10:52:02 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 6950010EA88; Thu, 4 Jul 2024 10:52:01 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="Wclo1QZk"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.19]) by gabe.freedesktop.org (Postfix) with ESMTPS id 95D8810EA7E; Thu, 4 Jul 2024 10:51:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1720090320; x=1751626320; h=date:from:to:cc:subject:message-id:mime-version; bh=19CmyC12izESJi3+ELABAgcEAnzU2gJfwyP53mRhZTY=; b=Wclo1QZkRKAsuwk6PgeQjIq/dwLjQ7Dt+LxnBubisDdiDbF9RfeX1mqW YA0KRmg+FtpyFGN4dkGw1CvA2tudkwSDpxUH/mSplR+yR/R+YE/prT0yw wgsEbOZzWHivFLpQB6rbTiWr9DP4vKoQPt3X0UMrQIj4NripRVZSfzarN CygAaI/eNQPHRqpa6abmidE+FvWl/1OeBl0wPRdGamFPkaucjfEw8qQNd FLzJ5S/YuWpE7tPg4VXxe/aRsxRFB0YbpjcO9Pyigpaf++LTFoGmmQxvx TaYsZCw5WUK/qGlnNCz5gJCLsfyGMfroZ5YVPwXMcm5WdzrmQ/T6OL4P3 w==; X-CSE-ConnectionGUID: 7S3+y8O4Sk2uempxRIOeLw== X-CSE-MsgGUID: n+o1atfwS6OFGqSGyLGd8A== X-IronPort-AV: E=McAfee;i="6700,10204,11122"; a="17200775" X-IronPort-AV: E=Sophos;i="6.09,183,1716274800"; d="scan'208";a="17200775" Received: from orviesa009.jf.intel.com ([10.64.159.149]) by orvoesa111.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jul 2024 03:51:59 -0700 X-CSE-ConnectionGUID: 3Ut1ZM6tTei1XFOmjNL23A== X-CSE-MsgGUID: y0H/Se8wSkCSV9ezy/2upw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.09,183,1716274800"; d="scan'208";a="46700305" Received: from oandoniu-mobl3.ger.corp.intel.com (HELO fedora) ([10.245.245.56]) by orviesa009-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jul 2024 03:51:55 -0700 Date: Thu, 4 Jul 2024 12:51:44 +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" Hi Dave and Sima Two small fixes this week. Thanks, Thomas drm-xe-fixes-2024-07-04: Driver Changes: - One copy/paste mistake fix. - One error path fix causing an error pointer dereference. The following changes since commit 22a40d14b572deb80c0648557f4bd502d7e83826: Linux 6.10-rc6 (2024-06-30 14:40:44 -0700) are available in the Git repository at: https://gitlab.freedesktop.org/drm/xe/kernel.git tags/drm-xe-fixes-2024-07-04 for you to fetch changes up to 1f006470284598060ca1307355352934400b37ca: drm/xe/mcr: Avoid clobbering DSS steering (2024-07-04 10:36:30 +0200) ---------------------------------------------------------------- Driver Changes: - One copy/paste mistake fix. - One error path fix causing an error pointer dereference. ---------------------------------------------------------------- Matt Roper (1): drm/xe/mcr: Avoid clobbering DSS steering Matthew Auld (1): drm/xe: fix error handling in xe_migrate_update_pgtables drivers/gpu/drm/xe/xe_gt_mcr.c | 6 +++--- drivers/gpu/drm/xe/xe_migrate.c | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-)