From owner-freebsd-x11@FreeBSD.ORG Thu Aug 14 13:20:57 2008 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AE0441065673; Thu, 14 Aug 2008 13:20:57 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mail.terabit.net.ua (mail.terabit.net.ua [195.137.202.147]) by mx1.freebsd.org (Postfix) with ESMTP id 4D83B8FC1B; Thu, 14 Aug 2008 13:20:57 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from skuns.zoral.com.ua ([91.193.166.194] helo=mail.zoral.com.ua) by mail.terabit.net.ua with esmtp (Exim 4.63 (FreeBSD)) (envelope-from ) id 1KTcJZ-000Lpv-Gs; Thu, 14 Aug 2008 15:52:29 +0300 Received: from deviant.kiev.zoral.com.ua (root@deviant.kiev.zoral.com.ua [10.1.1.148]) by mail.zoral.com.ua (8.14.2/8.14.2) with ESMTP id m7ECqQZa036114 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 14 Aug 2008 15:52:27 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.2/8.14.2) with ESMTP id m7ECqQ0B023701; Thu, 14 Aug 2008 15:52:26 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.2/8.14.2/Submit) id m7ECqQ7n023699; Thu, 14 Aug 2008 15:52:26 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Thu, 14 Aug 2008 15:52:26 +0300 From: Kostik Belousov To: Robert Noland Message-ID: <20080814125226.GO1803@deviant.kiev.zoral.com.ua> References: <1218675844.1899.18.camel@wombat.2hip.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ZmZU9S7l/XJx5q9b" Content-Disposition: inline In-Reply-To: <1218675844.1899.18.camel@wombat.2hip.net> User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: ClamAV version 0.93.3, clamav-milter version 0.93.3 on skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on skuns.kiev.zoral.com.ua X-Virus-Scanned: mail.terabit.net.ua 1KTcJZ-000Lpv-Gs e519702b8993c003c81e3666292d3264 X-Terabit: YES Cc: freebsd-x11 Subject: Re: [CFT] drm updates X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Aug 2008 13:20:57 -0000 --ZmZU9S7l/XJx5q9b Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Aug 13, 2008 at 09:04:04PM -0400, Robert Noland wrote: > I have prepared a set of patches for drm kernel modules against -CURRENT > and -STABLE. I would like to get this into HEAD fairly soon. >=20 > This update has the latest vblank rework bits in it, so if you have > hardware that can disable vblank irq's (radeon, intel) you should see > the irq counts drop if there are no vblank consumers running. >=20 > i915 suspend/resume support is included. >=20 > For Intel, this should pick up support for the g33 chipsets as well. >=20 > Lots of other fixes here and there... >=20 > The patches are located at http://people.freebsd.org/~rnoland >=20 > robert. >=20 I quickly looked over i915 drm. Cosmetic thing is that i915_initialize() defines variable ret inside code block. On the not-so cosmetic side, it seems that i915 driver still accesses user memory while holding mutex. --ZmZU9S7l/XJx5q9b Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEARECAAYFAkikKooACgkQC3+MBN1Mb4hArQCgx10L1zz6epI3vJwubJLhmuTI e/QAn3fIZ5vZnaKU61La2zEP/Hnyg+9V =bbZI -----END PGP SIGNATURE----- --ZmZU9S7l/XJx5q9b--