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 X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1AA65C433DF for ; Fri, 21 Aug 2020 07:49:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E256E20738 for ; Fri, 21 Aug 2020 07:49:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728137AbgHUHs7 convert rfc822-to-8bit (ORCPT ); Fri, 21 Aug 2020 03:48:59 -0400 Received: from metis.ext.pengutronix.de ([85.220.165.71]:60985 "EHLO metis.ext.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725908AbgHUHs6 (ORCPT ); Fri, 21 Aug 2020 03:48:58 -0400 Received: from [2001:67c:670:100:3ad5:47ff:feaf:1a17] (helo=lupine) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1k91nD-000287-Le; Fri, 21 Aug 2020 09:48:55 +0200 Received: from pza by lupine with local (Exim 4.92) (envelope-from ) id 1k91nC-0006r7-JA; Fri, 21 Aug 2020 09:48:54 +0200 Message-ID: Subject: Re: [PATCH 4.9 196/212] gpu: ipu-v3: image-convert: Combine rotate/no-rotate irq handlers From: Philipp Zabel To: Greg Kroah-Hartman Cc: Pavel Machek , linux-kernel@vger.kernel.org, stable@vger.kernel.org, Steve Longerbeam , Sasha Levin Date: Fri, 21 Aug 2020 09:48:54 +0200 In-Reply-To: <20200821073440.GB1681156@kroah.com> References: <20200820091602.251285210@linuxfoundation.org> <20200820091612.258939813@linuxfoundation.org> <20200821070216.GB23823@amd> <20200821073440.GB1681156@kroah.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT User-Agent: Evolution 3.30.5-1.1 MIME-Version: 1.0 X-SA-Exim-Connect-IP: 2001:67c:670:100:3ad5:47ff:feaf:1a17 X-SA-Exim-Mail-From: p.zabel@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2020-08-21 at 09:34 +0200, Greg Kroah-Hartman wrote: > On Fri, Aug 21, 2020 at 09:10:30AM +0200, Philipp Zabel wrote: > > Hi, > > > > On Fri, 2020-08-21 at 09:02 +0200, Pavel Machek wrote: > > > Hi! > > > > > > > From: Steve Longerbeam > > > > > > > > [ Upstream commit 0f6245f42ce9b7e4d20f2cda8d5f12b55a44d7d1 ] > > > > > > > > Combine the rotate_irq() and norotate_irq() handlers into a single > > > > eof_irq() handler. > > > > > > AFAICT this is preparation for next patch, not a backfix. And actual > > > fix patch is not there for 4.19, so this can be dropped, too. ^^^^^^ 4.9 > > > > You are right, this patch is preparation for commit 0f6245f42ce9 ("gpu: > > ipu-v3: image-convert: Wait for all EOFs before completing a tile"). > > Which is included in this patch series... It didn't hit my inbox for the v4.9 series, I can't see it on lore either: https://lore.kernel.org/stable/20200820091602.251285210@linuxfoundation.org/ regards Philipp