Received: by mail.netbsd.org (Postfix, from userid 605) id 1E4F884EBA; Mon, 14 Feb 2022 20:37:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5117C84EA5 for ; Mon, 14 Feb 2022 20:37:52 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id LyMwrRYKX6yB for ; Mon, 14 Feb 2022 20:37:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id E723784D1C for ; Mon, 14 Feb 2022 20:37:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D9C6DFB24; Mon, 14 Feb 2022 20:37:51 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 14 Feb 2022 20:37:51 +0000 From: "Taylor R Campbell" Subject: CVS commit: src/sys/external/bsd/drm2/dist/drm/i915 To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20220214203751.D9C6DFB24@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Taylor R Campbell" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: riastradh Date: Mon Feb 14 20:37:51 UTC 2022 Modified Files: src/sys/external/bsd/drm2/dist/drm/i915: i915_active.c Log Message: i915: Defer final wakeup on active until after retirement. Not sure what I was thinking when I moved this earlier! To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 \ src/sys/external/bsd/drm2/dist/drm/i915/i915_active.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.