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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 6DCC1C25B4F for ; Mon, 6 May 2024 18:46:02 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 6373910F259; Mon, 6 May 2024 18:46:01 +0000 (UTC) Received: from mail.sig21.net (mail.sig21.net [217.197.84.222]) by gabe.freedesktop.org (Postfix) with ESMTPS id 8240F10F255 for ; Mon, 6 May 2024 18:46:00 +0000 (UTC) Received: from localhorst ([127.0.0.1]) by mail.sig21.net with esmtpsa (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.94.2) (envelope-from ) id 1s43JR-0003u1-7G ; Mon, 06 May 2024 20:43:45 +0200 Received: from js by abc.local with local (Exim 4.97) (envelope-from ) id 1s43JP-000000003DQ-41QU; Mon, 06 May 2024 20:43:43 +0200 Date: Mon, 6 May 2024 20:43:43 +0200 From: Johannes Stezenbach To: "Saarinen, Jani" Cc: "intel-gfx@lists.freedesktop.org" Subject: Re: i915 IVB hangup after resume from s2mem since v6.6.x Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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, so, git bisect pointed to: commit 701d2054fa317188cd4039c84e72c73254013b23 Author: Thomas Zimmermann Date: Tue Jun 13 13:07:13 2023 +0200 fbdev: Make support for userspace interfaces configurable Add Kconfig option CONFIG_FB_DEVICE and make the virtual fbdev ... I think nothing on my system uses /dev/fb*, thus I had disabled CONFIG_FB_DEVICE. Everything worked, only suspend/resume broke. I can confirm v6.8.9 with CONFIG_FB_DEVICE=y works fine. Maybe setting CONFIG_FB_DEVICE=n would allow you to reproduce it in your CI tests? Let me know if you still want me to file at bug report about this. Best Regards, Johannes