All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jani Nikula <jani.nikula@intel.com>
To: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
	Maxime Ripard <mripard@kernel.org>,
	Thomas Zimmermann <tzimmermann@suse.de>
Cc: Jani Nikula <jani.nikula@linux.intel.com>,
	Joonas Lahtinen <joonas.lahtinen@linux.intel.com>,
	Rodrigo Vivi <rodrigo.vivi@intel.com>,
	dri-devel@lists.freedesktop.org, intel-gfx@lists.freedesktop.org,
	dim-tools@lists.freedesktop.org, Dave Airlie <airlied@gmail.com>,
	Daniel Vetter <daniel.vetter@ffwll.ch>,
Subject: [PULL] topic/drm-dp-training-delay-helpers for drm-misc-next and drm-intel-next
Date: Tue, 19 Oct 2021 12:59:57 +0300	[thread overview]
Message-ID: <878ryps5b6.fsf@intel.com> (raw)


Hi all -

These are the drm dp helpers for figuring out link training delays, to
be pulled to both drm-misc-next and drm-intel-next.


topic/drm-dp-training-delay-helpers-2021-10-19:
Core Changes:
- drm dp helpers for figuring out link training delays

BR,
Jani.

The following changes since commit 9962601ca5719050906915c3c33a63744ac7b15c:

  drm/bridge: dw-hdmi-cec: Make use of the helper function devm_add_action_or_reset() (2021-10-06 11:21:46 +0200)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm-intel tags/topic/drm-dp-training-delay-helpers-2021-10-19

for you to fetch changes up to 02ed47aa6cc697fc34053c011fe72984a86273cb:

  drm/dp: reuse the 8b/10b link training delay helpers (2021-10-19 11:30:27 +0300)

----------------------------------------------------------------
Core Changes:
- drm dp helpers for figuring out link training delays

----------------------------------------------------------------
Jani Nikula (2):
      drm/dp: add helpers to read link training delays
      drm/dp: reuse the 8b/10b link training delay helpers

 drivers/gpu/drm/drm_dp_helper.c | 153 +++++++++++++++++++++++++++++++++++-----
 include/drm/drm_dp_helper.h     |  21 +++++-
 2 files changed, 154 insertions(+), 20 deletions(-)

-- 
Jani Nikula, Intel Open Source Graphics Center

WARNING: multiple messages have this Message-ID (diff)
From: Jani Nikula <jani.nikula@intel.com>
To: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
	Maxime Ripard <mripard@kernel.org>,
	Thomas Zimmermann <tzimmermann@suse.de>
Cc: Jani Nikula <jani.nikula@linux.intel.com>,
	Joonas Lahtinen <joonas.lahtinen@linux.intel.com>,
	Rodrigo Vivi <rodrigo.vivi@intel.com>,
	dri-devel@lists.freedesktop.org, intel-gfx@lists.freedesktop.org,
	dim-tools@lists.freedesktop.org, Dave Airlie <airlied@gmail.com>,
	Daniel Vetter <daniel.vetter@ffwll.ch>,
Subject: [Intel-gfx] [PULL] topic/drm-dp-training-delay-helpers for drm-misc-next and drm-intel-next
Date: Tue, 19 Oct 2021 12:59:57 +0300	[thread overview]
Message-ID: <878ryps5b6.fsf@intel.com> (raw)


Hi all -

These are the drm dp helpers for figuring out link training delays, to
be pulled to both drm-misc-next and drm-intel-next.


topic/drm-dp-training-delay-helpers-2021-10-19:
Core Changes:
- drm dp helpers for figuring out link training delays

BR,
Jani.

The following changes since commit 9962601ca5719050906915c3c33a63744ac7b15c:

  drm/bridge: dw-hdmi-cec: Make use of the helper function devm_add_action_or_reset() (2021-10-06 11:21:46 +0200)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm-intel tags/topic/drm-dp-training-delay-helpers-2021-10-19

for you to fetch changes up to 02ed47aa6cc697fc34053c011fe72984a86273cb:

  drm/dp: reuse the 8b/10b link training delay helpers (2021-10-19 11:30:27 +0300)

----------------------------------------------------------------
Core Changes:
- drm dp helpers for figuring out link training delays

----------------------------------------------------------------
Jani Nikula (2):
      drm/dp: add helpers to read link training delays
      drm/dp: reuse the 8b/10b link training delay helpers

 drivers/gpu/drm/drm_dp_helper.c | 153 +++++++++++++++++++++++++++++++++++-----
 include/drm/drm_dp_helper.h     |  21 +++++-
 2 files changed, 154 insertions(+), 20 deletions(-)

-- 
Jani Nikula, Intel Open Source Graphics Center

             reply	other threads:[~2021-10-19 10:00 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-19  9:59 Jani Nikula [this message]
2021-10-19  9:59 ` [Intel-gfx] [PULL] topic/drm-dp-training-delay-helpers for drm-misc-next and drm-intel-next Jani Nikula
2021-10-19 13:47 ` Maxime Ripard
2021-10-19 13:47   ` [Intel-gfx] " Maxime Ripard
2021-10-19 15:34   ` Jani Nikula
2021-10-19 15:34     ` Jani Nikula

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=878ryps5b6.fsf@intel.com \
    --to=jani.nikula@intel.com \
    --cc=airlied@gmail.com \
    --cc=daniel.vetter@ffwll.ch \
    --cc=dim-tools@lists.freedesktop.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=jani.nikula@linux.intel.com \
    --cc=joonas.lahtinen@linux.intel.com \
    --cc=maarten.lankhorst@linux.intel.com \
    --cc=mripard@kernel.org \
    --cc=rodrigo.vivi@intel.com \
    --cc=tzimmermann@suse.de \
    /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.