[git pull] drm radeon fix for 2.6.27-rc1

2008-07-15 Thread Dave Airlie

Hi Linus,

Please pull the 'drm-fixes' branch from
ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git drm-fixes

It appears we have a PAT incomPATibility, with how the radeon driver was 
mapping some VRAM.

Dave.

 drivers/gpu/drm/drm_memory.c   |5 +
 drivers/gpu/drm/radeon/radeon_cp.c |2 +-
 include/drm/drmP.h |1 +
 3 files changed, 7 insertions(+), 1 deletions(-)

commit 242e3df80b8d25ed681c278512df0993725f25dd
Author: Dave Airlie [EMAIL PROTECTED]
Date:   Tue Jul 15 15:48:05 2008 +1000

drm/radeon: fixup issue with radeon and PAT support.

With new userspace libpciaccess we can get a conflicting mapping
on the PCIE GART table in the video RAM. Always try and map it _wc.

Signed-off-by: Dave Airlie [EMAIL PROTECTED]

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 11937] Intel GMA X3100: 3D apps lock up machine

2008-07-15 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11937





--- Comment #5 from Leandro Martinez [EMAIL PROTECTED]  2008-07-15 02:56:40 
PST ---

I have the same bug in an up-to-date Ubuntu Hardy system. 
It is a Vaio NR11Z/S

Random crashes of the whole system (I think the kernel is not crashed, but
I cannot do anything but hard-reboot).

The package I'm trying to run is VMD, an OpenGL molecular graphics
program.

I have put all my log files in this bug report: 

https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/248363


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

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 7128] Radeon R300 lockup on 2 clients accessing XV

2008-07-15 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=7128





--- Comment #11 from Michel Dänzer [EMAIL PROTECTED]  2008-07-15 04:18:24 PST 
---
Created an attachment (id=17681)
 -- (http://bugs.freedesktop.org/attachment.cgi?id=17681)
Try to be more robust about DRIGetDrawableInfo() failures

Oh my, looks like we have once again at least two or three separate issues
mixed together here...

Anyway, here's a patch that might help for the crashes shown in comment #7 and
comment #8. Let me know if it helps, Daniel.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: [git pull] drm radeon fix for 2.6.27-rc1

2008-07-15 Thread Oliver Pinter
Hi David,

it affects stable (2.6.26) too?

On 7/15/08, Dave Airlie [EMAIL PROTECTED] wrote:

 Hi Linus,

 Please pull the 'drm-fixes' branch from
 ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
 drm-fixes

 It appears we have a PAT incomPATibility, with how the radeon driver was
 mapping some VRAM.

 Dave.

  drivers/gpu/drm/drm_memory.c   |5 +
  drivers/gpu/drm/radeon/radeon_cp.c |2 +-
  include/drm/drmP.h |1 +
  3 files changed, 7 insertions(+), 1 deletions(-)

 commit 242e3df80b8d25ed681c278512df0993725f25dd
 Author: Dave Airlie [EMAIL PROTECTED]
 Date:   Tue Jul 15 15:48:05 2008 +1000

 drm/radeon: fixup issue with radeon and PAT support.

 With new userspace libpciaccess we can get a conflicting mapping
 on the PCIE GART table in the video RAM. Always try and map it _wc.

 Signed-off-by: Dave Airlie [EMAIL PROTECTED]
 --
 To unsubscribe from this list: send the line unsubscribe linux-kernel in
 the body of a message to [EMAIL PROTECTED]
 More majordomo info at  http://vger.kernel.org/majordomo-info.html
 Please read the FAQ at  http://www.tux.org/lkml/



-- 
Thanks,
Oliver

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Confused as to which branches of what I should play with.

2008-07-15 Thread Tom Cooksey
Hi all,

I've been trying to follow this mailing list as to the current state of DRM, 
especially
modesetting. My goal is to get Qt-Embedded to use moden graphics drivers rather
than the fbdev interface we have today. A few months ago I played with the drm
modesetting-101 branch with the intel driver to see if I could at least map a 
frame
buffer into the server process and use our software renderer to render into it. 
I 
eventually managed to get the modesetting test app to work, but other things 
pulled
me away from the work. I now want to resume what I started, but it seems 
everything
has got a whole lot more complicated.

So my question is this: Are things API-stable enough to start playing again, or 
should I
wait another few months until the GEM vs TTM stuff has been resolved?

If the API is stable, how can I start playing again? All I want to do at this 
stage is map the
framebuffer and render into it. I will then have the equivilant to what we have 
already
with fbdev. Later (probably much later) I want to modify the Gallium winsys 
layer so I can
use gl to render into the framebuffer. Then comes multiple processes, then 
retirement.

For now I guess all I need is a vanilla kernel and a drm build, but which 
branch of drm 
should I use? modesetting-101 or modesetting-gem? I notice the gem branch has a 
test 
(gem_mmap.c) which seems to create  map a hunk of memory, but I guess this is 
just 
a i915 test as all the ioctls are i915-specific. Unless the idea of a generic 
interface is dead?



Cheers,

Tom

PS: I have a GM965 based laptop I want to use for experimentation - but can get 
hold of
something else if it's going to help?

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: [git pull] drm radeon fix for 2.6.27-rc1

2008-07-15 Thread Dave Airlie
 Hi David,
 
 it affects stable (2.6.26) too?

yes I've already sent a patch to stable maintainers.

Dave.

 
 On 7/15/08, Dave Airlie [EMAIL PROTECTED] wrote:
 
  Hi Linus,
 
  Please pull the 'drm-fixes' branch from
  ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
  drm-fixes
 
  It appears we have a PAT incomPATibility, with how the radeon driver was
  mapping some VRAM.
 
  Dave.
 
   drivers/gpu/drm/drm_memory.c   |5 +
   drivers/gpu/drm/radeon/radeon_cp.c |2 +-
   include/drm/drmP.h |1 +
   3 files changed, 7 insertions(+), 1 deletions(-)
 
  commit 242e3df80b8d25ed681c278512df0993725f25dd
  Author: Dave Airlie [EMAIL PROTECTED]
  Date:   Tue Jul 15 15:48:05 2008 +1000
 
  drm/radeon: fixup issue with radeon and PAT support.
 
  With new userspace libpciaccess we can get a conflicting mapping
  on the PCIE GART table in the video RAM. Always try and map it _wc.
 
  Signed-off-by: Dave Airlie [EMAIL PROTECTED]
  --
  To unsubscribe from this list: send the line unsubscribe linux-kernel in
  the body of a message to [EMAIL PROTECTED]
  More majordomo info at  http://vger.kernel.org/majordomo-info.html
  Please read the FAQ at  http://www.tux.org/lkml/
 
 
 
 

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 15477] full screen is white when use compiz

2008-07-15 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=15477





--- Comment #28 from Bryce Harrington [EMAIL PROTECTED]  2008-07-15 05:19:28 
PST ---
Thanks, we've confirmed and pulled this fix into Ubuntu.


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

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: [RFC: 2.6 patch] remove the i830 driver

2008-07-15 Thread Simon Farnsworth
Keith Whitwell wrote:
 You can still buy new i865 boards:
 
  http://www.ebuyer.com/product/119412
 
 So I think this isn't a great idea.
 
This won't remove all support for i865. It only removes support for the 
combination of i865 and old X servers.

New X servers use the i915 driver to support the i865 chipset.
-- 
Simon Farnsworth


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: [RFC: 2.6 patch] remove the i830 driver

2008-07-15 Thread Keith Whitwell
On Tue, Jul 15, 2008 at 3:35 PM, Simon Farnsworth
[EMAIL PROTECTED] wrote:
 Keith Whitwell wrote:

 You can still buy new i865 boards:

 http://www.ebuyer.com/product/119412

 So I think this isn't a great idea.

 This won't remove all support for i865. It only removes support for the
 combination of i865 and old X servers.

 New X servers use the i915 driver to support the i865 chipset.

You're right -- removing the old module is fine by me.

Keith

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: [RFC: 2.6 patch] remove the i830 driver

2008-07-15 Thread Dave Airlie

 After seeing that i830_drm.h was just added as a userspace header
 I wondered whether there's really a non-empty intersection of
 kernel = 2.6.27 users and users of such an ancient X.
 
 I doubt it, and therefore suggest this patch to remove the driver.

NAK I'm generally against removing old userspace APIs just because you 
don't know what people are doing out in the real world,

This should go via feature deprecation, it should also include a list of 
distros that actually shipped an X server/Mesa combo that used the i830 as 
opposed to the i915 so we can make a better judgement call. 

Dave.

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: [RFC: 2.6 patch] remove the i830 driver

2008-07-15 Thread Adrian Bunk
On Tue, Jul 15, 2008 at 03:28:04PM +0100, Keith Whitwell wrote:
 You can still buy new i865 boards:

  http://www.ebuyer.com/product/119412

 So I think this isn't a great idea.

Why does the i915 driver not work on this board?

 Keith

cu
Adrian

-- 

   Is there not promise of rain? Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   Only a promise, Lao Er said.
   Pearl S. Buck - Dragon Seed


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: [RFC: 2.6 patch] remove the i830 driver

2008-07-15 Thread Adrian Bunk
On Tue, Jul 15, 2008 at 09:14:05PM +0100, Dave Airlie wrote:
 
  After seeing that i830_drm.h was just added as a userspace header
  I wondered whether there's really a non-empty intersection of
  kernel = 2.6.27 users and users of such an ancient X.
  
  I doubt it, and therefore suggest this patch to remove the driver.
 
 NAK I'm generally against removing old userspace APIs just because you 
 don't know what people are doing out in the real world,
 
 This should go via feature deprecation, it should also include a list of 
 distros that actually shipped an X server/Mesa combo that used the i830 as 
 opposed to the i915 so we can make a better judgement call. 

Is there any remote chance at all that such distros will work with
kernels = 2.6.27 ?

I'm asking since I remember that the current stable Debian contains 
kernel 2.6.18, the previous stable Debian contained kernel 2.6.8 (which 
was released nearly at the same time as X11R6.8.0), and the upgrade 
procedure was slightly tricky since there does not exist any udev 
version supporting both kernel 2.6.8 and kernel 2.6.18. [1]

If you know about things people do in the real world I missed please 
say so.

 Dave.

cu
Adrian

[1] 
http://www.debian.org/releases/etch/i386/release-notes/ch-upgrading.en.html#s-upgrading_kernel

-- 

   Is there not promise of rain? Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   Only a promise, Lao Er said.
   Pearl S. Buck - Dragon Seed


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel