From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id BB2951C2324 for ; Thu, 25 Jun 2026 23:15:55 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=170.10.129.124 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782429357; cv=none; b=jXMcJQ42FKJ6khlotYatr7Ixpj00NGpMI+Z3/lWupZNdjV9kHql6X3li/ORUzo7P/9Tsn6joAH+4U+2Tc2Dsg0u/iYd5tOl+cZhjSgwnHEoJ/EUD2aMkAX7UQY6IwN934ivwono4E/iozWL/M8b4Aaqc2U8e6Zj+uI+RhV8APBE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782429357; c=relaxed/simple; bh=hOihGrjVVi6CC5nUNPOgau62YJ78yxoN9mtP4frztCA=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=gbgnQfLvW0e3qpuF2JctzJSDSTphcwWjalCsqDnrtpewhAb5m+whnQOH8LdQdi+YzSDAAyWZbRMF9IjvuHbFMdZyGFCDx/vSbtskfgHuynC6qq9RquVIEdPzCtFleLtn2AGYGvetCfgWtHe3EFkCWEgLhzhqe1y0JTnFwBqpT7c= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=redhat.com; spf=pass smtp.mailfrom=redhat.com; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b=OuhEReId; arc=none smtp.client-ip=170.10.129.124 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=redhat.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=redhat.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="OuhEReId" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1782429354; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=IQJuwmjCMriVgu9tnR+e4ZlOFzJ/2hWV605ZycK4pno=; b=OuhEReIdDLEtmcEGaA3YVMqK1idYmOljfNBU+854aqvlOnhByOr+WT3tvZwFijKh4ckhj8 1DvTawijE/Z35bMWnmno2snhMZYGU9axlHh87xLtwVivfTcim32qwB8QZsnkp3WXlNWuhJ YtCbmF40P57MLjxh53Evp/+ssCC+zNs= Received: from mx-prod-mc-01.mail-002.prod.us-west-2.aws.redhat.com (ec2-54-186-198-63.us-west-2.compute.amazonaws.com [54.186.198.63]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-17-YoWaABW5NdKysRV71eYB-w-1; Thu, 25 Jun 2026 19:15:50 -0400 X-MC-Unique: YoWaABW5NdKysRV71eYB-w-1 X-Mimecast-MFC-AGG-ID: YoWaABW5NdKysRV71eYB-w_1782429348 Received: from mx-prod-int-10.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-10.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.95]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx-prod-mc-01.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id 4933D1955F44; Thu, 25 Jun 2026 23:15:48 +0000 (UTC) Received: from GoldenWind.lan (unknown [10.22.64.18]) by mx-prod-int-10.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTP id 989A536918; Thu, 25 Jun 2026 23:15:45 +0000 (UTC) From: Lyude Paul To: dri-devel@lists.freedesktop.org, nouveau@lists.freedesktop.org, linux-kernel@vger.kernel.org Cc: "Timur Tabi" , "Dave Airlie" , "Andy Shevchenko" , "Maarten Lankhorst" , "Ben Skeggs" , "Kees Cook" , "Simona Vetter" , "David Airlie" , "Thomas Zimmermann" , "Maxime Ripard" , "Mel Henning" , "Danilo Krummrich" , "Lyude Paul" Subject: [PATCH 0/2] drm/nouveau: Fix runtime suspend on R570 Date: Thu, 25 Jun 2026 19:10:53 -0400 Message-ID: <20260625231252.89684-1-lyude@redhat.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.6 on 10.30.177.95 Turns out our last attempt at fixing suspend/resume was not entirely correct, only partially correct. This reverts the partial fix, while leaving the piping of suspend/runtime suspend/etc. that we did in preparation for this originally, since I have a strong feeling it will come in use again in the future. Lyude Paul (2): Revert "nouveau/gsp: fix suspend/resume regression on r570 firmware" drm/nouveau/gsp/r570: Never enter Gcoff state drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/fbsr.c | 2 +- drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/gsp.c | 2 +- drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r570/fbsr.c | 8 ++++---- drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/rm.h | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) -- 2.54.0