[Bug 1374] No Xinerama possible with the 2 outputs of ATI Radeon 9600

2004-09-15 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to the URL shown below and enter yourcomments there. https://freedesktop.org/bugzilla/show_bug.cgi?id=1374 --- Additional Comments From [EMAIL PROTECTED] 2004-09-14 09:27 --- Created an

[Bug 1388] New: (EE) I810(0): [drm] failure adding irq handler

2004-09-15 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to the URL shown below and enter yourcomments there. https://freedesktop.org/bugzilla/show_bug.cgi?id=1388 Summary: (EE) I810(0): [drm] failure adding irq handler Product: DRI

[Bug 1388] (EE) I810(0): [drm] failure adding irq handler

2004-09-15 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to the URL shown below and enter yourcomments there. https://freedesktop.org/bugzilla/show_bug.cgi?id=1388 --- Additional Comments From [EMAIL PROTECTED] 2004-09-15 03:24 --- Created an

[Bug 1388] (EE) I810(0): [drm] failure adding irq handler

2004-09-15 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to the URL shown below and enter yourcomments there. https://freedesktop.org/bugzilla/show_bug.cgi?id=1388 [EMAIL PROTECTED] changed: What|Removed |Added

[Bug 1388] (EE) I810(0): [drm] failure adding irq handler

2004-09-15 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to the URL shown below and enter yourcomments there. https://freedesktop.org/bugzilla/show_bug.cgi?id=1388 --- Additional Comments From [EMAIL PROTECTED] 2004-09-15 04:24 --- DRM tree.

[Bug 1388] (EE) I810(0): [drm] failure adding irq handler

2004-09-15 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to the URL shown below and enter yourcomments there. https://freedesktop.org/bugzilla/show_bug.cgi?id=1388 [EMAIL PROTECTED] changed: What|Removed |Added

[Bug 1388] (EE) I810(0): [drm] failure adding irq handler

2004-09-15 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to the URL shown below and enter yourcomments there. https://freedesktop.org/bugzilla/show_bug.cgi?id=1388 --- Additional Comments From [EMAIL PROTECTED] 2004-09-15 05:10 --- kill X, do

[Bug 1388] (EE) I810(0): [drm] failure adding irq handler

2004-09-15 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to the URL shown below and enter yourcomments there. https://freedesktop.org/bugzilla/show_bug.cgi?id=1388 --- Additional Comments From [EMAIL PROTECTED] 2004-09-15 05:15 --- [drm]

Re: [PATCH] DRM: add missing pci_enable_device()

2004-09-15 Thread Alan Cox
On Mer, 2004-09-15 at 00:41, Jon Smirl wrote: pci_enable/disable_device are correct in the dyn-minor patch. They also appear to correct in the currently checked in DRM cvs. If fbdev is loaded DRM does not do pci_enable/disable_device. It is assumed that these calls are handled by the fbdev

DRM CVS Broken.

2004-09-15 Thread Thomas Hellström
Hi! current CVS doesn't compile for me, see below. In addition, one user who checked out the code one to a couple of days ago reports that the X server cannot open the dri device anymore, although the drm module loads fine into the kernel. Cannot check, though :-(. sh

Re: DRM CVS Broken.

2004-09-15 Thread Jon Smirl
This should make it compile. I'll check the kernel sources and make a better ifdef for whem module_param got added. [EMAIL PROTECTED] linux]$ cvs diff -u drm_stub.h Index: drm_stub.h === RCS file: /cvs/dri/drm/linux/drm_stub.h,v

Re: DRM CVS Broken.

2004-09-15 Thread Jon Smirl
I also see that something is not right with open. I probably didn't do the merge right with the dyn-minor patch. I'm working on a fix. On Wed, 15 Sep 2004 17:38:01 +0200, Thomas Hellström [EMAIL PROTECTED] wrote: Hi! current CVS doesn't compile for me, see below. In addition, one user who

Re: DRM CVS Broken.

2004-09-15 Thread Jon Smirl
I backed dyn-minor out. There are problems with it's fops handling on some cards - i810/830. There was also a minor merge typo that made it fail in open all of the time. When my wife lets me have some more time, I'll work on a fix and put it back in. -- Jon Smirl [EMAIL PROTECTED]

current cvs bugs

2004-09-15 Thread Martin MOKREJ
Hi, I tried current cvs from anoncvs.xfree86.org on Linux i386 and have hit several problems: 1) cannot compile krb5 support. I use krb5 implementation from ftp://ftp.pdc.kth.se/pub/heimdal/src , so you should BTW update docs saying not only MIT Krb5 is needed for this. They are compatible

Re: [PATCH] DRM: add missing pci_enable_device()

2004-09-15 Thread Alan Cox
On Mer, 2004-09-15 at 16:35, Jon Smirl wrote: the video drivers vgacon still owns and is using it. On some devices that needs PCI master enabled because of internal magic (like rendering text modes from the bios via SMM traps) How do I trigger this mode on a card supported by DRM so that

[PATCH 2.6.9-rc2 3/33] char/drm_os_linux: replace direct assignment with set_current_state()

2004-09-15 Thread Nishanth Aravamudan
Any comments would be appreciated. Description: Use set_current_state() instead of direct assignment of current-state. Signed-off-by: Nishanth Aravamudan [EMAIL PROTECTED] --- 2.6.9-rc1-mm4-vanilla/drivers/char/drm/drm_os_linux.h 2004-09-09 23:05:38.0 -0700 +++

[Bug 1394] New: Cannot compile. inl and outl undefined

2004-09-15 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to the URL shown below and enter yourcomments there. https://freedesktop.org/bugzilla/show_bug.cgi?id=1394 Summary: Cannot compile. inl and outl undefined Product: DRI

[R300] card types

2004-09-15 Thread Vladimir Dergachev
I have just committed code into r300_demo that will autodetect chip type and display width. I would ask everyone who tried out (or tried to try out) patches from r300.sourceforge.net to let me know whether they could run it successfully or not. The most recent source contains code to handle

Re: [PATCH] DRM: add missing pci_enable_device()

2004-09-15 Thread Jon Smirl
On Wed, 15 Sep 2004 13:22:48 +0100, Alan Cox [EMAIL PROTECTED] wrote: On Mer, 2004-09-15 at 00:41, Jon Smirl wrote: pci_enable/disable_device are correct in the dyn-minor patch. They also appear to correct in the currently checked in DRM cvs. If fbdev is loaded DRM does not do

DRM regression in Linux 2.6.9-rc1-bk12

2004-09-15 Thread Joseph Fannin
Hi! [ I suspect dri-devel is going to bounce my mails, so I'm CC'ing linux-kernel ] DRI stopped working on my setup in Linux 2.6.9-rc1-bk12. I've narrowed the problem down to this changeset (Drop __HAVE_CTX_BITMAP, __HAVE_SG, __HAVE_PCI_DMA):

Re: DRM regression in Linux 2.6.9-rc1-bk12

2004-09-15 Thread Dave Airlie
Thanks for this report, I'll look over the changes for pcigart this evening, I don't own a PCI radeon to test on... hopefully it's just something small in the reduced macro code... Dave. On Wed, 15 Sep 2004 22:59:43 -0400, Joseph Fannin [EMAIL PROTECTED] wrote: Hi! [ I suspect

Re: DRM regression in Linux 2.6.9-rc1-bk12

2004-09-15 Thread Jon Smirl
This should fix the problem = linux/drm_scatter.h 1.6 vs edited = --- 1.6/linux/drm_scatter.h Sun Sep 5 21:22:06 2004 +++ edited/linux/drm_scatter.h Thu Sep 16 01:11:13 2004 @@ -73,7 +73,7 @@ DRM_DEBUG( %s\n, __FUNCTION__ ); - if (drm_core_check_feature(dev,