Re: [PULL] modesetting driver import

2014-09-17 Thread Keith Packard
Eric Anholt writes: > Aaron Plattner (1): > modesetting: match PCI class 3, any subclass > > Adam Jackson (3): > Implement ->driverFunc > modesetting: Don't (brokenly) double-track software cursor > Use own thunk function instead of shadowUpdatePackedWeak > > Alan Hourihan

Re: [PATCH] Update help text since -iglx is now the default

2014-09-17 Thread Keith Packard
Eric Anholt writes: > From: Jon TURNEY > > This should have been part of d0da0e9c3bb8fe0cd4879ecb24d21715bfaa209b Merged. 30dcc10..e3aa13b master -> master -- keith.pack...@intel.com pgpsBJQ1eaZ9B.pgp Description: PGP signature ___ xorg-devel@

[PATCH] Update help text since -iglx is now the default

2014-09-17 Thread Eric Anholt
From: Jon TURNEY This should have been part of d0da0e9c3bb8fe0cd4879ecb24d21715bfaa209b Signed-off-by: Jon TURNEY Signed-off-by: Eric Anholt Reviewed-by: Eric Anholt --- os/utils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/os/utils.c b/os/utils.c index f319743..

[PULL] modesetting driver import

2014-09-17 Thread Eric Anholt
The following changes since commit 3a51418b2db353519a1779cf3cebbcc9afba2520: ephyr: set screen size & origin from host X server output's CRTC geometry (2014-08-21 20:14:55 -0500) are available in the git repository at: git://people.freedesktop.org/~anholt/xserver for you to fetch changes

Re: [PATCH] loader: Remove compatibility with ancient XFree86 version numbering

2014-09-17 Thread Eric Anholt
Adam Jackson writes: > Pretty sure I'm guilty of adding this. I think I was thinking of trying > to be compatible with some really old binary-only driver that I had > vague aspirations of reverse-engineering, but since I haven't gotten > around to it in the intervening decade... Reviewed-by: Er

Re: [PULL] vidmem cleanup series (was Re: [PATCH 09/12] xfree86: Remove leaky /dev/mem checks from xf86OSInitVidMem)

2014-09-17 Thread Keith Packard
Adam Jackson writes: > Adam Jackson (8): > xfree86: Remove xf86{Map,Unmap}VidMem > xfree86: Remove {set,undo}WC from VidMemInfo > xfree86: Remove xf86LinearVidMem > int10: Port off xf86ReadBIOS > xfree86: Remove xf86ReadBIOS > xfree86: Remove xf86CheckMTRR >

[PATCH] loader: Remove compatibility with ancient XFree86 version numbering

2014-09-17 Thread Adam Jackson
Pretty sure I'm guilty of adding this. I think I was thinking of trying to be compatible with some really old binary-only driver that I had vague aspirations of reverse-engineering, but since I haven't gotten around to it in the intervening decade... Signed-off-by: Adam Jackson --- hw/xfree86/l

[PULL] vidmem cleanup series (was Re: [PATCH 09/12] xfree86: Remove leaky /dev/mem checks from xf86OSInitVidMem)

2014-09-17 Thread Adam Jackson
On Thu, 2014-09-11 at 18:34 -0700, Keith Packard wrote: > Adam Jackson writes: > > > This is mostly a no-op, the checks didn't have much effect since > > pciaccess didn't end up using the fd we opened. Except for OpenBSD, > > where you have to pass that in from above, which is sort of a weird AP