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=-3.9 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 B2410C433DF for ; Thu, 9 Jul 2020 12:48:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8612B2076A for ; Thu, 9 Jul 2020 12:48:35 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="G4AJ/V5c" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726358AbgGIMsf (ORCPT ); Thu, 9 Jul 2020 08:48:35 -0400 Received: from us-smtp-delivery-1.mimecast.com ([207.211.31.120]:51506 "EHLO us-smtp-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726347AbgGIMse (ORCPT ); Thu, 9 Jul 2020 08:48:34 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1594298913; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=wq1kFYAWyMi1luu/i9PjUD65Uz5zsRQxFztxNWKcNAE=; b=G4AJ/V5cVbkowACtTq61BGo0kvFwknndYj2rXm7tTHrSLH2cKEK8gBYDSmSq83UbzY3bpl 4PiATQuNwICL8Y9sVwCfCVtg568B9tGy5MSSxfeMIzZGZU4FDpGb1Ik2iMHxPDzeMGI4V4 UV+h2f8gOYiaChBjU3UM2dBEGlYq4II= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-237-lcY18hqwMkCdj-O9Qo6VlQ-1; Thu, 09 Jul 2020 08:48:31 -0400 X-MC-Unique: lcY18hqwMkCdj-O9Qo6VlQ-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 27E9B193F560; Thu, 9 Jul 2020 12:48:30 +0000 (UTC) Received: from sirius.home.kraxel.org (ovpn-112-200.ams2.redhat.com [10.36.112.200]) by smtp.corp.redhat.com (Postfix) with ESMTP id AB5742B6DD; Thu, 9 Jul 2020 12:48:29 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id C1614187; Thu, 9 Jul 2020 14:48:28 +0200 (CEST) Date: Thu, 9 Jul 2020 14:48:28 +0200 From: Gerd Hoffmann To: Daniel Vetter Cc: DRI Development , Intel Graphics Development , linux-rdma@vger.kernel.org, Daniel Vetter , David Airlie , virtualization@lists.linux-foundation.org Subject: Re: [PATCH 2/2] drm/virtio: Remove open-coded commit-tail function Message-ID: <20200709124828.4qgbafyobms5yx5g@sirius.home.kraxel.org> References: <20200707201229.472834-4-daniel.vetter@ffwll.ch> <20200709123339.547390-1-daniel.vetter@ffwll.ch> <20200709123339.547390-2-daniel.vetter@ffwll.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200709123339.547390-2-daniel.vetter@ffwll.ch> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org On Thu, Jul 09, 2020 at 02:33:39PM +0200, Daniel Vetter wrote: > Exactly matches the one in the helpers. > > This avoids me having to roll out dma-fence critical section > annotations to this copy. > > Signed-off-by: Daniel Vetter > Cc: David Airlie > Cc: Gerd Hoffmann > Cc: virtualization@lists.linux-foundation.org Acked-by: Gerd Hoffmann From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gerd Hoffmann Subject: Re: [PATCH 2/2] drm/virtio: Remove open-coded commit-tail function Date: Thu, 9 Jul 2020 14:48:28 +0200 Message-ID: <20200709124828.4qgbafyobms5yx5g@sirius.home.kraxel.org> References: <20200707201229.472834-4-daniel.vetter@ffwll.ch> <20200709123339.547390-1-daniel.vetter@ffwll.ch> <20200709123339.547390-2-daniel.vetter@ffwll.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20200709123339.547390-2-daniel.vetter-/w4YWyX8dFk@public.gmane.org> Sender: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Daniel Vetter Cc: DRI Development , Intel Graphics Development , linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Daniel Vetter , David Airlie , virtualization-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org List-Id: virtualization@lists.linuxfoundation.org On Thu, Jul 09, 2020 at 02:33:39PM +0200, Daniel Vetter wrote: > Exactly matches the one in the helpers. > > This avoids me having to roll out dma-fence critical section > annotations to this copy. > > Signed-off-by: Daniel Vetter > Cc: David Airlie > Cc: Gerd Hoffmann > Cc: virtualization-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Acked-by: Gerd Hoffmann 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=-3.5 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED 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 D241EC433E0 for ; Thu, 9 Jul 2020 12:48:37 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id A9AAB2076A for ; Thu, 9 Jul 2020 12:48:37 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="NHF8AcPH" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A9AAB2076A Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 27EB489C9B; Thu, 9 Jul 2020 12:48:37 +0000 (UTC) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.120]) by gabe.freedesktop.org (Postfix) with ESMTPS id F294D89C6B for ; Thu, 9 Jul 2020 12:48:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1594298915; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=wq1kFYAWyMi1luu/i9PjUD65Uz5zsRQxFztxNWKcNAE=; b=NHF8AcPHIV7IBPuNKFyaTLDRHcq7W73Xzkd5cywgWYgUlJUgdK2ia2vMuNOVGPXXbzVjqX Am2QlmfO1xPbIxGZeAOf5VzHWM1URwS0AMbn/jWoPd2QNseZNOmh7pxHytgMgOUIh6ZMu0 L2YiL9lnq3n3g3DlELFVUbuoHTjsZo0= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-237-lcY18hqwMkCdj-O9Qo6VlQ-1; Thu, 09 Jul 2020 08:48:31 -0400 X-MC-Unique: lcY18hqwMkCdj-O9Qo6VlQ-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 27E9B193F560; Thu, 9 Jul 2020 12:48:30 +0000 (UTC) Received: from sirius.home.kraxel.org (ovpn-112-200.ams2.redhat.com [10.36.112.200]) by smtp.corp.redhat.com (Postfix) with ESMTP id AB5742B6DD; Thu, 9 Jul 2020 12:48:29 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id C1614187; Thu, 9 Jul 2020 14:48:28 +0200 (CEST) Date: Thu, 9 Jul 2020 14:48:28 +0200 From: Gerd Hoffmann To: Daniel Vetter Subject: Re: [PATCH 2/2] drm/virtio: Remove open-coded commit-tail function Message-ID: <20200709124828.4qgbafyobms5yx5g@sirius.home.kraxel.org> References: <20200707201229.472834-4-daniel.vetter@ffwll.ch> <20200709123339.547390-1-daniel.vetter@ffwll.ch> <20200709123339.547390-2-daniel.vetter@ffwll.ch> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200709123339.547390-2-daniel.vetter@ffwll.ch> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 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: , Cc: linux-rdma@vger.kernel.org, Intel Graphics Development , DRI Development , virtualization@lists.linux-foundation.org, David Airlie , Daniel Vetter Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Thu, Jul 09, 2020 at 02:33:39PM +0200, Daniel Vetter wrote: > Exactly matches the one in the helpers. > > This avoids me having to roll out dma-fence critical section > annotations to this copy. > > Signed-off-by: Daniel Vetter > Cc: David Airlie > Cc: Gerd Hoffmann > Cc: virtualization@lists.linux-foundation.org Acked-by: Gerd Hoffmann _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel 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=-3.5 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED 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 5F0BCC433E0 for ; Thu, 9 Jul 2020 12:48:41 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 32DFE2076A for ; Thu, 9 Jul 2020 12:48:41 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="EPD9A8Z6" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 32DFE2076A Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=intel-gfx-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 7FE9E89EAE; Thu, 9 Jul 2020 12:48:38 +0000 (UTC) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-1.mimecast.com [207.211.31.81]) by gabe.freedesktop.org (Postfix) with ESMTPS id 0FFD289C6B for ; Thu, 9 Jul 2020 12:48:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1594298916; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=wq1kFYAWyMi1luu/i9PjUD65Uz5zsRQxFztxNWKcNAE=; b=EPD9A8Z6fgAi8pJn4uDnHbVhta4IQX4BCnp4791c5yIjuzU6n92sZNf2RhNw66Py8ofEo4 EejOM8NEObwJnr3KBXNH0bkpU2Hq32Bfju1O1zBoWWpfumBzrfIMr5dpGCiGHTOszuy2cM 7TZu7+XCFzybB6xVWAU5QTrJelboTrM= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-237-lcY18hqwMkCdj-O9Qo6VlQ-1; Thu, 09 Jul 2020 08:48:31 -0400 X-MC-Unique: lcY18hqwMkCdj-O9Qo6VlQ-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 27E9B193F560; Thu, 9 Jul 2020 12:48:30 +0000 (UTC) Received: from sirius.home.kraxel.org (ovpn-112-200.ams2.redhat.com [10.36.112.200]) by smtp.corp.redhat.com (Postfix) with ESMTP id AB5742B6DD; Thu, 9 Jul 2020 12:48:29 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id C1614187; Thu, 9 Jul 2020 14:48:28 +0200 (CEST) Date: Thu, 9 Jul 2020 14:48:28 +0200 From: Gerd Hoffmann To: Daniel Vetter Message-ID: <20200709124828.4qgbafyobms5yx5g@sirius.home.kraxel.org> References: <20200707201229.472834-4-daniel.vetter@ffwll.ch> <20200709123339.547390-1-daniel.vetter@ffwll.ch> <20200709123339.547390-2-daniel.vetter@ffwll.ch> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200709123339.547390-2-daniel.vetter@ffwll.ch> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 Subject: Re: [Intel-gfx] [PATCH 2/2] drm/virtio: Remove open-coded commit-tail function X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-rdma@vger.kernel.org, Intel Graphics Development , DRI Development , virtualization@lists.linux-foundation.org, David Airlie , Daniel Vetter Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Thu, Jul 09, 2020 at 02:33:39PM +0200, Daniel Vetter wrote: > Exactly matches the one in the helpers. > > This avoids me having to roll out dma-fence critical section > annotations to this copy. > > Signed-off-by: Daniel Vetter > Cc: David Airlie > Cc: Gerd Hoffmann > Cc: virtualization@lists.linux-foundation.org Acked-by: Gerd Hoffmann _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx