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=-6.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,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 041FEC47082 for ; Mon, 31 May 2021 04:08:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C97D561220 for ; Mon, 31 May 2021 04:08:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229475AbhEaEKA (ORCPT ); Mon, 31 May 2021 00:10:00 -0400 Received: from mail.kernel.org ([198.145.29.99]:56794 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229471AbhEaEJ7 (ORCPT ); Mon, 31 May 2021 00:09:59 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 94085611CA; Mon, 31 May 2021 04:08:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1622434099; bh=louUzdPLVIYhYNoA/nrGNy48FfajCJNyOsQ9+ZzUtqg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=cghkyJiugnmLA89Iu4xI53c4rx4/J8AQHTqb94NekWPhNYdUhbV7ZwIGxV2kqPRj4 U5U9qiESiaQLsfKxhSuHRv6cQg4+6G0m/eUaFEdThleBridgLwYMqhkZuWh8NxoYVp SK0zCKFpZfMl1uF0RjT0cxixXtKFHlzQK2NJRtxjj4Hw1KDmnvJ1++/l0HSBAMfddj Jjdah/mfgLmOPV9uduUygJS16Dx5WK2PfB4GOSeq+vdptl2DSoiTqvZl8KVh57H+1L XUaY5k6qMweAtqTilRA4KRzLkUoUzFnteu6aqf/2jhYI5I8YoJlZ15r+UkkDJaX8pS yyOfcNgN5V2Xw== Date: Mon, 31 May 2021 09:38:15 +0530 From: Vinod Koul To: Laurent Pinchart Cc: dmaengine@vger.kernel.org, Michal Simek , Jianqiang Chen , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 0/4] dmaengine: xilinx: dpdma: Fix freeze after 64k frames Message-ID: References: <20210520152420.23986-1-laurent.pinchart@ideasonboard.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210520152420.23986-1-laurent.pinchart@ideasonboard.com> Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org On 20-05-21, 18:24, Laurent Pinchart wrote: > Hello, > > This patch series addresses an issue in the Xilixn ZynqMP DPDMA driver > that causes a display freeze after 65536 frames. The first three patches > include a small compilation breakage issue (1/4) and enhancements to the > messages logged by the driver (2/4 and 3/4). The last patch fixes the > freeze bug. Please see individual patches for details. Applied, thanks While at it please keep fixes at the top of the series, easier to apply to fixes rather than next Thanks -- ~Vinod