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 53431C61D97 for ; Thu, 26 Jan 2023 13:44:04 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 95F7910E8F1; Thu, 26 Jan 2023 13:44:03 +0000 (UTC) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by gabe.freedesktop.org (Postfix) with ESMTPS id E399810E8F1; Thu, 26 Jan 2023 13:44:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1674740641; x=1706276641; h=from:to:cc:subject:in-reply-to:references:date: message-id:mime-version:content-transfer-encoding; bh=IE9WImV6ttkpscX6WJP7EEbQlQIw2Hf/3vh9FYwkFfI=; b=A9pCKTP7B4+TDx3byrf0Da1TCzG82i8x1d0duy30IC0KNXpl45L1bmbQ RxrZtWqfbtCx91AJxKz3dixyMRR0Wg1R1RA9GnE/3x+C7iJc8AXq/BFgt aqrIkTe5XsWdT2D/Q5aGEkuoN5HD8YpcKsgv0zLQ8+SqxdIXqx6CfoIO0 rIajX3VbsA5IPg1lFwEKQkXvPpfjnbW/KQILYQyuLChtvamKQ6+nZbYBZ AJkIEmjDYKLMJTHgIvxlE5UOo4vPNxJ4j12RfLmWCk9Ubs2kHAhKdp19H j0okqILCwGQ1SZ6e2QRq9IUHRsUMH4Dbr7mgYMzqdbLQsceLK7wW18dAA w==; X-IronPort-AV: E=McAfee;i="6500,9779,10602"; a="307158628" X-IronPort-AV: E=Sophos;i="5.97,248,1669104000"; d="scan'208";a="307158628" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Jan 2023 05:43:59 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10602"; a="612790595" X-IronPort-AV: E=Sophos;i="5.97,248,1669104000"; d="scan'208";a="612790595" Received: from jnikula-mobl4.fi.intel.com (HELO localhost) ([10.237.66.157]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Jan 2023 05:43:56 -0800 From: Jani Nikula To: =?utf-8?B?0L3QsNCx?= In-Reply-To: <20230124173127.os3rwxnt6m6nloce@nabtop.nabijaczleweli.xyz> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo References: <87bkmo6ivf.fsf@intel.com> <20230124173127.os3rwxnt6m6nloce@nabtop.nabijaczleweli.xyz> Date: Thu, 26 Jan 2023 15:43:53 +0200 Message-ID: <878rhp5s2u.fsf@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Intel-gfx] Assertion failure in i915 intel_display.c#assert_plane() after resume from hibernation 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: intel-gfx@lists.freedesktop.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, 971068@bugs.debian.org, Daniel Vetter , David Airlie , Salvatore Bonaccorso Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Tue, 24 Jan 2023, =D0=BD=D0=B0=D0=B1 = wrote: > Booted with both, hibernated, resumed; full dmesg below. Unfortunately, this is probably hitting a regression with drm debug logging, and we don't get proper debug logging for i915. :( Please use DRM_USE_DYNAMIC_DEBUG=3Dn with v6.1. I don't know if the proper fixes have been backported to v6.1 stable kernels. BR, Jani. --=20 Jani Nikula, Intel Open Source Graphics Center