From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754078AbcEBPDw (ORCPT ); Mon, 2 May 2016 11:03:52 -0400 Received: from mail-wm0-f67.google.com ([74.125.82.67]:36020 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752309AbcEBPDn (ORCPT ); Mon, 2 May 2016 11:03:43 -0400 Date: Mon, 2 May 2016 17:03:40 +0200 From: Daniel Vetter To: Michel =?iso-8859-1?Q?D=E4nzer?= Cc: Gustavo Padovan , Tom St Denis , Jammy Zhou , Marek =?utf-8?B?T2zFocOhaw==?= , open list , dri-devel@lists.freedesktop.org, yanyang1 , Alex Deucher , Gustavo Padovan , Christian =?iso-8859-1?Q?K=F6nig?= Subject: Re: [PATCH 01/14] drm/amdgpu: use drm_crtc_send_vblank_event() Message-ID: <20160502150340.GR14148@phenom.ffwll.local> Mail-Followup-To: Michel =?iso-8859-1?Q?D=E4nzer?= , Gustavo Padovan , Tom St Denis , Jammy Zhou , Marek =?utf-8?B?T2zFocOhaw==?= , open list , dri-devel@lists.freedesktop.org, yanyang1 , Alex Deucher , Gustavo Padovan , Christian =?iso-8859-1?Q?K=F6nig?= References: <1460656118-16766-1-git-send-email-gustavo@padovan.org> <57105814.20502@daenzer.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <57105814.20502@daenzer.net> X-Operating-System: Linux phenom 4.6.0-rc5+ User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Apr 15, 2016 at 11:55:16AM +0900, Michel Dänzer wrote: > On 15.04.2016 02:48, Gustavo Padovan wrote: > > From: Gustavo Padovan > > > > Replace the legacy drm_send_vblank_event() with the new helper function. > > > > Signed-off-by: Gustavo Padovan > > --- > > drivers/gpu/drm/amd/amdgpu/dce_v10_0.c | 2 +- > > drivers/gpu/drm/amd/amdgpu/dce_v11_0.c | 2 +- > > drivers/gpu/drm/amd/amdgpu/dce_v8_0.c | 2 +- > > 3 files changed, 3 insertions(+), 3 deletions(-) > > > > diff --git a/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c b/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c > > index 6de2ce53..92c5a71 100644 > > --- a/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c > > +++ b/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c > > @@ -3370,7 +3370,7 @@ static int dce_v10_0_pageflip_irq(struct amdgpu_device *adev, > > > > /* wakeup usersapce */ > > if (works->event) > > - drm_send_vblank_event(adev->ddev, crtc_id, works->event); > > + drm_crtc_send_vblank_event(&amdgpu_crtc->base, works->event); > > > > spin_unlock_irqrestore(&adev->ddev->event_lock, flags); > > > > diff --git a/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c b/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c > > index e9ccc6b..2f784f2 100644 > > --- a/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c > > +++ b/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c > > @@ -3366,7 +3366,7 @@ static int dce_v11_0_pageflip_irq(struct amdgpu_device *adev, > > > > /* wakeup usersapce */ > > if(works->event) > > - drm_send_vblank_event(adev->ddev, crtc_id, works->event); > > + drm_crtc_send_vblank_event(&amdgpu_crtc->base, works->event); > > > > spin_unlock_irqrestore(&adev->ddev->event_lock, flags); > > > > diff --git a/drivers/gpu/drm/amd/amdgpu/dce_v8_0.c b/drivers/gpu/drm/amd/amdgpu/dce_v8_0.c > > index e56b55d..9155e3b 100644 > > --- a/drivers/gpu/drm/amd/amdgpu/dce_v8_0.c > > +++ b/drivers/gpu/drm/amd/amdgpu/dce_v8_0.c > > @@ -3379,7 +3379,7 @@ static int dce_v8_0_pageflip_irq(struct amdgpu_device *adev, > > > > /* wakeup usersapce */ > > if (works->event) > > - drm_send_vblank_event(adev->ddev, crtc_id, works->event); > > + drm_crtc_send_vblank_event(&amdgpu_crtc->base, works->event); > > > > spin_unlock_irqrestore(&adev->ddev->event_lock, flags); > > > > > > This patch and patch 8 are > > Reviewed-by: Michel Dänzer Both applied to drm-misc. -Daniel -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch