From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46406) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zbjb9-0003ak-9M for qemu-devel@nongnu.org; Tue, 15 Sep 2015 02:20:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zbjb8-0007F3-K3 for qemu-devel@nongnu.org; Tue, 15 Sep 2015 02:20:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39105) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zbjb8-0007Eu-Fa for qemu-devel@nongnu.org; Tue, 15 Sep 2015 02:20:10 -0400 Message-ID: <1442298007.2895.0.camel@redhat.com> From: Gerd Hoffmann Date: Tue, 15 Sep 2015 08:20:07 +0200 In-Reply-To: References: <1442239599.13588.5.camel@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] virtio-gpu: cursor update not in sync with resource update List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Dave Airlie Cc: =?ISO-8859-1?Q?Marc-Andr=E9?= Lureau , QEMU Hi, > >> if (!ret) { > >> reservation_object_add_excl_fence(qobj->tbo.resv, > >> &fence->f); > >> virtio_gpu_object_wait(qobj, false); > >> } > >> > >> before moving the cursor, shouldn't that suffice? > >> > >> Do we fail the transfer sometimes? > > > > > > That's apparently not in Gerd tree. > > Interesting, I'm not sure where this got lost, Probably fallen through the cracks with the recent fence fixups. I've added it back. cheers, Gerd