intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: Jani Nikula <jani.nikula@intel.com>
To: Arun R Murthy <arun.r.murthy@intel.com>, intel-gfx@lists.freedesktop.org
Cc: Arun R Murthy <arun.r.murthy@intel.com>
Subject: Re: [PATCHv2] drm/i915/display/dp: Remove support for UHBR13.5
Date: Wed, 28 Feb 2024 17:06:03 +0200	[thread overview]
Message-ID: <87zfvk8w84.fsf@intel.com> (raw)
In-Reply-To: <20240228144350.3184930-1-arun.r.murthy@intel.com>

On Wed, 28 Feb 2024, Arun R Murthy <arun.r.murthy@intel.com> wrote:
> UHBR13.5 is not supported in MTL and also the DP2.1 spec says UHBR13.5
> is optional. Hence removing UHBR135 from the supported link rates.
>
> Fixes: https://gitlab.freedesktop.org/drm/intel/-/issues/8686

Fixes: trailer is for commits. And trailers should be together, with no
blank lines or patch changelogs in between.

>
> v2: Reframed the commit message and added link to the the issue.
>
> Signed-off-by: Arun R Murthy <arun.r.murthy@intel.com>

Closes: https://gitlab.freedesktop.org/drm/intel/-/issues/8686
Fixes: 62618c7f117e ("drm/i915/mtl: C20 PLL programming")
Cc: <stable@vger.kernel.org> # v6.5+
Reviewed-by: Jani Nikula <jani.nikula@intel.com>

There's no need to add /display/ in every subject prefix. drm/i915/dp
will do just fine.

Can be fixed while applying.

> ---
>  drivers/gpu/drm/i915/display/intel_dp.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/i915/display/intel_dp.c b/drivers/gpu/drm/i915/display/intel_dp.c
> index 6ece2c563c7a..c11d9055981f 100644
> --- a/drivers/gpu/drm/i915/display/intel_dp.c
> +++ b/drivers/gpu/drm/i915/display/intel_dp.c
> @@ -498,7 +498,7 @@ intel_dp_set_source_rates(struct intel_dp *intel_dp)
>  	/* The values must be in increasing order */
>  	static const int mtl_rates[] = {
>  		162000, 216000, 243000, 270000, 324000, 432000, 540000, 675000,
> -		810000,	1000000, 1350000, 2000000,
> +		810000,	1000000, 2000000,
>  	};
>  	static const int icl_rates[] = {
>  		162000, 216000, 270000, 324000, 432000, 540000, 648000, 810000,

-- 
Jani Nikula, Intel

  reply	other threads:[~2024-02-28 15:06 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20230620025243.979317>
2024-02-28 14:43 ` [PATCHv2] drm/i915/display/dp: Remove support for UHBR13.5 Arun R Murthy
2024-02-28 15:06   ` Jani Nikula [this message]
2024-02-28 23:41 ` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/display/dp: Remove support for UHBR13.5 (rev2) Patchwork
2024-02-28 23:53 ` ✓ Fi.CI.BAT: success " Patchwork
2024-02-29 18:56 ` ✗ Fi.CI.IGT: failure " Patchwork

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zfvk8w84.fsf@intel.com \
    --to=jani.nikula@intel.com \
    --cc=arun.r.murthy@intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).