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=-13.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 B23B3C433E6 for ; Thu, 11 Mar 2021 15:09:22 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 408D764FD6 for ; Thu, 11 Mar 2021 15:09:22 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 408D764FD6 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linux.intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=intel-gfx-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 071586EDA6; Thu, 11 Mar 2021 15:09:18 +0000 (UTC) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by gabe.freedesktop.org (Postfix) with ESMTPS id 534286ED9A; Thu, 11 Mar 2021 15:09:16 +0000 (UTC) IronPort-SDR: +N7cAcW0uRirE29hp4GRYLZBPBFn58tCEXMbI6T2AiJf0zYagK35lCAPV/cWOBQng1EZKetWZt lOLsmCK7rMSA== X-IronPort-AV: E=McAfee;i="6000,8403,9920"; a="167954143" X-IronPort-AV: E=Sophos;i="5.81,240,1610438400"; d="scan'208";a="167954143" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Mar 2021 07:09:15 -0800 IronPort-SDR: eNtpzg7rAFrl+bX/Socp269G+W1brgZYn7N+ROYC1oH4h/gy/FB520phv6zicMrSkHjt3hJ8KX y7swO4peDVqQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.81,240,1610438400"; d="scan'208";a="438728955" Received: from stinkbox.fi.intel.com (HELO stinkbox) ([10.237.72.171]) by FMSMGA003.fm.intel.com with SMTP; 11 Mar 2021 07:09:13 -0800 Received: by stinkbox (sSMTP sendmail emulation); Thu, 11 Mar 2021 17:09:12 +0200 Date: Thu, 11 Mar 2021 17:09:12 +0200 From: Ville =?iso-8859-1?Q?Syrj=E4l=E4?= To: Sean Paul Message-ID: References: <20210310214845.29021-1-sean@poorly.run> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210310214845.29021-1-sean@poorly.run> X-Patchwork-Hint: comment Subject: Re: [Intel-gfx] [PATCH 1/2] drm/i915/dp_link_training: Add newlines to debug messages X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: intel-gfx@lists.freedesktop.org, Sean Paul , dri-devel@lists.freedesktop.org Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Wed, Mar 10, 2021 at 04:47:56PM -0500, Sean Paul wrote: > From: Sean Paul > = > This patch adds some newlines which are missing from debug messages. > This will prevent logs from being stacked up in dmesg. > = > Signed-off-by: Sean Paul > --- > drivers/gpu/drm/i915/display/intel_dp_link_training.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > = > diff --git a/drivers/gpu/drm/i915/display/intel_dp_link_training.c b/driv= ers/gpu/drm/i915/display/intel_dp_link_training.c > index 892d7db7d94f..ad02d493ec16 100644 > --- a/drivers/gpu/drm/i915/display/intel_dp_link_training.c > +++ b/drivers/gpu/drm/i915/display/intel_dp_link_training.c > @@ -29,7 +29,7 @@ static void > intel_dp_dump_link_status(const u8 link_status[DP_LINK_STATUS_SIZE]) > { > = > - DRM_DEBUG_KMS("ln0_1:0x%x ln2_3:0x%x align:0x%x sink:0x%x adj_req0_1:0x= %x adj_req2_3:0x%x", > + DRM_DEBUG_KMS("ln0_1:0x%x ln2_3:0x%x align:0x%x sink:0x%x adj_req0_1:0x= %x adj_req2_3:0x%x\n", > link_status[0], link_status[1], link_status[2], > link_status[3], link_status[4], link_status[5]); > } > @@ -731,7 +731,7 @@ intel_dp_link_train_phy(struct intel_dp *intel_dp, > = > out: > drm_dbg_kms(&dp_to_i915(intel_dp)->drm, > - "[CONNECTOR:%d:%s] Link Training %s at link rate =3D %d, lane coun= t =3D %d, at %s", > + "[CONNECTOR:%d:%s] Link Training %s at link rate =3D %d, lane coun= t =3D %d, at %s\n", Looking through some ci logs we do get the newline here somehow. A bit weird. Reviewed-by: Ville Syrj=E4l=E4 -- = Ville Syrj=E4l=E4 Intel _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx