[Bug 3294] i830 bug when loaded without intel-agp

2004-08-28 Thread bugme-daemon
http://bugme.osdl.org/show_bug.cgi?id=3294 --- Additional Comments From [EMAIL PROTECTED] 2004-08-28 23:51 --- this is due to the class stuff that was added incorrectly, we have proper code in DRM cvs but it needs a blessing from the kernel... --- You are receiving this mail beca

[Bug 1227] dristat.c patch - build fixes, help text

2004-08-28 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=1227 --- Additional Comments From [EMAIL PROTECTED] 2004-08-28 22:29 --- Created an

[Bug 1227] New: dristat.c patch - build fixes, help text

2004-08-28 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=1227 Summary: dristat.c patch - build fixes, help text Product: DRI

Re: Kernel oops after drmfntbl-0-0-2-20040824-merge

2004-08-28 Thread Jon Smirl
I can't reproduce this, but I think I found the bug from inspection. In the vesafb detection code a pointer wasn't set to NULL correctly. I checked a fix into CVS. Let me know if that didn't fix it. --- Thomas Hellstrom <[EMAIL PROTECTED]> wrote: > Jon Smirl wrote: > >What is the stack trace? >

Re: Kernel oops after drmfntbl-0-0-2-20040824-merge

2004-08-28 Thread Jon Smirl
I'm just starting to look at the bug, but the code involved has been rewritten in a patch that isn't checked in yet. You might want to give the new code a try. = Jon Smirl [EMAIL PROTECTED] __ Do you Yahoo!? Yahoo! Mail is new and improved - C

Re: Unichrome DRM ring buffer patch

2004-08-28 Thread Thomas Hellström
Erdi Chen wrote: Thomas Hellström wrote: Thomas Hellström wrote: Also, The irq enable IOCTL returns an error with your patch applied. Not before. The via specific IRQ setup routines are never called. Could you have a look into this? /Thomas You need to call drmVIAInitMAP/DRM_IOCTL_VIA_MAP_INIT

Re: Unichrome DRM ring buffer patch

2004-08-28 Thread Erdi Chen
Thomas Hellström wrote: Thomas Hellström wrote: Also, The irq enable IOCTL returns an error with your patch applied. Not before. The via specific IRQ setup routines are never called. Could you have a look into this? /Thomas You need to call drmVIAInitMAP/DRM_IOCTL_VIA_MAP_INIT to setup dev->dev_pr

[Bug 3294] New: i830 bug when loaded without intel-agp

2004-08-28 Thread bugme-daemon
http://bugme.osdl.org/show_bug.cgi?id=3294 Summary: i830 bug when loaded without intel-agp Kernel Version: 2.6.8 Status: NEW Severity: normal Owner: [EMAIL PROTECTED] Submitter: [EMAIL PROTECTED] hello, when I forgot to load intel-agp an

Re: New S3TC version needed ;-)

2004-08-28 Thread Roland Scheidegger
Dieter NÃtzel wrote: Only some rejections in src/mesa/main/texcompress_s3tc.c I'll fix it, but you have to wait at least another full week. Roland --- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer too

Re: Kernel oops after drmfntbl-0-0-2-20040824-merge

2004-08-28 Thread Thomas Hellstrom
Jon Smirl wrote: What is the stack trace? [drm] Debug messages ON PCI: Unable to reserve mem region #1:[EMAIL PROTECTED] for device :01:00.0 PCI: Unable to reserve mem region #1:[EMAIL PROTECTED] for device :01:00.0 [drm:drm_probe] [drm:viadrv_ctxbitmap_next] drm_ctxbitmap_next bit :

Re: Kernel oops after drmfntbl-0-0-2-20040824-merge

2004-08-28 Thread Jon Smirl
What is the stack trace from the dmesg log? Turning on debugging helps too: insmod ./radeon.ko drm_opts=debug:on --- Thomas Hellstrom <[EMAIL PROTECTED]> wrote: > Hi! > > Hope you don't get too many of these messages. The list software > seems > to be in a duplicating mode :-). > > > After r

Kernel oops after drmfntbl-0-0-2-20040824-merge

2004-08-28 Thread Thomas Hellstrom
Hi! Hope you don't get too many of these messages. The list software seems to be in a duplicating mode :-). After running latest drm cvs, killing the X server, rmmoding drm, and then modprobing drm again I get a kernel oops and modprobe segfaults. This is with the via module and it is not pres

Bad test in IRQ Control IOCTL?

2004-08-28 Thread Thomas Hellstrom
Hi! The following lines are in the IRQ Control IOCTL: /* if we haven't dma then no need for this control */ if (!(dev->driver_features & DRIVER_HAVE_DMA)) return -EINVAL; Shouldn't this be DRIVER_HAVE_IRQ ? BTW, sorry Erdi for attributing this to your patch. /Thomas -

[Bug 1220] Garbage screen after resume from suspend to disk

2004-08-28 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=1220 --- Additional Comments From [EMAIL PROTECTED] 2004-08-28 10:00 --- Do you swit

[Bug 1195] (EE) I810(0): [dri] DRIScreenInit failed. Disabling DRI.

2004-08-28 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=1195 [EMAIL PROTECTED] changed: What|Removed |Added

[Bug 1220] New: Garbage screen after resume from suspend to disk

2004-08-28 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=1220 Summary: Garbage screen after resume from suspend to disk Product: DRI

Re: 2.4.8.1+P6: radeon, dri & xruns

2004-08-28 Thread Ingo Molnar
* Fernando Pablo Lopez-Lezcano <[EMAIL PROTECTED]> wrote: > Once I boot I can get, for example, two instances of glxgears happily > going on at once. But if I start jack with realtime priority from > within qjackctl I get a hard lock very soon, the machine does not even > react to the sysrq magic

Re: Unichrome DRM ring buffer patch

2004-08-28 Thread Thomas Hellström
> Thomas Hellström wrote: > >> >> Also, The irq enable IOCTL returns an error with your patch applied. Not >> before. The via specific IRQ setup routines are never called. Could you >> have a look into this? >> >> /Thomas >> > > You need to call drmVIAInitMAP/DRM_IOCTL_VIA_MAP_INIT to setup > dev->

Re: Unichrome DRM ring buffer patch

2004-08-28 Thread Erdi Chen
Thomas Hellström wrote: Also, The irq enable IOCTL returns an error with your patch applied. Not before. The via specific IRQ setup routines are never called. Could you have a look into this? /Thomas You need to call drmVIAInitMAP/DRM_IOCTL_VIA_MAP_INIT to setup dev->dev_priv before you can ins