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 53F8BC6FD20 for ; Tue, 21 Mar 2023 23:44:35 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 2DFE710E195; Tue, 21 Mar 2023 23:44:35 +0000 (UTC) Received: from emeril.freedesktop.org (emeril.freedesktop.org [IPv6:2610:10:20:722:a800:ff:feee:56cf]) by gabe.freedesktop.org (Postfix) with ESMTP id DBCB210E130; Tue, 21 Mar 2023 23:44:33 +0000 (UTC) Received: from emeril.freedesktop.org (localhost [127.0.0.1]) by emeril.freedesktop.org (Postfix) with ESMTP id D4155A7DFB; Tue, 21 Mar 2023 23:44:33 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Patchwork To: "Matthew Brost" Date: Tue, 21 Mar 2023 23:44:33 -0000 Message-ID: <167944227386.18676.4966452263360913411@emeril.freedesktop.org> X-Patchwork-Hint: ignore References: <20230321234217.692726-1-matthew.brost@intel.com> In-Reply-To: <20230321234217.692726-1-matthew.brost@intel.com> Subject: [Intel-xe] =?utf-8?q?=E2=9C=93_CI=2EPatch=5Fapplied=3A_success_f?= =?utf-8?q?or_USM_locking_fixes?= 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: , Reply-To: intel-xe@lists.freedesktop.org Cc: intel-xe@lists.freedesktop.org Errors-To: intel-xe-bounces@lists.freedesktop.org Sender: "Intel-xe" == Series Details == Series: USM locking fixes URL : https://patchwork.freedesktop.org/series/115467/ State : success == Summary == === Applying kernel patches on branch 'drm-xe-next' with base: === commit 1ae4dd9e82429e075aa7121404b06ce170da5848 Author: Matthew Auld AuthorDate: Tue Mar 21 11:44:07 2023 +0000 Commit: Matthew Auld CommitDate: Tue Mar 21 14:03:29 2023 +0000 drm/xe/buddy: add compatible and intersects hooks Copy this from i915. We need .compatible for vram -> vram transfers, so they don't just get nooped by ttm, if need to move something from mappable to non-mappble or vice versa. The .intersects is needed for eviction, to determine if a victim resource is worth eviction. e.g if we need mappable space there is no point in evicting a resource that has zero mappable pages. Signed-off-by: Matthew Auld Cc: Lucas De Marchi Reviewed-by: Maarten Lankhorst Reviewed-by: Gwan-gyeong Mun === git am output follows === Applying: drn/xe: Drop usm lock around ASID xarray Applying: drm/xe: Move in fault mode / non-fault mode check to xe_vm_create