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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 5FA21E668BC for ; Sun, 24 Nov 2024 17:26:23 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id C20DC10E59B; Sun, 24 Nov 2024 17:26:22 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (1024-bit key; unprotected) header.d=linux.dev header.i=@linux.dev header.b="c1NDafdB"; dkim-atps=neutral Received: from out-176.mta1.migadu.com (out-176.mta1.migadu.com [95.215.58.176]) by gabe.freedesktop.org (Postfix) with ESMTPS id 3BA6710E59B for ; Sun, 24 Nov 2024 17:26:22 +0000 (UTC) Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1732469180; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Bhx9GWrlh15tI8+NICW2csUyfRfC9547Fo3fTXaA0fc=; b=c1NDafdBxg0t3m+Ux0StZjGw1GnBATsMTOxH9Zec0zbHL5rfmcmBQ25WFppQFV6WpcLNxp e4fAgz0ubhjej+w7ClgTcl+okBKfVfo/Tfu+iwdIcv4w8ra7VkwuVfEz0T+kiiyuPXf4QY vVy49Djfe4eQqlFkUlkYsproyDZpmwg= Date: Sun, 24 Nov 2024 22:56:09 +0530 MIME-Version: 1.0 Subject: Re: [PATCH 4/7] drm/tidss: Add printing of underflows To: Tomi Valkeinen , Devarsh Thakkar , Jyri Sarha Cc: Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Daniel Vetter , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, Jonathan Cormier References: <20241021-tidss-irq-fix-v1-0-82ddaec94e4a@ideasonboard.com> <20241021-tidss-irq-fix-v1-4-82ddaec94e4a@ideasonboard.com> Content-Language: en-US X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Aradhya Bhatia In-Reply-To: <20241021-tidss-irq-fix-v1-4-82ddaec94e4a@ideasonboard.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On 10/21/24 19:37, Tomi Valkeinen wrote: > Add printing of underflows the same way as we handle sync losts. > > Signed-off-by: Tomi Valkeinen Reviewed-by: Aradhya Bhatia Regards Aradhya [...]