[PATCH] xf86/modes: Defang stale pointers when copying modes

2012-05-29 Thread Chris Wilson
We stash a copy of the desiredMode on the crtc so that we can restore it after a vt switch. This copy is a simple memcpy and so also stashes a references to the pointers contained within the desiredMode. Those pointers are freed the next time the outputs are probed and mode list rebuilt, resulting

[PATCH] [rfc] push don't render sw cursor/sigio avoidance hack down

2012-05-29 Thread Dave Airlie
From: Dave Airlie airl...@redhat.com While developing slave output devices, I tried to enable a swcursor on the Intel device for the primary cursor, depending on whether the usb device was plugged in, and I hit a SIGIO locking problem in libdrm_intel. I wondered why MPX didn't hit this and

don't pull yet, but read: pull request for abi/api changes

2012-05-29 Thread Dave Airlie
Hi Keith, Can you check this pull request and confirm you will pull it when asked? I need to make the changes to at least the main 4-5 drivers before you pull this so stuff still builds, then I can go do a tinderbox lighting pass afterwards, I'd also add the ABI bump from Aaron on top in a real

[PULL: xserver] dri2: Add DRI2GetParam request

2012-05-29 Thread Chad Versace
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The following changes since commit ba883a0f3435d5da82a8134e696c4905eea70f23: Merge remote-tracking branch 'jeremyhu/master' (2012-05-17 16:49:19 -0700) are available in the git repository at:

Re: don't pull yet, but read: pull request for abi/api changes

2012-05-29 Thread Keith Packard
Dave Airlie airl...@gmail.com writes: But first I want to make sure you aren't going to pull a late review on things first, and I spend time doing pointless changes to drivers. Will do. I'm sick today though, so I won't be able to think clearly enough until tomorrow. -keith --

Re: [PULL: xserver] dri2: Add DRI2GetParam request

2012-05-29 Thread Keith Packard
Chad Versace chad.vers...@linux.intel.com writes: dri2: Add DRI2GetParam request (2012-05-21 14:38:05 -0700) I don't see any default setting for ds-GetParam; it looks like older drivers will just crash? -- keith.pack...@intel.com pgpP2eK71UJ0s.pgp Description: PGP signature

Re: [PULL: xserver] dri2: Add DRI2GetParam request

2012-05-29 Thread Chad Versace
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/29/2012 10:34 AM, Keith Packard wrote: Chad Versace chad.vers...@linux.intel.com writes: dri2: Add DRI2GetParam request (2012-05-21 14:38:05 -0700) I don't see any default setting for ds-GetParam; it looks like older drivers will just

Re: [PULL: xserver] dri2: Add DRI2GetParam request

2012-05-29 Thread Keith Packard
Chad Versace chad.vers...@linux.intel.com writes: What is the correct next action? Do I need to resubmit patches or pull request? I'd rather just see the patch on the list and add my reviewed-by if it looks good. -- keith.pack...@intel.com pgpe0q3LJhEQ2.pgp Description: PGP signature

Re: [PULL: xserver master] SPARC build fix, documentation fixes

2012-05-29 Thread Jeremy Huddleston
These are now on server-1.12-branch and will be in 1.12.2.901: 19126c0..97cae5e server-1.12-branch - server-1.12-branch On May 21, 2012, at 13:37, Alan Coopersmith alan.coopersm...@oracle.com wrote: The following changes since commit ba883a0f3435d5da82a8134e696c4905eea70f23: Merge