From patchwork Fri Nov 15 10:21:48 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Tvrtko Ursulin X-Patchwork-Id: 13876050 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 C7990D6DDED for ; Fri, 15 Nov 2024 10:21:59 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 31BC310E27A; Fri, 15 Nov 2024 10:21:59 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=igalia.com header.i=@igalia.com header.b="B0oY8QGB"; dkim-atps=neutral Received: from fanzine2.igalia.com (fanzine.igalia.com [178.60.130.6]) by gabe.freedesktop.org (Postfix) with ESMTPS id 9F32010E835 for ; Fri, 15 Nov 2024 10:21:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=igalia.com; s=20170329; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID: Date:Subject:Cc:To:From:Sender:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=lwzjZETnAn/U0GdSHXrexzwJt2pI2xjCNDXHEZVV+7s=; b=B0oY8QGBLSeIQ6ZnFPKKLvBv2j cXiS/hHoraOzjekPRv6DtzU6Llxbb1I2hVwttq39IrVk8qp+kxh0JRaVeDciFx1i5qvm8a7jAwFyn VopEvEVsjg3NBNOR4Py+CDZMpSC5WZgfDIu1mbPRMefHsY/Ry+fVayfDz5LlII/njeAincmhKdCKt 0Nih0ZWF/k5sruZN/0ICpDLk1oOQP9JQxBnGROqMxBSG48nUoJsD0Dfyiug1Elo5VAhowmVkeWsJw aTa+Qn6rQf8LTp8Xye47hTCZvPKrM01iWVtZD4/P5XacLxFW1HyHNkMUiAEQKphNS+XV77h/DW5nF o/6tO82w==; Received: from [90.241.98.187] (helo=localhost) by fanzine2.igalia.com with esmtpsa (Cipher TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim) id 1tBtSd-007EAT-Il; Fri, 15 Nov 2024 11:21:55 +0100 From: Tvrtko Ursulin To: dri-devel@lists.freedesktop.org Cc: kernel-dev@igalia.com, Tvrtko Ursulin , =?utf-8?q?Christian_K=C3=B6nig?= Subject: [PATCH 0/5] Fixes etc for fence merging Date: Fri, 15 Nov 2024 10:21:48 +0000 Message-ID: <20241115102153.1980-1-tursulin@igalia.com> X-Mailer: git-send-email 2.46.0 MIME-Version: 1.0 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" From: Tvrtko Ursulin Consolidated series as an simpler alternative to https://lore.kernel.org/dri-devel/20241024124159.4519-3-christian.koenig@amd.com/. Hopefully fixes https://gitlab.freedesktop.org/drm/amd/-/issues/3617. First two patches are fixes followed by one optimisation and then Christian's and my selftest additions. Cover letter now because it grew to five patches. Please test and/or suggest more test cases to look at. Cc: Christian König Cc: Friedrich Vock