[Bug 27416] X.org crashes reproducably when mouse hovers over last opened file menu entry in KWrite

2010-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27416

--- Comment #9 from Michel Dänzer mic...@daenzer.net 2010-04-12 02:27:43 PDT 
---
The logs seem to show several different crashes. It would be interesting to see
full gdb backtraces for each of them.

You may be able to work around the crashes by changing the kwin compositing
backend from OpenGL to XRender, or disabling compositing altogether.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: 2.6.34-rc2: ima_dec_counts: open/free imbalance?

2010-04-12 Thread Mimi Zohar
On Thu, 2010-04-01 at 20:17 +0200, Thomas Meyer wrote:
 Am 01.04.2010 um 04:41 schrieb Eric Paris epa...@redhat.com:
 
  On Wed, 2010-03-31 at 16:32 -0700, Andrew Morton wrote:
  On Sun, 28 Mar 2010 13:31:49 +0200
  Thomas Meyer tho...@m3y3r.de wrote:
 
  This warning/error/notice is new in 2.6.34-rc2+:
 
  Let's add some cc's.  It might be a DRM bug.
 
  I'll ask Rafael and Maciej to track this as a post-2.6.33 regression,
  thanks.
 
  The IMA code hasn't changed since .33 so my guess is something new the
  drm code is doing with obj-filp.
 
  Thomas, any idea what the newest kernel was that didn't show you this
  problem?
 
 I first saw this message in 2.6.34-rc2 (+free_init_pages patch), but  
 that was also the first bootable kernel for me as I was hit by the  
 NO_BOOTMEM bug...
 
   It might help cut down my search in the morning
 
  -Eric
 

The call to shmem_file_setup() in drm_gem_object_alloc() should properly
increment the IMA counters and the fput() in
drm_gem_object_free_common() should decrement them.

I noticed the 'bump' comment in 'include/drm/drmP.h' doesn't match the
code, but in fact does the exact opposite.  Not sure if this is related.

static inline void
drm_gem_object_handle_unreference(struct drm_gem_object *obj)
{
if (obj == NULL)
return;

/*
 * Must bump handle count first as this may be the last
 * ref, in which case the object would disappear before we
 * checked for a name
 */
kref_put(obj-handlecount, drm_gem_object_handle_free);
drm_gem_object_unreference(obj);
}

Mimi


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[SPAM] Re: 2.6.34-rc2: ima_dec_counts: open/free imbalance?

2010-04-12 Thread Daniel Vetter
On Wed, Mar 31, 2010 at 04:32:34PM -0700, Andrew Morton wrote:
 On Sun, 28 Mar 2010 13:31:49 +0200
 Thomas Meyer tho...@m3y3r.de wrote:
 
  This warning/error/notice is new in 2.6.34-rc2+:
 
 Let's add some cc's.  It might be a DRM bug.
 
 I'll ask Rafael and Maciej to track this as a post-2.6.33 regression,
 thanks.

I myself and a few testers have hit another strange inconsistency in the
gem shm handling code which might be related (some internal refcount that
gets out-of-sync and no refcount imbalances in the code). Unfortunately I
can't reproduce it anymore and I currently don't yet have a clue about
what's wrong. Currently I'm suspecting a locking goof-up.

Is there a bugzilla entry to track this?
-Daniel

  [ 1878.810147] PM: Syncing filesystems ... done.
  [ 1878.903316] Freezing user space processes ... (elapsed 0.01 seconds) 
  done.
  [ 1878.916589] Freezing remaining freezable tasks ... (elapsed 0.01 
  seconds) done.
  [ 1878.929866] Suspending console(s) (use no_console_suspend to debug)
  [ 1878.930229] sd 0:0:0:0: [sda] Synchronizing SCSI cache
  [ 1878.930370] sd 0:0:0:0: [sda] Stopping disk
  [ 1878.981086] atl1c :01:00.0: PCI INT A disabled
  [ 1878.981369] uhci_hcd :00:1d.2: PCI INT D disabled
  [ 1878.981379] uhci_hcd :00:1d.1: PCI INT B disabled
  [ 1878.981389] uhci_hcd :00:1d.0: PCI INT A disabled
  [ 1878.981454] HDA Intel :00:1b.0: PCI INT A disabled
  [ 1878.981500] ACPI handle has no context!
  [ 1878.981529] ehci_hcd :00:1a.7: PCI INT D disabled
  [ 1878.981540] uhci_hcd :00:1a.0: PCI INT A disabled
  [ 1878.981602] IMA: unmeasured files on fsmagic: 1021994
  [ 1878.981605] ima_dec_counts: open/free imbalance (r:0 w:-1 o:-1)
  [ 1878.981609] Pid: 4888, comm: async/10 Tainted: GW  2.6.34-rc2 #88
  [ 1878.981612] Call Trace:
  [ 1878.981620]  [c0886ac2] ? printk+0x1d/0x23
  [ 1878.981627]  [c05f966f] ima_file_free+0x16f/0x210
  [ 1878.981632]  [c04d7132] __fput+0xf2/0x1f0
  [ 1878.981636]  [c04d724d] fput+0x1d/0x30
  [ 1878.981641]  [c06cbd2f] drm_gem_object_free_common+0x1f/0x40
  [ 1878.981645]  [c06cbdd0] ? drm_gem_object_free+0x0/0x40
  [ 1878.981649]  [c06cbe01] drm_gem_object_free+0x31/0x40
  [ 1878.981653]  [c061d20c] kref_put+0x2c/0x60
  [ 1878.981658]  [c06e8078] i915_gem_cleanup_ringbuffer+0x48/0x70
  [ 1878.981662]  [c06e97ec] i915_gem_idle+0x9c/0x120
  [ 1878.981666]  [c06dcefd] i915_drm_freeze+0x3d/0xa0
  [ 1878.981670]  [c06dd01e] i915_pm_suspend+0x2e/0x80
  [ 1878.981674]  [c08871ca] ? wait_for_common+0x1a/0x100
  [ 1878.981679]  [c0636269] pci_pm_suspend+0x49/0x110
  [ 1878.981682]  [c0636220] ? pci_pm_suspend+0x0/0x110
  [ 1878.981687]  [c07194f1] pm_op+0x181/0x1d0
  [ 1878.981691]  [c07126f4] ? device_for_each_child+0x54/0x60
  [ 1878.981695]  [c0719eaf] __device_suspend+0xbf/0x110
  [ 1878.981699]  [c071a2f3] async_suspend+0x23/0x60
  [ 1878.981703]  [c044ff25] async_thread+0xc5/0x210
  [ 1878.981707]  [c0886e31] ? schedule+0x1e1/0x450
  [ 1878.981713]  [c042c030] ? default_wake_function+0x0/0x20
  [ 1878.981716]  [c044fe60] ? async_thread+0x0/0x210
  [ 1878.981720]  [c0449254] kthread+0x74/0x80
  [ 1878.981724]  [c04491e0] ? kthread+0x0/0x80
  [ 1878.981728]  [c04034be] kernel_thread_helper+0x6/0x10
  [ 1878.986489] iint_free: writecount: -1
  [ 1878.986492] iint_free: opencount: -1
  [ 1878.986494] iint_free: writecount: -1
  [ 1878.986496] iint_free: opencount: -1
  [ 1878.993205] ehci_hcd :00:1d.7: PCI INT A disabled
  [ 1879.649836] PM: suspend of devices complete after 719.812 msecs
  [ 1879.676555] PM: late suspend of devices complete after 26.714 msecs
  [ 1879.677144] ACPI: Preparing to enter system sleep state S3
  [ 1879.677144] Back to C!
  
  Does anybody care?
  
  mfg
  thomas
-- 
Daniel Vetter
Mail: dan...@ffwll.ch
Mobile: +41 (0)79 365 57 48

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 27586] texture3d max sizes are too small

2010-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27586

Alex Deucher ag...@yahoo.com changed:

   What|Removed |Added

  Component|Drivers/DRI/R600|Mesa core
 AssignedTo|dri-de...@lists.sourceforge |mesa3d-...@lists.sourceforg
   |.net|e.net

--- Comment #1 from Alex Deucher ag...@yahoo.com 2010-04-12 07:20:10 PDT ---
The max texture sizes are 8192 on r6xx/r7xx hardware, however, the driver is
currently only 4096 due to limitations in core mesa.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 27438] drm error: atombios stuck with rv730 and 2.6.34-rc3-git1

2010-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27438

--- Comment #2 from Jerome Glisse gli...@freedesktop.org 2010-04-12 09:12:37 
PDT ---
Created an attachment (id=34916)
 View: https://bugs.freedesktop.org/attachment.cgi?id=34916
 Review: https://bugs.freedesktop.org/review?bug=27438attachment=34916

Simplify infinite loop detection

Please try if you still see this message with the attached patch applied thanks

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 27452] Evergreen KMS DRM sets bizarre 1922x1200 resolution

2010-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27452

--- Comment #5 from Christian S. m...@apexo.de 2010-04-12 09:27:54 PDT ---
I have that same problem. Radeon 5750 connected to a projector via HDMI,
resolution is set to 1920x1080, projector reports 1922x1080, pink line on the
left from top to bottom

running debian sid with xserver-xorg-video-radeon 1:6.13.0-1 and a custom
compiled (vanilla) linux 2.6.34-rc3 kernel

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: [PATCH 0/6] make gem_object embedable and convert i915 driver

2010-04-12 Thread Eric Anholt
On Fri,  9 Apr 2010 21:05:03 +0200, Daniel Vetter daniel.vet...@ffwll.ch 
wrote:
 Hi all,
 
 As promised here's my patch series to make struct drm_gem_object embedable.
 Also converts drm/i915 as a proof of concept.
 
 I've already looked at the radeon and nouveau modules and a straightforward
 replament of the gem_object pointer looks simple. But I think embedding it
 into the ttm_bo is better long-term. Stuff like duplicated ref-counting
 between the ttm object and the gem one just doesn't make too much sense.
 
 Tested on my i945GM. The changes to radeon and nouveau in patch 2 are only
 compile-tested, but the identical change to the i915 survived testing.
 
 Comments on the patches and my future plans highly welcome.
 
 Yours, Daniel
 
 Daniel Vetter (6):
   drm: extract drm_gem_object_init
   drm: free core gem object from driver callbacks
   drm/i915: introduce i915_gem_alloc_object
   drm/i915: embed the gem object into drm_i915_gem_object
   drm/i915: don't use -driver_private anymore
   drm/i915: drop pointer to drm_gem_object

I like this series.  Dave, should I pull this one?


pgpw0NlC2uib8.pgp
Description: PGP signature
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[SPAM] Re: [PATCH 0/6] make gem_object embedable and convert i915 driver

2010-04-12 Thread Daniel Vetter
On Mon, Apr 12, 2010 at 10:51:20AM -0700, Eric Anholt wrote:
 On Fri,  9 Apr 2010 21:05:03 +0200, Daniel Vetter daniel.vet...@ffwll.ch 
 wrote:
  Daniel Vetter (6):
drm: extract drm_gem_object_init
drm: free core gem object from driver callbacks
drm/i915: introduce i915_gem_alloc_object
drm/i915: embed the gem object into drm_i915_gem_object
drm/i915: don't use -driver_private anymore
drm/i915: drop pointer to drm_gem_object
 
 I like this series.  Dave, should I pull this one?

Cool. wrt merging I'd prefer if Dave could take the first two via drm-core.
That way round I could start working on the radeon/nouveau stuff
independently of the i915 stuff. That'd stall i915 slightly but i915 is the
easiest conversion (that's why I did it first) so I can quickly rebase in
case of conflicts.

-Daniel
-- 
Daniel Vetter
Mail: dan...@ffwll.ch
Mobile: +41 (0)79 365 57 48

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 15738] VGA output of Radeon HD3450 displays too bright colors with KMS radeon driver

2010-04-12 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=15738


Andrew Morton a...@linux-foundation.org changed:

   What|Removed |Added

 CC||a...@linux-foundation.org




--- Comment #2 from Andrew Morton a...@linux-foundation.org  2010-04-12 
19:51:36 ---
Alex, please add

Cc: sta...@kernel.org

to the changelog so that the -stable guys will reliably merge the patch.

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 15738] VGA output of Radeon HD3450 displays too bright colors with KMS radeon driver

2010-04-12 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=15738


Alex Deucher alexdeuc...@gmail.com changed:

   What|Removed |Added

 CC||alexdeuc...@gmail.com




--- Comment #3 from Alex Deucher alexdeuc...@gmail.com  2010-04-12 20:13:40 
---
I've already queued the patch with the stable cc via Dave's drm git tree.

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[PATCH] drm/radeon/kms: print GPU family and device id when loading

2010-04-12 Thread Jerome Glisse
This will help figuring out GPU when looking at bugs log.

Signed-off-by: Jerome Glisse jgli...@redhat.com
---
 drivers/gpu/drm/radeon/radeon_device.c |   53 +++-
 drivers/gpu/drm/radeon/radeon_family.h |3 +-
 2 files changed, 54 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/radeon/radeon_device.c 
b/drivers/gpu/drm/radeon/radeon_device.c
index c34f682..f33dc79 100644
--- a/drivers/gpu/drm/radeon/radeon_device.c
+++ b/drivers/gpu/drm/radeon/radeon_device.c
@@ -35,6 +35,54 @@
 #include radeon.h
 #include atom.h
 
+static const char radeon_family_name[][16] = {
+   R100,
+   RV100,
+   RS100,
+   RV200,
+   RS200,
+   R200,
+   RV250,
+   RS300,
+   RV280,
+   R300,
+   R350,
+   RV350,
+   RV380,
+   R420,
+   R423,
+   RV410,
+   RS400,
+   RS480,
+   RS600,
+   RS690,
+   RS740,
+   RV515,
+   R520,
+   RV530,
+   RV560,
+   RV570,
+   R580,
+   R600,
+   RV610,
+   RV630,
+   RV670,
+   RV620,
+   RV635,
+   RS780,
+   RS880,
+   RV770,
+   RV730,
+   RV710,
+   RV740,
+   CEDAR,
+   REDWOOD,
+   JUNIPER,
+   CYPRESS,
+   HEMLOCK,
+   LAST,
+};
+
 /*
  * Clear GPU surface registers.
  */
@@ -525,7 +573,6 @@ int radeon_device_init(struct radeon_device *rdev,
int r;
int dma_bits;
 
-   DRM_INFO(radeon: Initializing kernel modesetting.\n);
rdev-shutdown = false;
rdev-dev = pdev-dev;
rdev-ddev = ddev;
@@ -537,6 +584,10 @@ int radeon_device_init(struct radeon_device *rdev,
rdev-mc.gtt_size = radeon_gart_size * 1024 * 1024;
rdev-gpu_lockup = false;
rdev-accel_working = false;
+
+   DRM_INFO(initializing kernel modesetting (%s 0x%04X:0x%04X).\n,
+   radeon_family_name[rdev-family], pdev-vendor, pdev-device);
+
/* mutex initialization are all done here so we
 * can recall function without having locking issues */
mutex_init(rdev-cs_mutex);
diff --git a/drivers/gpu/drm/radeon/radeon_family.h 
b/drivers/gpu/drm/radeon/radeon_family.h
index 93c7d5d..e329066 100644
--- a/drivers/gpu/drm/radeon/radeon_family.h
+++ b/drivers/gpu/drm/radeon/radeon_family.h
@@ -36,7 +36,7 @@
  * Radeon chip families
  */
 enum radeon_family {
-   CHIP_R100,
+   CHIP_R100 = 0,
CHIP_RV100,
CHIP_RS100,
CHIP_RV200,
@@ -99,4 +99,5 @@ enum radeon_chip_flags {
RADEON_IS_PCI = 0x0080UL,
RADEON_IS_IGPGART = 0x0100UL,
 };
+
 #endif
-- 
1.7.0.1


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


nouveau userspace bits for 2.6.34

2010-04-12 Thread Andy Isaacson
On Thu, Mar 04, 2010 at 10:18:03AM -0800, Linus Torvalds wrote:
   (II) NOUVEAU(0): [drm] nouveau interface version: 0.0.16
   (EE) NOUVEAU(0): [drm] wrong version, expecting 0.0.15
   (EE) NOUVEAU(0): 879:

So I've tried reading the thread and haven't found the answer to this
question yet; my apologies for surely missing the answer which is out
there.

What version of libdrm-nouveau and xserver-xorg-video-nouveau do I need
in order to run nouveau on 2.6.34-rc3 and later?

What git branches should I be tracking?  What changesets add support for
nouveau interface version 0.0.16?

(I'm on Debian and Ubuntu, but building my own from git is fine.)

Thanks,
-andy

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: [PATCH] i915: do not read uninitialized -dev_private

2010-04-12 Thread Eric Anholt
On Thu, 8 Apr 2010 21:41:59 +0200, Luca Tettamanti kronos...@gmail.com wrote:
 -dev_private at that point is NULL and is initialied only a few lines
 later.
 
 Signed-off-by: Luca Tettamanti kronos...@gmail.com
 ---
 I'm beginnig to dive into DRMKMS, that assignment really confused me :P

Applied.  Thanks!


pgppXukviO6Hj.pgp
Description: PGP signature
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: [PATCH 0/6] make gem_object embedable and convert i915 driver

2010-04-12 Thread Dave Airlie
On Tue, Apr 13, 2010 at 5:19 AM, Daniel Vetter dan...@ffwll.ch wrote:
 On Mon, Apr 12, 2010 at 10:51:20AM -0700, Eric Anholt wrote:
 On Fri,  9 Apr 2010 21:05:03 +0200, Daniel Vetter daniel.vet...@ffwll.ch 
 wrote:
  Daniel Vetter (6):
    drm: extract drm_gem_object_init
    drm: free core gem object from driver callbacks
    drm/i915: introduce i915_gem_alloc_object
    drm/i915: embed the gem object into drm_i915_gem_object
    drm/i915: don't use -driver_private anymore
    drm/i915: drop pointer to drm_gem_object

 I like this series.  Dave, should I pull this one?

 Cool. wrt merging I'd prefer if Dave could take the first two via drm-core.
 That way round I could start working on the radeon/nouveau stuff
 independently of the i915 stuff. That'd stall i915 slightly but i915 is the
 easiest conversion (that's why I did it first) so I can quickly rebase in
 case of conflicts

I'll take these via my tree, Eric just let me know if I can assume your ack
on the i915 ones and even the main one. I'll try and review them over the next
couple of days.

Dave.

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: [Nouveau] nouveau userspace bits for 2.6.34

2010-04-12 Thread Didier Spaier
Andy Isaacson wrote:

 
 What version of libdrm-nouveau and xserver-xorg-video-nouveau do I need
 in order to run nouveau on 2.6.34-rc3 and later?
 
On Slackware 64-current using unmodified 2.6.34-rc3 with libdrm-2.4.19 and 
xf86-video-nouveau pulled from git commit 
2462b417fc550b71f021ca9736808f8f2d1cb6f0 works well.
 
 What git branches should I be tracking?  What changesets add support for
 nouveau interface version 0.0.16?
 
 (I'm on Debian and Ubuntu, but building my own from git is fine.)
 
Didier

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: [Nouveau] nouveau userspace bits for 2.6.34

2010-04-12 Thread Didier Spaier
Andy Isaacson wrote:

 
 What version of libdrm-nouveau and xserver-xorg-video-nouveau do I need
 in order to run nouveau on 2.6.34-rc3 and later?
 
On Slackware 64-current using unmodified 2.6.34-rc3 with libdrm-2.4.19 and 
xf86-video-nouveau pulled from git commit 
2462b417fc550b71f021ca9736808f8f2d1cb6f0 works well.

... *And xserver-1.7.5* (sorry, I had forgotten that)

 What git branches should I be tracking?  What changesets add support for
 nouveau interface version 0.0.16?
 
 (I'm on Debian and Ubuntu, but building my own from git is fine.)
 
Didier

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel