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 X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B6100C433E6 for ; Tue, 19 Jan 2021 10:26:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 65D1923117 for ; Tue, 19 Jan 2021 10:26:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390306AbhASKUr (ORCPT ); Tue, 19 Jan 2021 05:20:47 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52524 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389562AbhASKGK (ORCPT ); Tue, 19 Jan 2021 05:06:10 -0500 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 93FF8C0613CF for ; Tue, 19 Jan 2021 02:05:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Transfer-Encoding: Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date: Sender:Reply-To:Content-ID:Content-Description; bh=WrquiBuG+KVAWHAX4NNrfVFZoP8VccvEDCV+/B/kWxA=; b=Mv6BZgEStVz3JVHNe6c3+s4HIe OoMwEPOI+sO4G3onMa4qPV9nO9XRK2JzAGF9W34z4MeTGXJ29NJS2rPRFq3GzV7+mF7oM4JQIRu6r JngMshHpLPlw+j98CLG4BxZoEx8/0CgeudMCnEXPd1UB/HiTkjcnN0tHKd6h6InlLQzjc45z3JSK4 9fshbjLZpDYEGMNK5VRH8ry17mGnDvQ6oU7rNavoSfpqDu/JjbvPSI6OSnwQyzcJ6kTRgQVH2DiWn v8D4y/GGxeZchFmcQTx8TrWMJloBvxm+wRGTA2sNFjSa52GEvir2RH38IyeKbPI8iZrdK1jKvwUzn gM2EGOvw==; Received: from j217100.upc-j.chello.nl ([24.132.217.100] helo=noisy.programming.kicks-ass.net) by casper.infradead.org with esmtpsa (Exim 4.94 #2 (Red Hat Linux)) id 1l1nsu-00E9ml-90; Tue, 19 Jan 2021 10:05:16 +0000 Received: from hirez.programming.kicks-ass.net (hirez.programming.kicks-ass.net [192.168.1.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by noisy.programming.kicks-ass.net (Postfix) with ESMTPS id A01CB3007CD; Tue, 19 Jan 2021 11:05:08 +0100 (CET) Received: by hirez.programming.kicks-ass.net (Postfix, from userid 1000) id 844672023AA23; Tue, 19 Jan 2021 11:05:08 +0100 (CET) Date: Tue, 19 Jan 2021 11:05:08 +0100 From: Peter Zijlstra To: christian.koenig@amd.com Cc: daniel@ffwll.ch, mingo@redhat.com, will@kernel.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] drm/syncobj: make lockdep complain on WAIT_FOR_SUBMIT v2 Message-ID: References: <20210118180334.43714-1-christian.koenig@amd.com> <20210118180334.43714-2-christian.koenig@amd.com> <019f2342-9d64-f6c6-d03d-0ab8ddce101d@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <019f2342-9d64-f6c6-d03d-0ab8ddce101d@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jan 19, 2021 at 10:46:53AM +0100, Christian König wrote: > But I'm going to double check if drm_syncobj_fence_add_wait() isn't used > elsewhere as well. drm_syncobj_array_wait_timeout() Which is why I asked.. :-)