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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 61243C433FE for ; Fri, 25 Feb 2022 12:26:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233253AbiBYM0p (ORCPT ); Fri, 25 Feb 2022 07:26:45 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39172 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240641AbiBYM0p (ORCPT ); Fri, 25 Feb 2022 07:26:45 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5B503214FAB for ; Fri, 25 Feb 2022 04:26:13 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 0197F61B14 for ; Fri, 25 Feb 2022 12:26:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0577DC340E7; Fri, 25 Feb 2022 12:26:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1645791972; bh=2kD6zliF/7kpkBm/5wMqRwywS1WwMXEfs4HMp8GpC6A=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kppJ9gMQV+vY55dSSD9PWUQvK/zB0P0ugbjgmKJdQhVcGwNhlVrndufPXwnPHq/Fd FKzxpRJj8dkB8YNZKYJaRgeekFxv0KgK1Hs1i+bmbswT7ICAhTUEYUIsqymjMu6V++ if4kVIIKhUWy8Crw79os4Df+sTiSuuif2nht+u+Y= Date: Fri, 25 Feb 2022 13:26:09 +0100 From: Greg KH To: "Limonciello, Mario" Cc: "stable@vger.kernel.org" Subject: Re: Messaging verbosity backport Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Wed, Feb 23, 2022 at 11:06:47PM +0000, Limonciello, Mario wrote: > [Public] > > Hi, > > By default some laptops show this on every boot. It's not useful and was degraded to debug in a future kernel. > > [drm:dp_retrieve_lttpr_cap [amdgpu]] *ERROR* dp_retrieve_lttpr_cap: Read LTTPR caps data failed. > > Please backport > > commit 1d925758ba1a5d2716a847903e2fd04efcbd9862 ("drm/amd/display: Reduce dmesg error to a debug print") to decrease verbosity. Now queued up, thanks. greg k-h