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 6FB63EB3624 for ; Mon, 2 Mar 2026 20:07:10 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 3692010E22A; Mon, 2 Mar 2026 20:07:10 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="ZUPELdns"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.18]) by gabe.freedesktop.org (Postfix) with ESMTPS id A5DF510E22A; Mon, 2 Mar 2026 20:07:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1772482030; x=1804018030; h=date:from:to:cc:subject:in-reply-to:message-id: references:mime-version:content-id; bh=PvzY38PP/oLU/2GE/+nhYaUsJAeyOQQlHLOBQO9WnAM=; b=ZUPELdnsSvKMb7jPj0xVQ0m58BWTsG2juDvDi5oWxB650M440KC2tOGD BXo/6wdF2rc+8NYkXRYygUCEWIPHOxMxFT/WwoyW9ucFh8n+fbfWmJZ/q OXfIZqs41deQhrTQffVvH4F6cL0MmGmmZwnKy+dk+zQgIbPkwDONi9bCa tYFmNF8YXZlGfKzBSBNjxT33mgyZGrX4bmcrlc7YngxjJNTC90pgTguYS tgjVyxtiyjZOhByY5A+KAX8zcYo5EgstFRF2NSgxy+v5OWneQiXJx96JP VzGHhV/5UpEcd2MvC/Nj7MKSmq/BV+HCw8A2OEpC7hC0cNEv2ZXCFNHCQ w==; X-CSE-ConnectionGUID: JeJqBMdzR6+Cex0Xc0KNjg== X-CSE-MsgGUID: 1G11MwrlQW2aOxL27pg7Yg== X-IronPort-AV: E=McAfee;i="6800,10657,11717"; a="72701856" X-IronPort-AV: E=Sophos;i="6.21,320,1763452800"; d="scan'208";a="72701856" Received: from orviesa007.jf.intel.com ([10.64.159.147]) by fmvoesa112.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Mar 2026 12:07:09 -0800 X-CSE-ConnectionGUID: 5YlwfULETsCn9JSO5F2i9g== X-CSE-MsgGUID: XGUE+7KjQemYRP1TGGnZgw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.21,320,1763452800"; d="scan'208";a="217868990" Received: from administrator-system-product-name.igk.intel.com ([10.91.214.181]) by orviesa007.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Mar 2026 12:07:08 -0800 Date: Mon, 2 Mar 2026 21:07:06 +0100 (CET) From: =?ISO-8859-2?Q?Micha=B3_Grzelak?= To: Jani Nikula cc: intel-gfx@lists.freedesktop.org, intel-xe@lists.freedesktop.org Subject: Re: [PATCH 2/4] drm/i915: add VMA to parent interface In-Reply-To: <036f4b2d20cc1b0a7ab814beb5bb914c53b6eb53.1772212579.git.jani.nikula@intel.com> Message-ID: References: <036f4b2d20cc1b0a7ab814beb5bb914c53b6eb53.1772212579.git.jani.nikula@intel.com> MIME-Version: 1.0 Content-Type: multipart/mixed; BOUNDARY="1527428566-86327068-1772476159=:1836696" Content-ID: <9ac45630-e80c-4ecf-6389-dfb9efadc182@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: , Errors-To: intel-xe-bounces@lists.freedesktop.org Sender: "Intel-xe" This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --1527428566-86327068-1772476159=:1836696 Content-Type: text/plain; CHARSET=ISO-8859-2; format=flowed Content-Transfer-Encoding: 8BIT Content-ID: On Fri, 27 Feb 2026, Jani Nikula wrote: > It's unclear what the direction of the VMA abstraction in the parent > interface should be, but convert i915_vma_fence_id() to parent interface > for starters. This paves the way for making struct i915_vma opaque > towards display. > > Signed-off-by: Jani Nikula Reviewed-by: Micha³ Grzelak BR, Micha³ --1527428566-86327068-1772476159=:1836696--