From: Jani Nikula <jani.nikula@intel.com>
To: "Shankar, Uma" <uma.shankar@intel.com>,
"intel-gfx@lists.freedesktop.org"
<intel-gfx@lists.freedesktop.org>
Subject: Re: [Intel-gfx] [PATCH] drm/i915/mtl: Meteorlake and later support DP 2.0
Date: Fri, 19 Aug 2022 12:50:38 +0300 [thread overview]
Message-ID: <87tu68o93l.fsf@intel.com> (raw)
In-Reply-To: <DM4PR11MB6360AD3C2F292B8A4A4E05E4F46A9@DM4PR11MB6360.namprd11.prod.outlook.com>
On Wed, 17 Aug 2022, "Shankar, Uma" <uma.shankar@intel.com> wrote:
>> -----Original Message-----
>> From: Nikula, Jani <jani.nikula@intel.com>
>> Sent: Wednesday, August 17, 2022 5:50 PM
>> To: intel-gfx@lists.freedesktop.org
>> Cc: Nikula, Jani <jani.nikula@intel.com>; Shankar, Uma <uma.shankar@intel.com>
>> Subject: [PATCH] drm/i915/mtl: Meteorlake and later support DP 2.0
>>
>> Meteorlake and newer platforms support DP 2.0.
>
> Reviewed-by: Uma Shankar <uma.shankar@intel.com>
Thanks for the review, pushed to drm-intel-next.
BR,
Jani.
>
>> Cc: Uma Shankar <uma.shankar@intel.com>
>> Signed-off-by: Jani Nikula <jani.nikula@intel.com>
>> ---
>> drivers/gpu/drm/i915/i915_drv.h | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h
>> index 086bbe8945d6..b4733c5a01da 100644
>> --- a/drivers/gpu/drm/i915/i915_drv.h
>> +++ b/drivers/gpu/drm/i915/i915_drv.h
>> @@ -1255,7 +1255,7 @@ IS_SUBPLATFORM(const struct drm_i915_private *i915,
>> #define HAS_IPS(dev_priv) (IS_HSW_ULT(dev_priv) ||
>> IS_BROADWELL(dev_priv))
>>
>> #define HAS_DP_MST(dev_priv) (INTEL_INFO(dev_priv)->display.has_dp_mst)
>> -#define HAS_DP20(dev_priv) (IS_DG2(dev_priv))
>> +#define HAS_DP20(dev_priv) (IS_DG2(dev_priv) || DISPLAY_VER(dev_priv) >= 14)
>>
>> #define HAS_CDCLK_CRAWL(dev_priv) (INTEL_INFO(dev_priv)-
>> >display.has_cdclk_crawl)
>> #define HAS_DDI(dev_priv) (INTEL_INFO(dev_priv)->display.has_ddi)
>> --
>> 2.34.1
>
--
Jani Nikula, Intel Open Source Graphics Center
next prev parent reply other threads:[~2022-08-19 9:50 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-17 12:19 [Intel-gfx] [PATCH] drm/i915/mtl: Meteorlake and later support DP 2.0 Jani Nikula
2022-08-17 12:56 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for " Patchwork
2022-08-17 12:56 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2022-08-17 13:07 ` [Intel-gfx] ✗ Fi.CI.BAT: failure " Patchwork
2022-08-17 13:59 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/mtl: Meteorlake and later support DP 2.0 (rev2) Patchwork
2022-08-17 13:59 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2022-08-17 14:08 ` [Intel-gfx] ✗ Fi.CI.BAT: failure " Patchwork
2022-08-17 14:40 ` [Intel-gfx] [PATCH] drm/i915/mtl: Meteorlake and later support DP 2.0 Shankar, Uma
2022-08-19 9:50 ` Jani Nikula [this message]
2022-08-18 11:50 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/mtl: Meteorlake and later support DP 2.0 (rev3) Patchwork
2022-08-18 11:50 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2022-08-18 12:06 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2022-08-18 22:02 ` [Intel-gfx] ✓ Fi.CI.IGT: " 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=87tu68o93l.fsf@intel.com \
--to=jani.nikula@intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=uma.shankar@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.