From owner-svn-src-all@FreeBSD.ORG Thu Jan 22 08:18:42 2015 Return-Path: Delivered-To: svn-src-all@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 596B4ED for ; Thu, 22 Jan 2015 08:18:42 +0000 (UTC) Received: from mail-wg0-f42.google.com (mail-wg0-f42.google.com [74.125.82.42]) (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 E9B3AB9D for ; Thu, 22 Jan 2015 08:18:40 +0000 (UTC) Received: by mail-wg0-f42.google.com with SMTP id x13so278899wgg.1 for ; Thu, 22 Jan 2015 00:18:39 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=Hsjk2mZMd3zNZYw7YLLdMpZkBdnQHpiIhcKWoW6qLzs=; b=lp7zAY0XVW4aO26xBytwtS9Y+Vy3BcfAwtqSEDeKd0kMH86b7pKDzUsHvDML+Ep53D N8mKbXf+qLbv8/iHHpZUlqdsNvwVeFKTn+o0O6dVqeA9CLynfJTmn6nYny8L0zCUZ97w z49dJ330hr6uU6okC5wznYBZ65JBpekPW17vENqTc5Qz9aKYvj/wqwu9FcvlqJb7X0CC 3O4MKOhSW+GBhott4i+4XGWzSn/PjHaPxQnln4IkvdZSoA3H/K7vEapOdrpLBpsPvJnJ ElpzUcelyNezq/967fvvENM7fV1STCjn0Ss5Fe/ARt/0fIWQGugxhxWTT+jxpD54tdFR Qapw== X-Gm-Message-State: ALoCoQmWcgdzI19XpyZKgZOFEZ8NWuUjIRLvG7sc45tLS+93HpR2A+f5wgmfEWwrxP6wcsGeuz8N MIME-Version: 1.0 X-Received: by 10.180.160.144 with SMTP id xk16mr66011195wib.12.1421914717432; Thu, 22 Jan 2015 00:18:37 -0800 (PST) Received: by 10.27.205.86 with HTTP; Thu, 22 Jan 2015 00:18:37 -0800 (PST) X-Originating-IP: [178.172.239.242] In-Reply-To: <201501211610.t0LGAcMg085437@svn.freebsd.org> References: <201501211610.t0LGAcMg085437@svn.freebsd.org> Date: Thu, 22 Jan 2015 11:18:37 +0300 Message-ID: Subject: Re: svn commit: r277487 - in head/sys: dev/drm2 dev/drm2/i915 dev/drm2/radeon modules/drm2/i915kms From: "Max N. Boyarov" To: Konstantin Belousov Content-Type: text/plain; charset=UTF-8 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jan 2015 08:18:42 -0000 On Wed, Jan 21, 2015 at 7:10 PM, Konstantin Belousov wrote: > Author: kib > Date: Wed Jan 21 16:10:37 2015 > New Revision: 277487 > URL: https://svnweb.freebsd.org/changeset/base/277487 > > Log: > An update for the i915 GPU driver, which brings the code up to Linux > commit 4d93914ae3db4a897ead4b. Some related drm infrastructure > changes are imported as needed. > > Biggest update is the rewrite of the i915 gem io to more closely > follow Linux model, althought the mechanism used by FreeBSD port is > different. > > Sponsored by: The FreeBSD Foundation > MFC after: 2 month Hi, after this commit i have many error messages like: error: [drm:pid1121:gen6_sanitize_pm] *ERROR* Power management discrepancy: GEN6_RP_INTERRUPT_LIMITS expected 18070000, was 18000000 On my thinkpad t530 info: [drm] Supports vblank timestamp caching Rev 1 (10.10.2010). info: [drm] Driver supports precise vblank timestamp query. drmn1: taking over the fictitious range 0xe0000000-0xf0000000 info: [drm] Enabling RC6 states: RC6 off, RC6p off, RC6pp off info: [drm] Connector LVDS-1: get mode from tunables: info: [drm] - kern.vt.fb.modes.LVDS-1 info: [drm] - kern.vt.fb.default_mode info: [drm] Connector VGA-1: get mode from tunables: info: [drm] - kern.vt.fb.modes.VGA-1 info: [drm] - kern.vt.fb.default_mode fbd1 on drmn1 -- Max N. Boyarov