From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Vetter Subject: Re: [PATCH] drm/i915/dp: add missing \n in the TPS3 debug message Date: Mon, 8 Sep 2014 09:51:02 +0200 Message-ID: <20140908075102.GR15520@phenom.ffwll.local> References: <1409923158-1495-1-git-send-email-jani.nikula@intel.com> <20140908074443.GP15520@phenom.ffwll.local> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) by gabe.freedesktop.org (Postfix) with ESMTP id 1E88C6E223 for ; Mon, 8 Sep 2014 00:50:36 -0700 (PDT) Received: by mail-wi0-f169.google.com with SMTP id n3so2171335wiv.0 for ; Mon, 08 Sep 2014 00:50:36 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20140908074443.GP15520@phenom.ffwll.local> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" To: Jani Nikula Cc: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org On Mon, Sep 08, 2014 at 09:44:43AM +0200, Daniel Vetter wrote: > On Fri, Sep 05, 2014 at 04:19:18PM +0300, Jani Nikula wrote: > > Slightly less thin commit message appreciated ... It looks like this now: commit 476e2ac36e9d00e513356d7ebc443c75a1dd3ede Author: Jani Nikula Date: Fri Sep 5 16:19:18 2014 +0300 drm/i915/dp: add missing \n in the TPS3 debug message This goes back to commit 06ea66b6bb445043dc25a9626254d5c130093199 Author: Todd Previte Date: Mon Jan 20 10:19:39 2014 -0700 drm/i915: Enable 5.4Ghz (HBR2) link rate for Displayport 1.2-capable devices Cc: Todd Previte Signed-off-by: Jani Nikula Signed-off-by: Daniel Vetter And adding Todd to cc. -Daniel > > > Signed-off-by: Jani Nikula > > Queued for -next, thanks for the patch. > -Daniel > > > --- > > drivers/gpu/drm/i915/intel_dp.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/drivers/gpu/drm/i915/intel_dp.c b/drivers/gpu/drm/i915/intel_dp.c > > index f79473b3348b..ba96179eea0e 100644 > > --- a/drivers/gpu/drm/i915/intel_dp.c > > +++ b/drivers/gpu/drm/i915/intel_dp.c > > @@ -3395,7 +3395,7 @@ intel_dp_get_dpcd(struct intel_dp *intel_dp) > > if (intel_dp->dpcd[DP_DPCD_REV] >= 0x12 && > > intel_dp->dpcd[DP_MAX_LANE_COUNT] & DP_TPS3_SUPPORTED) { > > intel_dp->use_tps3 = true; > > - DRM_DEBUG_KMS("Displayport TPS3 supported"); > > + DRM_DEBUG_KMS("Displayport TPS3 supported\n"); > > } else > > intel_dp->use_tps3 = false; > > > > -- > > 1.9.1 > > > > _______________________________________________ > > Intel-gfx mailing list > > Intel-gfx@lists.freedesktop.org > > http://lists.freedesktop.org/mailman/listinfo/intel-gfx > > -- > Daniel Vetter > Software Engineer, Intel Corporation > +41 (0) 79 365 57 48 - http://blog.ffwll.ch -- Daniel Vetter Software Engineer, Intel Corporation +41 (0) 79 365 57 48 - http://blog.ffwll.ch