From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933650AbdEVNw2 (ORCPT ); Mon, 22 May 2017 09:52:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44684 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933410AbdEVNw0 (ORCPT ); Mon, 22 May 2017 09:52:26 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com C7B3F4E4C3 Authentication-Results: ext-mx09.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx09.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=lyude@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com C7B3F4E4C3 Message-ID: <1495461143.2944.1.camel@redhat.com> Subject: Re: [PATCH v2 0/3] Cleanup evergreen/si IRQ handling code From: Lyude Paul To: Christian =?ISO-8859-1?Q?K=F6nig?= , amd-gfx@lists.freedesktop.org Cc: David Airlie , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Alex Deucher , Christian =?ISO-8859-1?Q?K=F6nig?= Date: Mon, 22 May 2017 09:52:23 -0400 In-Reply-To: <51a14f4e-8771-3bca-b05f-25732da50b34@vodafone.de> References: <20170516211202.20325-1-lyude@redhat.com> <20170519234840.5644-1-lyude@redhat.com> <51a14f4e-8771-3bca-b05f-25732da50b34@vodafone.de> Organization: Red Hat Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Mon, 22 May 2017 13:52:26 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 2017-05-20 at 13:39 +0200, Christian König wrote: > Am 20.05.2017 um 01:48 schrieb Lyude: > > This is the first part of me going through and cleaning up the IRQ > > handling > > code for radeon, since after taking a look at it the other day > > while trying to > > debug something I realized basically all of the code was copy > > pasted > > everywhere, and quite difficult to actually read through. > > > > Will come up with something for r600 and cik once I've got the > > chipsets on hand > > to test with. > > > > Lyude (3): > >    drm/radeon: Cleanup display interrupt handling for evergreen, si > >    drm/radeon: Cleanup HDMI audio interrupt handling for evergreen > >    drm/radeon: Cleanup pageflipping IRQ handling for evergreen, si > > I don't have time to do a line by line review, but what I saw looked  > very good to me. > > So the whole seres is Acked-by: Christian König .com>. > > BTW: You don't want to take a look at the other hw generations as > well? Oh don't worry, I'm already planning on that! The next chance I have available I'll be going my coworker's GPUs so I can get the hardware I need to test refactors I write of the rest of the hw gen's IRQ handling code. :) > > Regards, > Christian. > > > > >   drivers/gpu/drm/radeon/evergreen.c      | 943 ++++++------------- > > ------------- > >   drivers/gpu/drm/radeon/radeon.h         |  27 +- > >   drivers/gpu/drm/radeon/radeon_irq_kms.c |  35 ++ > >   drivers/gpu/drm/radeon/si.c             | 655 +++++------------ > > ----- > >   4 files changed, 344 insertions(+), 1316 deletions(-) > > > >