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 X-Spam-Level: X-Spam-Status: No, score=-10.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id F2D8CC2BA19 for ; Wed, 15 Apr 2020 07:48:28 +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 D015420768 for ; Wed, 15 Apr 2020 07:48:27 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D015420768 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linux.intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 45EF06E8E7; Wed, 15 Apr 2020 07:48:27 +0000 (UTC) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by gabe.freedesktop.org (Postfix) with ESMTPS id E84CF6E8B2; Wed, 15 Apr 2020 07:48:25 +0000 (UTC) IronPort-SDR: dwpJyfeH60hfcJfItdgOV4ZQBJ5nmrKEr6kZOcPN4ThVgfLyF4+QdZPvLlFNubE98ZMlDIOAlV U9Rmi5rNSE5Q== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Apr 2020 00:48:25 -0700 IronPort-SDR: Yw3vkIFrF1PjnK/eiFxqhgmc+7IR8tBi1rTI5Hz52EXIJ4rDUpav5BEc3bvDOwwSrCzdtwdflg AfO7UBDPAt8A== X-IronPort-AV: E=Sophos;i="5.72,386,1580803200"; d="scan'208";a="427350052" Received: from ssolodk-mobl1.ccr.corp.intel.com (HELO localhost) ([10.252.48.37]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Apr 2020 00:48:20 -0700 From: Jani Nikula To: Daniel Vetter , Alex Deucher Subject: Re: [PULL] topic/phy-compliance In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo References: <87wo6h5k0d.fsf@intel.com> Date: Wed, 15 Apr 2020 10:48:15 +0300 Message-ID: <87imi15gw0.fsf@intel.com> MIME-Version: 1.0 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "DRM maintainer tools announcements, discussion, and development" , intel-gfx , Manasi Navare , dri-devel , Thomas Zimmermann , Rodrigo Vivi Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Wed, 15 Apr 2020, Daniel Vetter wrote: > On Wed, Apr 15, 2020 at 8:40 AM Jani Nikula wrote: >> >> On Wed, 08 Apr 2020, Maarten Lankhorst wrote: >> > Hey, >> > >> > Here's a pull request to pull in the DP PHY Compliance series. >> > It's based on top of drm/drm-next, and contains all patches for core, amd and i915. :) >> >> Ping, I don't see this merged in any tree yet. > > Generally topic pull requests get pulled into all relevant trees, > which would be drm-misc, drm-intel and drm-amd here. All of the > optional ofc if you do instead maintainer-acks for merging through > another tree. > > Since I wasn't involved in this no idea who requested the topic tree > instead of acks, and the pull isn't addressed to specific people who > should pull it in (I generally add that to avoid confusion like this > here), but this aint something that drm.git needs to pull. Just stuff > it into one of the trees as usual. Also just noticed that amd > maintainers arent even cc'ed, adding Alex. You guys pls figure this > out :-) It seemed like drm-misc and drm-intel would be out-of-sync for too long before we'd get all of them eventually (back)merged together, so I leaned towards the topic branch. Of course, the point starts to be moot if it has already taken more than a week to merge this anywhere... And I'm pinging about merging the topic pull to drm-misc and drm-intel; I'm currently not covering drm-intel. BR, Jani. > -Daniel > >> >> BR, >> Jani. >> >> >> > >> > Cheers, >> > Maarten >> > >> > topic/phy-compliance-2020-04-08: >> > Topic pull request for topic/phy-compliance: >> > - Standardize DP_PHY_TEST_PATTERN name. >> > - Add support for setting/getting test pattern from sink. >> > - Implement DP PHY compliance to i915. >> > The following changes since commit 12ab316ced2c5f32ced0e6300a054db644b5444a: >> > >> > Merge tag 'amd-drm-next-5.7-2020-04-01' of git://people.freedesktop.org/~agd5f/linux into drm-next (2020-04-08 09:34:27 +1000) >> > >> > are available in the Git repository at: >> > >> > git://anongit.freedesktop.org/drm/drm-misc tags/topic/phy-compliance-2020-04-08 >> > >> > for you to fetch changes up to 8cdf727119289db3a98835662eb28e1c5ad835f1: >> > >> > drm/i915/dp: Program vswing, pre-emphasis, test-pattern (2020-04-08 14:41:09 +0200) >> > >> > ---------------------------------------------------------------- >> > Topic pull request for topic/phy-compliance: >> > - Standardize DP_PHY_TEST_PATTERN name. >> > - Add support for setting/getting test pattern from sink. >> > - Implement DP PHY compliance to i915. >> > >> > ---------------------------------------------------------------- >> > Animesh Manna (7): >> > drm/amd/display: Align macro name as per DP spec >> > drm/dp: get/set phy compliance pattern >> > drm/i915/dp: Made intel_dp_adjust_train() non-static >> > drm/i915/dp: Preparation for DP phy compliance auto test >> > drm/i915/dp: Add debugfs entry for DP phy compliance >> > drm/i915/dp: Register definition for DP compliance register >> > drm/i915/dp: Program vswing, pre-emphasis, test-pattern >> > >> > drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c | 2 +- >> > drivers/gpu/drm/drm_dp_helper.c | 94 +++++++++++ >> > .../gpu/drm/i915/display/intel_display_debugfs.c | 12 +- >> > drivers/gpu/drm/i915/display/intel_display_types.h | 1 + >> > drivers/gpu/drm/i915/display/intel_dp.c | 171 +++++++++++++++++++++ >> > drivers/gpu/drm/i915/display/intel_dp.h | 1 + >> > .../gpu/drm/i915/display/intel_dp_link_training.c | 9 +- >> > .../gpu/drm/i915/display/intel_dp_link_training.h | 4 + >> > drivers/gpu/drm/i915/i915_reg.h | 18 +++ >> > include/drm/drm_dp_helper.h | 33 +++- >> > 10 files changed, 337 insertions(+), 8 deletions(-) >> >> -- >> Jani Nikula, Intel Open Source Graphics Center -- Jani Nikula, Intel Open Source Graphics Center _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel 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 X-Spam-Level: X-Spam-Status: No, score=-10.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CBF93C2BA19 for ; Wed, 15 Apr 2020 07:48:31 +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 ACB1920768 for ; Wed, 15 Apr 2020 07:48:31 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org ACB1920768 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linux.intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=intel-gfx-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 62D0B6E8EB; Wed, 15 Apr 2020 07:48:27 +0000 (UTC) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by gabe.freedesktop.org (Postfix) with ESMTPS id E84CF6E8B2; Wed, 15 Apr 2020 07:48:25 +0000 (UTC) IronPort-SDR: dwpJyfeH60hfcJfItdgOV4ZQBJ5nmrKEr6kZOcPN4ThVgfLyF4+QdZPvLlFNubE98ZMlDIOAlV U9Rmi5rNSE5Q== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Apr 2020 00:48:25 -0700 IronPort-SDR: Yw3vkIFrF1PjnK/eiFxqhgmc+7IR8tBi1rTI5Hz52EXIJ4rDUpav5BEc3bvDOwwSrCzdtwdflg AfO7UBDPAt8A== X-IronPort-AV: E=Sophos;i="5.72,386,1580803200"; d="scan'208";a="427350052" Received: from ssolodk-mobl1.ccr.corp.intel.com (HELO localhost) ([10.252.48.37]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Apr 2020 00:48:20 -0700 From: Jani Nikula To: Daniel Vetter , Alex Deucher In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo References: <87wo6h5k0d.fsf@intel.com> Date: Wed, 15 Apr 2020 10:48:15 +0300 Message-ID: <87imi15gw0.fsf@intel.com> MIME-Version: 1.0 Subject: Re: [Intel-gfx] [PULL] topic/phy-compliance 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: , Cc: "DRM maintainer tools announcements, discussion, and development" , intel-gfx , Maxime Ripard , dri-devel , Thomas Zimmermann Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Wed, 15 Apr 2020, Daniel Vetter wrote: > On Wed, Apr 15, 2020 at 8:40 AM Jani Nikula wrote: >> >> On Wed, 08 Apr 2020, Maarten Lankhorst wrote: >> > Hey, >> > >> > Here's a pull request to pull in the DP PHY Compliance series. >> > It's based on top of drm/drm-next, and contains all patches for core, amd and i915. :) >> >> Ping, I don't see this merged in any tree yet. > > Generally topic pull requests get pulled into all relevant trees, > which would be drm-misc, drm-intel and drm-amd here. All of the > optional ofc if you do instead maintainer-acks for merging through > another tree. > > Since I wasn't involved in this no idea who requested the topic tree > instead of acks, and the pull isn't addressed to specific people who > should pull it in (I generally add that to avoid confusion like this > here), but this aint something that drm.git needs to pull. Just stuff > it into one of the trees as usual. Also just noticed that amd > maintainers arent even cc'ed, adding Alex. You guys pls figure this > out :-) It seemed like drm-misc and drm-intel would be out-of-sync for too long before we'd get all of them eventually (back)merged together, so I leaned towards the topic branch. Of course, the point starts to be moot if it has already taken more than a week to merge this anywhere... And I'm pinging about merging the topic pull to drm-misc and drm-intel; I'm currently not covering drm-intel. BR, Jani. > -Daniel > >> >> BR, >> Jani. >> >> >> > >> > Cheers, >> > Maarten >> > >> > topic/phy-compliance-2020-04-08: >> > Topic pull request for topic/phy-compliance: >> > - Standardize DP_PHY_TEST_PATTERN name. >> > - Add support for setting/getting test pattern from sink. >> > - Implement DP PHY compliance to i915. >> > The following changes since commit 12ab316ced2c5f32ced0e6300a054db644b5444a: >> > >> > Merge tag 'amd-drm-next-5.7-2020-04-01' of git://people.freedesktop.org/~agd5f/linux into drm-next (2020-04-08 09:34:27 +1000) >> > >> > are available in the Git repository at: >> > >> > git://anongit.freedesktop.org/drm/drm-misc tags/topic/phy-compliance-2020-04-08 >> > >> > for you to fetch changes up to 8cdf727119289db3a98835662eb28e1c5ad835f1: >> > >> > drm/i915/dp: Program vswing, pre-emphasis, test-pattern (2020-04-08 14:41:09 +0200) >> > >> > ---------------------------------------------------------------- >> > Topic pull request for topic/phy-compliance: >> > - Standardize DP_PHY_TEST_PATTERN name. >> > - Add support for setting/getting test pattern from sink. >> > - Implement DP PHY compliance to i915. >> > >> > ---------------------------------------------------------------- >> > Animesh Manna (7): >> > drm/amd/display: Align macro name as per DP spec >> > drm/dp: get/set phy compliance pattern >> > drm/i915/dp: Made intel_dp_adjust_train() non-static >> > drm/i915/dp: Preparation for DP phy compliance auto test >> > drm/i915/dp: Add debugfs entry for DP phy compliance >> > drm/i915/dp: Register definition for DP compliance register >> > drm/i915/dp: Program vswing, pre-emphasis, test-pattern >> > >> > drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c | 2 +- >> > drivers/gpu/drm/drm_dp_helper.c | 94 +++++++++++ >> > .../gpu/drm/i915/display/intel_display_debugfs.c | 12 +- >> > drivers/gpu/drm/i915/display/intel_display_types.h | 1 + >> > drivers/gpu/drm/i915/display/intel_dp.c | 171 +++++++++++++++++++++ >> > drivers/gpu/drm/i915/display/intel_dp.h | 1 + >> > .../gpu/drm/i915/display/intel_dp_link_training.c | 9 +- >> > .../gpu/drm/i915/display/intel_dp_link_training.h | 4 + >> > drivers/gpu/drm/i915/i915_reg.h | 18 +++ >> > include/drm/drm_dp_helper.h | 33 +++- >> > 10 files changed, 337 insertions(+), 8 deletions(-) >> >> -- >> Jani Nikula, Intel Open Source Graphics Center -- Jani Nikula, Intel Open Source Graphics Center _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx