From patchwork Thu Oct 25 13:18:36 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joonas Lahtinen X-Patchwork-Id: 10655777 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 7EEC514DE for ; Thu, 25 Oct 2018 13:18:46 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6901A2B7B7 for ; Thu, 25 Oct 2018 13:18:46 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 588182B88B; Thu, 25 Oct 2018 13:18:46 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 04AE02B7B7 for ; Thu, 25 Oct 2018 13:18:45 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 3F1706E106; Thu, 25 Oct 2018 13:18:43 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by gabe.freedesktop.org (Postfix) with ESMTPS id C166E6E0BE; Thu, 25 Oct 2018 13:18:41 +0000 (UTC) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Oct 2018 06:18:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,424,1534834800"; d="scan'208";a="94943275" Received: from jlahtine-desk.ger.corp.intel.com (HELO localhost) ([10.252.2.82]) by orsmga003.jf.intel.com with ESMTP; 25 Oct 2018 06:18:37 -0700 Date: Thu, 25 Oct 2018 16:18:36 +0300 From: Joonas Lahtinen To: Dave Airlie Subject: [PULL] drm-intel-next-fixes Message-ID: <20181025131836.GA2296@jlahtine-desk.ger.corp.intel.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: dim-tools@lists.freedesktop.org, Maxime Ripard , Daniel Vetter , intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, Rodrigo Vivi , Sean Paul Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP Hi Dave, One fix to avoid applying link retraining workaround on eDP monitors that was missing Fixes: (kindly pointed out by Jani) in addition to the patches in previous PR. I also got GVT PR for -next-fixes, but it had an issue with S-o-bs, so I'll include it then in -fixes pull. Regards, Joonas *** drm-intel-next-fixes-2018-10-25: - Fix to avoid link retraining workaround on eDP (the other is a comment change) The following changes since commit f2bfc71aee75feff33ca659322b72ffeed5a243d: Merge tag 'drm-intel-next-fixes-2018-10-18' of git://anongit.freedesktop.org/drm/drm-intel into drm-next (2018-10-19 14:28:11 +1000) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm-intel tags/drm-intel-next-fixes-2018-10-25 for you to fetch changes up to f9776280c29e77a18cbc7ebb6d48f7885e494990: drm/i915/dp: Restrict link retrain workaround to external monitors (2018-10-24 13:48:12 +0300) ---------------------------------------------------------------- - Fix to avoid link retraining workaround on eDP (the other is a comment change) ---------------------------------------------------------------- Dhinakaran Pandiyan (2): drm/i915/dp: Fix link retraining comment in intel_dp_long_pulse() drm/i915/dp: Restrict link retrain workaround to external monitors Lyude Paul (4): drm/atomic_helper: Disallow new modesets on unregistered connectors drm/atomic_helper: Allow DPMS On<->Off changes for unregistered connectors drm/atomic_helper: Stop modesets on unregistered connectors harder drm/nouveau: Fix nv50_mstc->best_encoder() drivers/gpu/drm/drm_atomic_helper.c | 21 +++++++++- drivers/gpu/drm/drm_connector.c | 11 ++--- drivers/gpu/drm/i915/intel_dp.c | 20 ++++------ drivers/gpu/drm/i915/intel_dp_mst.c | 8 ++-- drivers/gpu/drm/nouveau/dispnv50/disp.c | 14 ++----- include/drm/drm_connector.h | 71 ++++++++++++++++++++++++++++++++- 6 files changed, 110 insertions(+), 35 deletions(-)