From patchwork Thu Jan 25 08:29:34 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Thomas Hellstrom X-Patchwork-Id: 13530223 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 04434C47258 for ; Thu, 25 Jan 2024 08:29:59 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 8FF7110F850; Thu, 25 Jan 2024 08:29:58 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.10]) by gabe.freedesktop.org (Postfix) with ESMTPS id 023B510F84E; Thu, 25 Jan 2024 08:29:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1706171397; x=1737707397; h=date:from:to:cc:subject:message-id:mime-version: content-transfer-encoding; bh=GzveJxVuEPjFXwl59pwJZefeLSd5dX2SH7AFes3/VeI=; b=PsYILyEPgUF8jWHGY9s6JYyC/uPbpkjeWBwY6aOhwyIPZPHRk2lpt/sw Ip8J1K4RqnhPQVbFFEoZRw7F49FVDJg4uU5VlOWQKkCwYmV/8wFLDw3r+ iMdLzand8qkLmuhSncOdSPe8f53/uaBcTVkgDWQgNVyRg6yHTE3FCLfl5 KvvNtn416X4PEBw7T6OHxdP9ejVrYCWZCOJEuw4brjjuY8tA/MPEGYVYz nAwDCsIjq7qHEGzLzwZThZ/1H20Fr2zyFmZwTdt6fhy0dS4O5KI/xrGtF 8q4Z5pNUTwlPGSD0VQkNvHtmZ3qKhHUu1ZrWpzin7I1vzy8Ga1CACGsPE Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10962"; a="15449874" X-IronPort-AV: E=Sophos;i="6.05,216,1701158400"; d="scan'208";a="15449874" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orvoesa102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Jan 2024 00:29:54 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10962"; a="820719768" X-IronPort-AV: E=Sophos;i="6.05,216,1701158400"; d="scan'208";a="820719768" Received: from skofoed-mobl.ger.corp.intel.com (HELO fedora) ([10.249.254.114]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Jan 2024 00:29:50 -0800 Date: Thu, 25 Jan 2024 09:29:34 +0100 From: Thomas Hellstrom To: Dave Airlie , Daniel Vetter 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: , Cc: dim-tools@lists.freedesktop.org, dri-devel@lists.freedesktop.org, Thomas =?iso-8859-1?q?Hellstr=F6m?= , Lucas De Marchi , Oded Gabbay , Maxime Ripard , Thomas Zimmermann , Rodrigo Vivi , intel-gfx@lists.freedesktop.org Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" Hi, Dave, Sima The Xe fixes PR for 6.8-rc2. Thanks, Thomas. The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d: Linux 6.8-rc1 (2024-01-21 14:11:32 -0800) are available in the Git repository at: https://gitlab.freedesktop.org/drm/xe/kernel.git tags/drm-xe-fixes-2024-01-25 for you to fetch changes up to 9e3a13f3eef6b14a26cc2660ca2f43f0e46b4318: drm/xe: Remove PVC from xe_wa kunit tests (2024-01-24 11:13:55 +0100) ---------------------------------------------------------------- Driver Changes: - Make an ops struct static - Fix an implicit 0 to NULL conversion - A couple of 32-bit fixes - A migration coherency fix for Lunar Lake. - An error path vm id leak fix - Remove PVC references in kunit tests ---------------------------------------------------------------- Himal Prasad Ghimiray (1): drm/xe/xe2: Use XE_CACHE_WB pat index Lucas De Marchi (4): drm/xe: Use _ULL for u64 division drm/xe/mmio: Cast to u64 when printing drm/xe/display: Avoid calling readq() drm/xe: Remove PVC from xe_wa kunit tests Moti Haimovski (1): drm/xe/vm: bugfix in xe_vm_create_ioctl Thomas Hellström (2): drm/xe/dmabuf: Make xe_dmabuf_ops static drm/xe: Use a NULL pointer instead of 0. .../xe/compat-i915-headers/gem/i915_gem_object.h | 11 +++++------ drivers/gpu/drm/xe/tests/xe_wa_test.c | 3 --- drivers/gpu/drm/xe/xe_device.c | 2 +- drivers/gpu/drm/xe/xe_dma_buf.c | 2 +- drivers/gpu/drm/xe/xe_hwmon.c | 2 +- drivers/gpu/drm/xe/xe_migrate.c | 14 ++++++------- drivers/gpu/drm/xe/xe_mmio.c | 4 ++-- drivers/gpu/drm/xe/xe_vm.c | 23 +++++++++++++--------- 8 files changed, 31 insertions(+), 30 deletions(-)