Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754754AbcKOO0t (ORCPT ); Tue, 15 Nov 2016 09:26:49 -0500 Received: from mail-yw0-f171.google.com ([209.85.161.171]:33441 "EHLO mail-yw0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752959AbcKOO0s (ORCPT ); Tue, 15 Nov 2016 09:26:48 -0500 MIME-Version: 1.0 In-Reply-To: <1479215201-2672-1-git-send-email-gustavo@padovan.org> References: <1479215201-2672-1-git-send-email-gustavo@padovan.org> From: Sean Paul Date: Tue, 15 Nov 2016 09:26:24 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v12 0/3] drm: add explicit fencing To: Gustavo Padovan Cc: dri-devel , Linux Kernel Mailing List , Daniel Stone , Daniel Vetter , Rob Clark , Greg Hackmann , John Harrison , Laurent Pinchart , =?UTF-8?Q?St=C3=A9phane_Marchesin?= , m.chehab@samsung.com, Maarten Lankhorst , Brian Starkey , Gustavo Padovan Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1706 Lines: 54 On Tue, Nov 15, 2016 at 8:06 AM, Gustavo Padovan wrote: > From: Gustavo Padovan > > Hi, > > Yet another iteration, v12 now after working on the changes proposed by Chris > Wilson. > > Robert Foss managed to port Android's drm_hwcomposer to the new HWC2 API and > added support to fences. Current patches can be seen here: > > https://git.collabora.com/cgit/user/robertfoss/drm_hwcomposer.git/log/?h=hwc2_fence_v1 > > He ran AOSP on top of padovan/fences kernel branch with full fence support on > qemu/virgl and msm db410c. That means we already have a working open source > userspace using the explicit fencing implementation. > > Also i-g-t testing are available with all tests suggested in v7 included: > > https://git.collabora.com/cgit/user/padovan/intel-gpu-tools.git/log/ > > Please review! > > Gustavo > > [1] https://www.mail-archive.com/linux-kernel@vger.kernel.org/msg1253822.html > > Gustavo Padovan (3): > drm/fence: add in-fences support > drm/fence: add fence timeline to drm_crtc > drm/fence: add out-fences support > Thanks Gustavo, everything looks good to me. For the series: Reviewed-by: Sean Paul > drivers/gpu/drm/Kconfig | 1 + > drivers/gpu/drm/drm_atomic.c | 255 +++++++++++++++++++++++++++++------- > drivers/gpu/drm/drm_atomic_helper.c | 5 + > drivers/gpu/drm/drm_crtc.c | 52 ++++++++ > drivers/gpu/drm/drm_crtc_internal.h | 10 ++ > drivers/gpu/drm/drm_plane.c | 1 + > include/drm/drm_atomic.h | 1 + > include/drm/drm_crtc.h | 40 ++++++ > 8 files changed, 320 insertions(+), 45 deletions(-) > > -- > 2.5.5 >