From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751893AbcFFPfc (ORCPT ); Mon, 6 Jun 2016 11:35:32 -0400 Received: from mail-yw0-f181.google.com ([209.85.161.181]:34035 "EHLO mail-yw0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751049AbcFFPfa (ORCPT ); Mon, 6 Jun 2016 11:35:30 -0400 Date: Mon, 6 Jun 2016 12:35:26 -0300 From: Gustavo Padovan To: Alex Deucher Cc: Maling list - DRI developers , Michel =?iso-8859-1?Q?D=E4nzer?= , open list , Alex Deucher , Gustavo Padovan , Christian =?iso-8859-1?Q?K=F6nig?= Subject: Re: [PATCH 08/14] drm/amdgpu: use drm_crtc_vblank_{get,put}() Message-ID: <20160606153526.GB2529@joana> Mail-Followup-To: Gustavo Padovan , Alex Deucher , Maling list - DRI developers , Michel =?iso-8859-1?Q?D=E4nzer?= , open list , Alex Deucher , Gustavo Padovan , Christian =?iso-8859-1?Q?K=F6nig?= References: <1465224105-21485-1-git-send-email-gustavo@padovan.org> <1465224105-21485-8-git-send-email-gustavo@padovan.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.6.1 (2016-04-27) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 2016-06-06 Alex Deucher : > On Mon, Jun 6, 2016 at 10:41 AM, Gustavo Padovan wrote: > > From: Gustavo Padovan > > > > Replace the legacy drm_vblank_{get,put}() with the new helper functions. > > > > Signed-off-by: Gustavo Padovan > > This and the radeon patch are: > > Reviewed-by: Alex Deucher > > Should I pick this up, or are you planning to upstream this as a big batch? I would like to upstream as a big batch via drm-misc. If I get acks on everything it would be possible to remove drm_vblank_get,put for 4.8. Gustavo