Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp2613073pxj; Mon, 10 May 2021 07:03:04 -0700 (PDT) X-Google-Smtp-Source: ABdhPJylxfUqoTEiS7Ns3AB04YPcQeJUTjmL5h2KSVLYKEV3Dwc3jQSfaJIFA5xQCwzH9svdl5ta X-Received: by 2002:a05:6e02:1c83:: with SMTP id w3mr22047727ill.125.1620655384172; Mon, 10 May 2021 07:03:04 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1620655384; cv=none; d=google.com; s=arc-20160816; b=hjfdA3qEDHK22MOjXc1oEqR7K8+PgDunoR+B+oljFRxH3z8YPYrjTYQUAxT3q2SAty ebDo/yfH2Fe0B9c37zpYFUvC4dTC84zFMjTXxmZgt5uGNECUb8a/AiF2z0z31a3WyBLz We9oQM7XZEiUiH5KuaNWXw56lBGadE2BgA3U1OzXSa7nEgvk8gtn3inIDrt8B0cpSePl SHExLbid4csYhiu3u4Wkpo8qdBLQA9Gl3i9B6J1nATycrfO3uy6aI8pqgploBAskqfVR ONb30GufrfoY2UOeW/HtI0O1ZSJ3Z0mLoHL5UjQGM+E1IYgW6Ypd7/IIkYWZhakQpSz6 ZFNg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:content-language :in-reply-to:mime-version:user-agent:date:message-id:from:references :cc:to:subject; bh=8YjuUp2Cz2n+jS99hRudEBYrCgxvykuX8hi0HRhPoFo=; b=lZcSARp68MEryvsd/NgrvN61Col37oh4bXk3Txh/0CfSYPnTSwj1d1KdMcSkj0+W5t II3liQ0JEnKLhTdOjLGdAcObfeCjQaACiL86GfMvdtIW0h5MRnHAEsUem+7qJ+WKOyy/ 2rysi0FbtMdLrj6RZtxWnl9kQ9T5q/KwEcoTxiCyKoa5z5ocZkwqbzivCADb40quaHvZ 9UDwDnjUS6KpCn5OV3dOYWaz7uI41dF8Q8S9zJPCAx6OPSlJWZS2LhULxBK6T+1vLvLn RgksOEfjWB9ON4rn7IOxXU89SxsUEbhb4OKVg71nBGUXy2YN9QGC6tIkzu32l5VDvjE3 lhjA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id a13si17094765ilf.41.2021.05.10.07.02.51; Mon, 10 May 2021 07:03:04 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238419AbhEJODA (ORCPT + 99 others); Mon, 10 May 2021 10:03:00 -0400 Received: from youngberry.canonical.com ([91.189.89.112]:45875 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1347621AbhEJOAw (ORCPT ); Mon, 10 May 2021 10:00:52 -0400 Received: from mobile-user-c1d2e5-142.dhcp.inet.fi ([193.210.229.142] helo=[192.168.1.190]) by youngberry.canonical.com with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1lg6Rl-00030u-8B; Mon, 10 May 2021 13:59:45 +0000 Subject: Re: [Intel-gfx] [PATCH RFC] Revert "drm/i915: Try to use fast+narrow link on eDP again and fall back to the old max strategy on failure" To: Paul Zimmerman , Jani Nikula , Joonas Lahtinen , Rodrigo Vivi Cc: intel-gfx@lists.freedesktop.org, linux-kernel@vger.kernel.org References: <20210509044330.4655-1-pauldzim@gmail.com> From: Timo Aaltonen Message-ID: <02957632-b050-f9eb-fcd8-75db9c92b8e0@ubuntu.com> Date: Mon, 10 May 2021 16:59:40 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 In-Reply-To: <20210509044330.4655-1-pauldzim@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 9.5.2021 7.43, Paul Zimmerman wrote: > This reverts commit 2bbd6dba84d44219387df051a1c799b7bac46099. > > Since 5.12-rc2, my Dell XPS-15 laptop has had a blank screen on boot. > The system seems to run fine other than having no display, I am able > to ssh into the machine. I don't see anything interesting in the dmesg > log. I bisected the problem down to this commit, and reverting it fixes > the problem. Have you tried with drm-tip? It has acca7762eb71bc0 which hopefully helps here. -- t