From: Jani Nikula <jani.nikula@linux.intel.com>
To: Matt Roper <matthew.d.roper@intel.com>,
Manasi Navare <manasi.d.navare@intel.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: Re: [PATCH] drm/i915/ehl: Support HBR3 on EHL combo PHY
Date: Thu, 06 Jun 2019 11:28:39 +0300 [thread overview]
Message-ID: <87y32f15jc.fsf@intel.com> (raw)
In-Reply-To: <20190605221522.GW13184@mdroper-desk.amr.corp.intel.com>
On Wed, 05 Jun 2019, Matt Roper <matthew.d.roper@intel.com> wrote:
> On Wed, Jun 05, 2019 at 02:51:08PM -0700, Manasi Navare wrote:
>> On Wed, Jun 05, 2019 at 02:18:32PM -0700, Matt Roper wrote:
>> > Unlike ICL, EHL's combo PHYs can support HBR3 data rates. Note that
>> > this just extends the upper limit; we will continue to honor the max
>> > data rate specified in the VBT in cases where it is lower than HBR3.
>> >
>> > Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
>>
>> Yes looks good to me.
>>
>> Reviewed-by: Manasi Navare <manasi.d.navare@intel.com>
>>
>> Manasi
>
> Thanks for the quick review. CI looks happy too, so pushed to dinq.
CI didn't actually report full IGT runs yet, just the BAT results.
BR,
Jani.
>
>
> Matt
>
>>
>> > ---
>> > drivers/gpu/drm/i915/intel_dp.c | 1 +
>> > 1 file changed, 1 insertion(+)
>> >
>> > diff --git a/drivers/gpu/drm/i915/intel_dp.c b/drivers/gpu/drm/i915/intel_dp.c
>> > index 24b56b2a76c8..b099a9dc28fd 100644
>> > --- a/drivers/gpu/drm/i915/intel_dp.c
>> > +++ b/drivers/gpu/drm/i915/intel_dp.c
>> > @@ -332,6 +332,7 @@ static int icl_max_source_rate(struct intel_dp *intel_dp)
>> > enum port port = dig_port->base.port;
>> >
>> > if (intel_port_is_combophy(dev_priv, port) &&
>> > + !IS_ELKHARTLAKE(dev_priv) &&
>> > !intel_dp_is_edp(intel_dp))
>> > return 540000;
>> >
>> > --
>> > 2.14.5
>> >
>> > _______________________________________________
>> > Intel-gfx mailing list
>> > Intel-gfx@lists.freedesktop.org
>> > https://lists.freedesktop.org/mailman/listinfo/intel-gfx
--
Jani Nikula, Intel Open Source Graphics Center
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
next prev parent reply other threads:[~2019-06-06 8:25 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-05 21:18 [PATCH] drm/i915/ehl: Support HBR3 on EHL combo PHY Matt Roper
2019-06-05 21:51 ` Manasi Navare
2019-06-05 22:15 ` Matt Roper
2019-06-06 8:28 ` Jani Nikula [this message]
2019-06-06 16:00 ` Rodrigo Vivi
2019-06-06 16:09 ` Lucas De Marchi
2019-06-06 17:09 ` Matt Roper
2019-06-05 22:04 ` ✓ Fi.CI.BAT: success for " Patchwork
2019-06-07 19:38 ` ✗ 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=87y32f15jc.fsf@intel.com \
--to=jani.nikula@linux.intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=manasi.d.navare@intel.com \
--cc=matthew.d.roper@intel.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.