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 8CCB5C77B7C for ; Wed, 19 Apr 2023 09:56:03 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 4B32610E90D; Wed, 19 Apr 2023 09:56:02 +0000 (UTC) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by gabe.freedesktop.org (Postfix) with ESMTPS id E3A0D10E90D for ; Wed, 19 Apr 2023 09:55:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1681898159; x=1713434159; h=from:to:cc:subject:in-reply-to:references:date: message-id:mime-version; bh=IjMamxpBC365esbnVU4gnFp8xxSKmIlPSxS4Tcfsy9E=; b=CBP70eP6n655azvx1KEEC7YzRrtNnPrggFHplIUfKBZDbyMkBM/NFxRl tkkidbaTK8/Iq/PZmmrTw3j7dczuFASj+YH4P9IyeVaeiT0uDUwRO8DTh s8xgK4eJ9QwEGs7Vt/vFMLuwIos9KBai0Kq4nkt8PUXfoHPcTyN7j+Xnh ccQywtjNdhzmPeSwezIjsC1pA9EylrmSvD+C1UIsdWSVIajq4OkdWk2v0 cECzjvjTm1rmCBPo+cV8nsB8J9lHPrccIx5xp2iveyXTNq8a4ZntCQZhz Vviz7u2lFDi0cdo57tiGnGEOrtqMOGfzTcm87yrbSCtk3dgpWzD1MQi4H g==; X-IronPort-AV: E=McAfee;i="6600,9927,10684"; a="344152361" X-IronPort-AV: E=Sophos;i="5.99,208,1677571200"; d="scan'208";a="344152361" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Apr 2023 02:55:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10684"; a="693991975" X-IronPort-AV: E=Sophos;i="5.99,208,1677571200"; d="scan'208";a="693991975" Received: from yedidyal-mobl1.ger.corp.intel.com (HELO localhost) ([10.252.47.37]) by fmsmga007-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Apr 2023 02:55:56 -0700 From: Jani Nikula To: "Murthy, Arun R" , "intel-gfx@lists.freedesktop.org" In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo References: <20230417100021.3205172-1-arun.r.murthy@intel.com> <20230419022522.3457924-1-arun.r.murthy@intel.com> <875y9s1gsl.fsf@intel.com> Date: Wed, 19 Apr 2023 12:55:55 +0300 Message-ID: <87v8hsyz4k.fsf@intel.com> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Intel-gfx] [RESEND PATCHv2] drm/i915/display/dp: 128/132b LT requirement 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: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Wed, 19 Apr 2023, "Murthy, Arun R" wrote: >> -----Original Message----- >> From: Nikula, Jani >> Sent: Wednesday, April 19, 2023 12:48 PM >> To: Murthy, Arun R ; intel- >> gfx@lists.freedesktop.org >> Cc: Murthy, Arun R >> Subject: Re: [RESEND PATCHv2] drm/i915/display/dp: 128/132b LT >> requirement >> >> On Wed, 19 Apr 2023, Arun R Murthy wrote: >> > For 128b/132b LT prior to LT DPTX should set power state, DP channel >> > coding and then link rate. >> > >> > v2: added separate function to avoid code duplication(Jani N) >> > >> > Signed-off-by: Arun R Murthy >> >> RESEND for what reason? > Typo is sending V2 patch hence corrected and sent it again. > >> >> Two v2 and neither fixes >> https://lore.kernel.org/r/87o7nmergw.fsf@intel.com > This is pointing to the v1 patch. > V2 patch addressing review comments can be located @ https://lore.kernel.org/all/20230419022522.3457924-1-arun.r.murthy@intel.com/ Argh. RESEND means you're sending the exact same patch again. Hence *re-send*. That's what I thought. That's what everyone would think. It's even documented in submitting-patches.rst [1]. --- There's still the question of whether we could just change the order for 8b/10b too [2]. On IRC, Ville thinks we could, "i don't think there is any order specified. just use the same alwas imo". BR, Jani. [1] https://docs.kernel.org/process/submitting-patches.html#don-t-get-discouraged-or-impatient [2] https://lore.kernel.org/r/87r0siernf.fsf@intel.com > > Thanks and Regards, > Arun R Murthy > -------------------- >> >> BR, >> Jani. >> >> >> > --- >> > .../drm/i915/display/intel_dp_link_training.c | 62 >> > +++++++++++++------ >> > 1 file changed, 44 insertions(+), 18 deletions(-) >> > >> > diff --git a/drivers/gpu/drm/i915/display/intel_dp_link_training.c >> > b/drivers/gpu/drm/i915/display/intel_dp_link_training.c >> > index 6aa4ae5e7ebe..e5809cf7d0c4 100644 >> > --- a/drivers/gpu/drm/i915/display/intel_dp_link_training.c >> > +++ b/drivers/gpu/drm/i915/display/intel_dp_link_training.c >> > @@ -637,6 +637,37 @@ static bool >> intel_dp_link_max_vswing_reached(struct intel_dp *intel_dp, >> > return true; >> > } >> > >> > +static void >> > +intel_dp_update_downspread_ctrl(struct intel_dp *intel_dp, >> > + const struct intel_crtc_state *crtc_state) { >> > + u8 link_config[2]; >> > + >> > + link_config[0] = crtc_state->vrr.flipline ? >> DP_MSA_TIMING_PAR_IGNORE_EN : 0; >> > + link_config[1] = intel_dp_is_uhbr(crtc_state) ? >> > + DP_SET_ANSI_128B132B : DP_SET_ANSI_8B10B; >> > + drm_dp_dpcd_write(&intel_dp->aux, DP_DOWNSPREAD_CTRL, >> link_config, >> > +2); } >> > + >> > +static void >> > +intel_dp_update_link_bw_set(struct intel_dp *intel_dp, >> > + const struct intel_crtc_state *crtc_state, >> > + u8 link_bw, u8 rate_select) >> > +{ >> > + u8 link_config[2]; >> > + >> > + /* Write the link configuration data */ >> > + link_config[0] = link_bw; >> > + link_config[1] = crtc_state->lane_count; >> > + if (drm_dp_enhanced_frame_cap(intel_dp->dpcd)) >> > + link_config[1] |= DP_LANE_COUNT_ENHANCED_FRAME_EN; >> > + drm_dp_dpcd_write(&intel_dp->aux, DP_LINK_BW_SET, link_config, >> 2); >> > + /* eDP 1.4 rate select method. */ >> > + if (!link_bw) >> > + drm_dp_dpcd_write(&intel_dp->aux, DP_LINK_RATE_SET, >> > + &rate_select, 1); >> > +} >> > + >> > /* >> > * Prepare link training by configuring the link parameters. On DDI >> platforms >> > * also enable the port here. >> > @@ -647,7 +678,6 @@ intel_dp_prepare_link_train(struct intel_dp >> > *intel_dp, { >> > struct intel_encoder *encoder = &dp_to_dig_port(intel_dp)->base; >> > struct drm_i915_private *i915 = to_i915(encoder->base.dev); >> > - u8 link_config[2]; >> > u8 link_bw, rate_select; >> > >> > if (intel_dp->prepare_link_retrain) >> > @@ -686,23 +716,19 @@ intel_dp_prepare_link_train(struct intel_dp >> *intel_dp, >> > drm_dbg_kms(&i915->drm, >> > "[ENCODER:%d:%s] Using LINK_RATE_SET value >> %02x\n", >> > encoder->base.base.id, encoder->base.name, >> rate_select); >> > - >> > - /* Write the link configuration data */ >> > - link_config[0] = link_bw; >> > - link_config[1] = crtc_state->lane_count; >> > - if (drm_dp_enhanced_frame_cap(intel_dp->dpcd)) >> > - link_config[1] |= DP_LANE_COUNT_ENHANCED_FRAME_EN; >> > - drm_dp_dpcd_write(&intel_dp->aux, DP_LINK_BW_SET, link_config, >> 2); >> > - >> > - /* eDP 1.4 rate select method. */ >> > - if (!link_bw) >> > - drm_dp_dpcd_write(&intel_dp->aux, DP_LINK_RATE_SET, >> > - &rate_select, 1); >> > - >> > - link_config[0] = crtc_state->vrr.flipline ? >> DP_MSA_TIMING_PAR_IGNORE_EN : 0; >> > - link_config[1] = intel_dp_is_uhbr(crtc_state) ? >> > - DP_SET_ANSI_128B132B : DP_SET_ANSI_8B10B; >> > - drm_dp_dpcd_write(&intel_dp->aux, DP_DOWNSPREAD_CTRL, >> link_config, 2); >> > + if (intel_dp_is_uhbr(crtc_state)) { >> > + /* >> > + * Spec DP2.1 Section 3.5.2.16 >> > + * Prior to LT DPTX should set 128b/132b DP Channel coding >> and then set link rate >> > + */ >> > + intel_dp_update_downspread_ctrl(intel_dp, crtc_state); >> > + intel_dp_update_link_bw_set(intel_dp, crtc_state, link_bw, >> > + rate_select); >> > + } else { >> > + intel_dp_update_link_bw_set(intel_dp, crtc_state, link_bw, >> > + rate_select); >> > + intel_dp_update_downspread_ctrl(intel_dp, crtc_state); >> > + } >> > >> > return true; >> > } >> >> -- >> Jani Nikula, Intel Open Source Graphics Center -- Jani Nikula, Intel Open Source Graphics Center