From owner-freebsd-stable@FreeBSD.ORG Wed Mar 25 23:37:13 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 65070B64; Wed, 25 Mar 2015 23:37:13 +0000 (UTC) Received: from mail-ie0-x22b.google.com (mail-ie0-x22b.google.com [IPv6:2607:f8b0:4001:c03::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 282DD360; Wed, 25 Mar 2015 23:37:13 +0000 (UTC) Received: by iedfl3 with SMTP id fl3so38842094ied.1; Wed, 25 Mar 2015 16:37:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=9H6PTeY0FSBJbwGMGAHh8FDSPykLrdCDAQpcrYezsTI=; b=gTeRXimMC0Q3UKd5PJFp9zlL+vUWmSjKZDTTRLsxjHTvNWfHnuvf3B7BLC7wUjv4B3 0uBArw3W5CSciJd2hbF/AS6z60y0BjfAAE4aDraEf4XzSdIfOfxl3dV4oD4zYQJdcFHm K7zobl60KxlPXf/D8POR2MFMc6aTNSqqumP17lJD+VM2DtQkKwMPEI6uiZq8i50wFTOz cGUk9gy54kxu4WbfgN+mI6PxVVHZKSnX5e51LCkdTJUBe2g2K+EqIdHlQ77pEA4ijqNF 5gImyMbCflRQAjeUTOiPxyJNihJEFYTV9STuEVdEzhVAylM4FBu0XG1HmT7aGqyUPo4y oTTA== MIME-Version: 1.0 X-Received: by 10.107.27.143 with SMTP id b137mr17182491iob.76.1427326632649; Wed, 25 Mar 2015 16:37:12 -0700 (PDT) Sender: kob6558@gmail.com Received: by 10.107.174.86 with HTTP; Wed, 25 Mar 2015 16:37:12 -0700 (PDT) In-Reply-To: References: Date: Wed, 25 Mar 2015 16:37:12 -0700 X-Google-Sender-Auth: 0qY2n3dhcM3d1x6_iI8I-PzTSss Message-ID: Subject: Re: 10-STABLE suspend failure From: Kevin Oberman To: Adrian Chadd Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: FreeBSD-STABLE Mailing List X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Mar 2015 23:37:13 -0000 Adrian, Thanks! I can confirm that rolling back the intel_opregion commit 279961 restores suspend. I only rolled back this commit, so there is no doubt this is the culprit. Of course, rolling it back also breaks brightness control. Does it look like there is a reasonable explanation for this? Without looking at the Linux code (which I probably would not understand anyway), I'd guess something is missing that is needed for suspend to work. Kevin Oberman, Network Engineer, Retired E-mail: rkoberman@gmail.com On Wed, Mar 25, 2015 at 1:13 PM, Adrian Chadd wrote: > Hi, > > that GEM idle fail is problematic. > > Try backing it out say, 1 month or so? I think that's before the drm > merge from head to stable/10. > > > -a >