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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8FE70C433EF for ; Tue, 19 Oct 2021 10:00:08 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 4C4D86134F for ; Tue, 19 Oct 2021 10:00:08 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 4C4D86134F Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 48A2E6EB7E; Tue, 19 Oct 2021 10:00:07 +0000 (UTC) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by gabe.freedesktop.org (Postfix) with ESMTPS id 9DB816E14C; Tue, 19 Oct 2021 10:00:05 +0000 (UTC) X-IronPort-AV: E=McAfee;i="6200,9189,10141"; a="209267753" X-IronPort-AV: E=Sophos;i="5.85,384,1624345200"; d="scan'208";a="209267753" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Oct 2021 03:00:05 -0700 X-IronPort-AV: E=Sophos;i="5.85,384,1624345200"; d="scan'208";a="494027614" Received: from jsanz-mobl1.ger.corp.intel.com (HELO localhost) ([10.251.211.239]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Oct 2021 03:00:00 -0700 From: Jani Nikula To: Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann Cc: Jani Nikula , Joonas Lahtinen , Rodrigo Vivi , dri-devel@lists.freedesktop.org, intel-gfx@lists.freedesktop.org, dim-tools@lists.freedesktop.org, Dave Airlie , Daniel Vetter , Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Date: Tue, 19 Oct 2021 12:59:57 +0300 Message-ID: <878ryps5b6.fsf@intel.com> MIME-Version: 1.0 Content-Type: text/plain Subject: [Intel-gfx] [PULL] topic/drm-dp-training-delay-helpers for drm-misc-next and drm-intel-next 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" 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