From owner-freebsd-current@FreeBSD.ORG Fri Feb 6 22:00:27 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3287AA9; Fri, 6 Feb 2015 22:00:27 +0000 (UTC) Received: from mail-ie0-f182.google.com (mail-ie0-f182.google.com [209.85.223.182]) (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 03853302; Fri, 6 Feb 2015 22:00:26 +0000 (UTC) Received: by iecrl12 with SMTP id rl12so4689015iec.11; Fri, 06 Feb 2015 14:00:20 -0800 (PST) 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=bn4P6EPp+GmftcLoqzWq62pYLoP+VahQ3SZaWanis5I=; b=RWS1K7v9uh1TJQKHxbMI4RvKF/sDN0yJU9MWVek5vvq1wQPFi7JNNWZPhKErLEEpCe L8u1s+GlePQIqAhncfaLk2r4Bu3KUK1083Pd7vRuhC8yId9s8eTcI7qyNK+agOKcv1wW vmZlb02XWhv1bjQ00qLVX4tTJMFtSIwNqKlud+tuxgv3x5wksSXtx0T4FYz+eYmNVaZ+ Dk7t4Wufm0StlF0iEbduUs90BLseEEC/kIzhgGytNi4hUbrssSmuZ2rM241DFKbGRcuf yB+1SMeiYxUOcDg0Smpnsesl6hTZsPANnqgYZ6ZTVONbZ7jQi4oxC6Ktm55MYFN5/go2 MAzw== MIME-Version: 1.0 X-Received: by 10.107.136.143 with SMTP id s15mr13467829ioi.8.1423260020161; Fri, 06 Feb 2015 14:00:20 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.36.17.7 with HTTP; Fri, 6 Feb 2015 14:00:20 -0800 (PST) In-Reply-To: <54D52CBC.80507@freebsd.org> References: <1938.1423242624@critter.freebsd.dk> <54D52CBC.80507@freebsd.org> Date: Fri, 6 Feb 2015 14:00:20 -0800 X-Google-Sender-Auth: GcYIuc4QcPBtosnYhrl53zqOlzM Message-ID: Subject: Re: Weird ACPI/DRM messages on -current From: Adrian Chadd To: Allan Jude Content-Type: text/plain; charset=UTF-8 Cc: freebsd-current , Konstantin Belousov X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 22:00:27 -0000 Can someone just go digging through the include files to see what the difference in bits are? This may be related to increased power usage that's been reported. -a On 6 February 2015 at 13:06, Allan Jude wrote: > On 2015-02-06 12:10, Poul-Henning Kamp wrote: >> Thinkpad T430s: >> >> 11.0-CURRENT #15 r278283: Thu Feb 5 22:45:26 UTC 2015 >> >> Anybody know what this means ? >> >> Feb 6 17:05:58 critter kernel: error: [drm:pid1090:gen6_sanitize_pm] *ERROR* Power management discrepancy: GEN6_RP_INTERRUPT_LIMITS expected 19070000, was 19000000 >> Feb 6 17:06:12 critter kernel: error: [drm:pid1090:gen6_sanitize_pm] *ERROR* Power management discrepancy: GEN6_RP_INTERRUPT_LIMITS expected 19070000, was 19000000 >> Feb 6 17:06:18 critter kernel: error: [drm:pid1090:gen6_sanitize_pm] *ERROR* Power management discrepancy: GEN6_RP_INTERRUPT_LIMITS expected 19070000, was 19000000 >> Feb 6 17:06:27 critter kernel: error: [drm:pid1090:gen6_sanitize_pm] *ERROR* Power management discrepancy: GEN6_RP_INTERRUPT_LIMITS expected 19070000, was 19000000 >> Feb 6 17:06:38 critter kernel: error: [drm:pid1090:gen6_sanitize_pm] *ERROR* Power management discrepancy: GEN6_RP_INTERRUPT_LIMITS expected 19070000, was 19000000 >> Feb 6 17:07:15 critter kernel: error: [drm:pid1090:gen6_sanitize_pm] *ERROR* Power management discrepancy: GEN6_RP_INTERRUPT_LIMITS expected 00070000, was 19070000 >> Feb 6 17:07:37 critter kernel: error: [drm:pid1090:gen6_sanitize_pm] *ERROR* Power management discrepancy: GEN6_RP_INTERRUPT_LIMITS expected 19070000, was 00000000 >> Feb 6 17:07:50 critter kernel: error: [drm:pid1090:gen6_sanitize_pm] *ERROR* Power management discrepancy: GEN6_RP_INTERRUPT_LIMITS expected 19070000, was 19000000 >> Feb 6 17:07:58 critter kernel: error: [drm:pid1090:gen6_sanitize_pm] *ERROR* Power management discrepancy: GEN6_RP_INTERRUPT_LIMITS expected 19070000, was 19000000 >> Feb 6 17:08:12 critter kernel: error: [drm:pid1090:gen6_sanitize_pm] *ERROR* Power management discrepancy: GEN6_RP_INTERRUPT_LIMITS expected 19070000, was 19000000 >> >> > > I am pretty sure this is specific to the new drm code > > I saw similar messages when testing the drm patch before it was committed > > -- > Allan Jude >