From mboxrd@z Thu Jan 1 00:00:00 1970 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 06010C433EF for ; Tue, 28 Sep 2021 19:00:02 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C6FD261262 for ; Tue, 28 Sep 2021 19:00:01 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org C6FD261262 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=bewilderbeest.net Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=UvFPmsCRasBWGYtAMVFIh9orL2YpVUlY3dom3a2Y1B8=; b=T7JGuYc7sag7v6hWO3CUeH6yp9 8EQaOflByS5b1TZQ0x/ceBW6BGZtwYmY6bUbbLeSl847zYP7Tte0zIppwivnMYq666mHMgPqx6kdO rP8qcr9nnLbyVgXZ6PDB5gVvx82hG7c92JkJllSj1M1ixMNiKZ3wroO9wP8vT6wnmh9WC/sG5CCDO +lEDikYvWaPxjJDk9aQd6jxEzX39Z5FTZb8DxIs5pMSHNvWxJQoWYjNgKOZ/axWFadyyIU9T/hh8a 81T+BPodhSEEWFWkpw0p8WpMUOUB/ZaCEiOqGzFgPTn7f0c6JqYRYSbrZBZrUj2LnTM2WCDIqZ3U3 ahwrFVKg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mVIIH-008Y02-Gx; Tue, 28 Sep 2021 18:57:33 +0000 Received: from thorn.bewilderbeest.net ([2605:2700:0:5::4713:9cab]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mVIID-008Xyb-SA for linux-arm-kernel@lists.infradead.org; Tue, 28 Sep 2021 18:57:31 +0000 Received: from hatter.bewilderbeest.net (71-212-29-146.tukw.qwest.net [71.212.29.146]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: zev) by thorn.bewilderbeest.net (Postfix) with ESMTPSA id 8CF6F293; Tue, 28 Sep 2021 11:57:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bewilderbeest.net; s=thorn; t=1632855446; bh=IFT3ZrpRZd+Ibr02i8FrlOCSYn/cxKG+rD5MpR8Vock=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DWL+C+dHOgnPcq0cZchQ12PhW3t9SddpmR2MCjXQLHiGjRkmHFwkj9b5Fxcx308dN WkzsqUDmdqAMqFjnryQZ3xWDMM603fAOMHZzB8wQL+2+A5H0NRuApMACU2H3jptchH j/SDraM5EGdylpEkqfLBwv2INKURWptZ+I6RjTao= Date: Tue, 28 Sep 2021 11:57:03 -0700 From: Zev Weiss To: Mauro Carvalho Chehab Cc: Joel Stanley , Eddie James , "linux-aspeed@lists.ozlabs.org" , "openbmc@lists.ozlabs.org" , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-media@vger.kernel.org" , Ryan Chen Subject: Re: [PATCH v3] media: aspeed-video: ignore interrupts that aren't enabled Message-ID: References: <20210617220229.7352-1-zev@bewilderbeest.net> <46edf81d60a38747f7d2511f840253a1c6867652.camel@linux.ibm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210928_115729_942021_BD278EE5 X-CRM114-Status: GOOD ( 18.50 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, Sep 06, 2021 at 04:47:14AM PDT, Joel Stanley wrote: >Hi Mauro, > >On Mon, 6 Sept 2021 at 10:10, Ryan Chen wrote: >> > Subject: Re: [PATCH v3] media: aspeed-video: ignore interrupts that aren't >> > enabled >> > >> > On Thu, 2021-06-17 at 17:02 -0500, Zev Weiss wrote: >> > > As partially addressed in commit 65d270acb2d6 ("media: aspeed: clear >> > > garbage interrupts"), the ASpeed video engine sometimes asserts >> > > interrupts that the driver hasn't enabled. In addition to the >> > > CAPTURE_COMPLETE and FRAME_COMPLETE interrupts dealt with in that >> > > patch, COMP_READY has also been observed. Instead of playing >> > > whack-a-mole with each one individually, we can instead just blanket >> > > ignore everything we haven't explicitly enabled. >> > >> > Suspect this will fix an intermittent problem on AST2500 with screensaver. >> > Change looks good, thanks! >> > >> > Reviewed-by: Eddie James >> > >> Reviewed-by: Ryan Chen >> > > >> > > Signed-off-by: Zev Weiss > >I notice this wasn't merged in the pull request you sent for v5.15. >Would you be able to ensure it makes it in the next pull request you >send? > >It can have some fixes tags too: > >Fixes: 65d270acb2d6 ("media: aspeed: clear garbage interrupts") >Fixes: d2b4387f3bdf ("media: platform: Add Aspeed Video Engine driver") >Acked-by: Joel Stanley > >Cheers, > >Joel > Also not in the recent merge of the media/v5.15-2 tag it looks like -- ping? Thanks, Zev _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel