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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5C6B4C433EF for ; Thu, 6 Jan 2022 09:46:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237526AbiAFJqC (ORCPT ); Thu, 6 Jan 2022 04:46:02 -0500 Received: from muru.com ([72.249.23.125]:46572 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237427AbiAFJqB (ORCPT ); Thu, 6 Jan 2022 04:46:01 -0500 Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id D59C680B5; Thu, 6 Jan 2022 09:46:46 +0000 (UTC) Date: Thu, 6 Jan 2022 11:45:58 +0200 From: Tony Lindgren To: OpenPVRSGX Linux Driver Group Cc: tomba@kernel.org, sumit.semwal@linaro.org, christian.koenig@amd.com, philipp@uvos.xyz, airlied@linux.ie, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, daniel@ffwll.ch, linux-omap@vger.kernel.org, linux-media@vger.kernel.org Subject: Re: [Openpvrsgx-devgroup] [PATCH] drm: omapdrm: Fix implicit dma_buf fencing Message-ID: References: <1641397018-29872-1-git-send-email-ivo.g.dimitrov.75@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1641397018-29872-1-git-send-email-ivo.g.dimitrov.75@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Ivaylo Dimitrov [220105 15:38]: > Fix that by initializing dma_buf resv to the resv of the gem object being > exported. Nice find! This also fixes my wlroots test case with termite running on sway where termite would only partially update when switching between desktops, so: Tested-by: Tony Lindgren