Re: [PATCH xserver v2] xfree86: Remove driver entity hooks and private

2017-03-30 Thread Adam Jackson
On Wed, 2017-03-29 at 16:13 -0700, Eric Anholt wrote: > Adam Jackson writes: > > > No driver is using these, as far as I know. > > > > v2: Tripwire the entity hook arguments to xf86Config*Entity, fix > > documentation (Eric Anholt) > > Reviewed-by: Eric Anholt remote: I: patch #147099 updated

Re: [PATCH xserver 3/2] Rewrite the byte swapping macros.

2017-03-30 Thread Eric Anholt
Keith Packard writes: > [ Unknown signature status ] > Eric Anholt writes: > >> Unaligned accesses trap on some platforms, and I don't think we're >> guaranteed that the caller has the pointer aligned (at least, the >> previous code seemed pretty clearly to be trying to work around that, as >> w

Re: [RFC PATCH xserver] modesetting: re-set the crtc's mode when link-status goes BAD

2017-03-30 Thread Eric Anholt
Martin Peres writes: > On 26/01/17 14:37, Martin Peres wrote: >> Despite all the careful planing of the kernel, a link may become >> insufficient to handle the currently-set mode. At this point, the >> kernel should mark this particular configuration as being broken >> and potentially prune the m

Re: [RFC PATCH xserver] modesetting: re-set the crtc's mode when link-status goes BAD

2017-03-30 Thread Manasi Navare
On Thu, Mar 30, 2017 at 05:37:55PM -0700, Eric Anholt wrote: > Martin Peres writes: > > > On 26/01/17 14:37, Martin Peres wrote: > >> Despite all the careful planing of the kernel, a link may become > >> insufficient to handle the currently-set mode. At this point, the > >> kernel should mark thi

Re: [PATCH rendercheck v3 1/4] Add a meson build system.

2017-03-30 Thread Peter Hutterer
On Wed, Mar 29, 2017 at 01:19:32PM -0700, Eric Anholt wrote: > Meson allows the configure step to be run faster (.3 seconds compared to > autogen.sh's 3.9 seconds on my system) and a full rebuild (touch > rendercheck.h; make) to run faster (.05s instead of .07s). > > Rendercheck is pretty much the