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 C3159C369AB for ; Thu, 24 Apr 2025 13:03:08 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 64E1510E7E8; Thu, 24 Apr 2025 13:03:08 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="gK/tu3QV"; dkim-atps=neutral Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by gabe.freedesktop.org (Postfix) with ESMTPS id 220C0886A4; Thu, 24 Apr 2025 13:03:07 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 2D6EC5C63BE; Thu, 24 Apr 2025 13:00:46 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CDE42C4CEE3; Thu, 24 Apr 2025 13:02:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1745499783; bh=Jv152d6DpmPq+yu7DURcrVQPxWP449+mWWjGAEmRg0o=; h=From:To:Cc:Subject:Date:From; b=gK/tu3QVpGdNPadYesZICKORjzztkjuHbQbaySlcqCWvPU5OxijS2SEGYClIDuLaV R901q8ITSPqjS9lQxaW20mXT7mfRRAYrV1Wc04DGT1FtX2gmQ17lJVqmUWjql72MY+ C8CpbEKZBhrpTsqPxHeu3pdGwa542YH/vZKeIAPrYKY9RN5hZb2x77XqIbuCj6BBcb 2ZMw7WT1gO5ZXJMb+zE7nT+FjZZHJ/DNEZNPFyoKtk6mDBBnyndiiPpqtgQBeockw5 +cpuNEi+lh2oINAt0JtiDLhp3a1kMCEDQ9Ajo2TSfjsar1D3vNHFAXrAPjKwd0B8yk dEVZlGpuwIcPA== From: Philipp Stanner To: Lyude Paul , Danilo Krummrich , David Airlie , Simona Vetter , Sumit Semwal , =?UTF-8?q?Christian=20K=C3=B6nig?= Cc: dri-devel@lists.freedesktop.org, nouveau@lists.freedesktop.org, linux-kernel@vger.kernel.org, linux-media@vger.kernel.org, linaro-mm-sig@lists.linaro.org, Philipp Stanner Subject: [PATCH 0/4] drm/nouveau: Simplify nouveau_fence.c Date: Thu, 24 Apr 2025 15:02:50 +0200 Message-ID: <20250424130254.42046-2-phasta@kernel.org> X-Mailer: git-send-email 2.48.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: nouveau@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Nouveau development list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: nouveau-bounces@lists.freedesktop.org Sender: "Nouveau" Just some minor attempts at improving the readability of nouveau_fence.c This series is based on this partially merged series: [1] Feel free to drop single patches if they are not deemed worth the effort. P. [1] https://lore.kernel.org/dri-devel/20250415121900.55719-3-phasta@kernel.org/ Philipp Stanner (4): drm/nouveau: nouveau_fence: Standardize list iterations drm/nouveau: Simplify calls to nvif_event_block() drm/nouveau: Simplify nouveau_fence_done() drm/nouveau: Check dma_fence in canonical way drivers/gpu/drm/nouveau/nouveau_fence.c | 72 +++++++++++-------------- 1 file changed, 30 insertions(+), 42 deletions(-) -- 2.48.1