Re: i915 driver update testing

2014-10-08 Thread O. Hartmann
Am Sun, 05 Oct 2014 21:54:22 +0200 Koop Mast schrieb: > On Fri, 2014-10-03 at 20:02 +0300, Konstantin Belousov wrote: > > Please find at the > > https://kib.kiev.ua/kib/drm/i915.1.patch > > a patch which provides some updates to the i915 driver. At large, this > > is import of the batch of Linux

Re: Ver 2 of the patch [was: Re: i915 driver update testing]

2014-10-08 Thread Ranjan1018 .
2014-10-08 19:05 GMT+02:00 Konstantin Belousov : > On Tue, Oct 07, 2014 at 04:04:54PM -0400, Adam McDougall wrote: > > On 10/07/2014 14:01, Konstantin Belousov wrote: > > > On Tue, Oct 07, 2014 at 07:44:19PM +0300, Konstantin Belousov wrote: > > >> >From the same frame, please do > > >> p *(struct

Re: [PATCH] Lock scd(4): test or the driver will be removed

2014-10-08 Thread Alfred Perlstein
On 10/8/14 11:53 AM, John Baldwin wrote: This patch adds locking to scd(4) and marks it MPSAFE. It also uses bus_*() instead of bus_space_*(). The patch is against HEAD but probably applies to 9 and 10 as well. http://people.freebsd.org/~jhb/patches/scd_locking.patch Note that this driver is

[PATCH] Lock scd(4): test or the driver will be removed

2014-10-08 Thread John Baldwin
This patch adds locking to scd(4) and marks it MPSAFE. It also uses bus_*() instead of bus_space_*(). The patch is against HEAD but probably applies to 9 and 10 as well. http://people.freebsd.org/~jhb/patches/scd_locking.patch Note that this driver is using a deprecated API that will be remov

[PATCH] Fix si(4) to use bus_space: test or the driver will be removed

2014-10-08 Thread John Baldwin
This patch fixes the si(4) driver to use the bus_space methods to access memory and I/O resources instead of directly calling inb()/outb() and using rman_get_virtual(). The patch is against HEAD but probably applies to 9 and 10 as well. http://people.freebsd.org/~jhb/patches/si_bus_space.patch

Re: Ver 2 of the patch [was: Re: i915 driver update testing]

2014-10-08 Thread Adam McDougall
please try > the updated patch at https://www.kib.kiev.ua/kib/drm/i915.3.patch . > No apparent change: http://www.egr.msu.edu/~mcdouga9/i915-patch3-1.txt I made a log of the source operations and compile to be certain I was using the right patch properly: http://www.egr.msu.edu/~mcdouga9/20

Re: Ver 2 of the patch [was: Re: i915 driver update testing]

2014-10-08 Thread Konstantin Belousov
On Tue, Oct 07, 2014 at 04:04:54PM -0400, Adam McDougall wrote: > On 10/07/2014 14:01, Konstantin Belousov wrote: > > On Tue, Oct 07, 2014 at 07:44:19PM +0300, Konstantin Belousov wrote: > >> >From the same frame, please do > >> p *(struct drm_i915_private *)(dev->private) p *(struct drm_i915_priva

Floating-point review

2014-10-08 Thread Andrew Turner
I'm looking for someone who known more about floating-point than I do to review one of me changes. The change in question adds 6 new functions to the ARM libc to perform floating-point comparisons. These functions are required as part of the ABI spec. The review is at [1]. I am mostly interested i