Re: [PATCH] drm/radeon/kms: Add support for interrupts on r6xx/r7xx chips

2009-11-30 Thread Michel Dänzer
On Tue, 2009-12-01 at 08:03 +0100, Rafał Miłecki wrote: > 2009/12/1 Alex Deucher : > > On Mon, Nov 30, 2009 at 2:02 PM, Alex Deucher wrote: > >> This enables the use of interrupts on r6xx/r7xx hardware. Interrupts > >> are implemented via a ring buffer. The GPU adds interrupts vectors to > >> th

Re: [PATCH] drm/radeon/kms: Add support for interrupts on r6xx/r7xx chips

2009-11-30 Thread Rafał Miłecki
2009/12/1 Alex Deucher : > On Mon, Nov 30, 2009 at 2:02 PM, Alex Deucher wrote: >> This enables the use of interrupts on r6xx/r7xx hardware. Interrupts >> are implemented via a ring buffer.  The GPU adds interrupts vectors to >> the ring and the host reads them off in the interrupt handler.  The >

Re: [PATCH] drm/radeon/kms: Add support for interrupts on r6xx/r7xx chips

2009-11-30 Thread Dave Airlie
> > > This enables the use of interrupts on r6xx/r7xx hardware. Interrupts > > are implemented via a ring buffer. The GPU adds interrupts vectors to > > the ring and the host reads them off in the interrupt handler. The > > interrupt controller requires firmware like the CP. This firmware > > m

Re: [PATCH] drm/radeon/kms: Add support for interrupts on r6xx/r7xx chips

2009-11-30 Thread Dave Airlie
> This enables the use of interrupts on r6xx/r7xx hardware. Interrupts > are implemented via a ring buffer. The GPU adds interrupts vectors to > the ring and the host reads them off in the interrupt handler. The > interrupt controller requires firmware like the CP. This firmware > must be insta

Re: [PATCH] drm/radeon/kms: Add support for interrupts on r6xx/r7xx chips

2009-11-30 Thread Dave Airlie
> This enables the use of interrupts on r6xx/r7xx hardware. Interrupts > are implemented via a ring buffer. The GPU adds interrupts vectors to > the ring and the host reads them off in the interrupt handler. The > interrupt controller requires firmware like the CP. This firmware > must be insta

[PATCH] drm/radeon/kms: ignore unposted GPUs with no BIOS.

2009-11-30 Thread Dave Airlie
From: Dave Airlie If we find a GPU but we can't find its BIOS and it isn't posted, then ignore it. Signed-off-by: Dave Airlie --- drivers/gpu/drm/radeon/r100.c |6 ++ drivers/gpu/drm/radeon/r300.c |6 ++ drivers/gpu/drm/radeon/r420.c | 11 +++---

[PATCH] drm/radeon/kms: fix divide by 0 in clocks code

2009-11-30 Thread Dave Airlie
From: Dave Airlie If the chip isn't initialised properly this can happen. also fix return value in combios clocks function. Signed-off-by: Dave Airlie --- drivers/gpu/drm/radeon/radeon_clocks.c |4 drivers/gpu/drm/radeon/radeon_combios.c |2 +- 2 files changed, 5 insertions(+), 1

Re: [PATCH] drm/radeon/kms: Add support for interrupts on r6xx/r7xx chips

2009-11-30 Thread Alex Deucher
On Mon, Nov 30, 2009 at 2:02 PM, Alex Deucher wrote: > This enables the use of interrupts on r6xx/r7xx hardware. Interrupts > are implemented via a ring buffer.  The GPU adds interrupts vectors to > the ring and the host reads them off in the interrupt handler.  The > interrupt controller requires

Re: [PATCH] drm/radeon/kms: Add support for interrupts on r6xx/r7xx chips

2009-11-30 Thread Rafał Miłecki
2009/11/30 Alex Deucher : > This enables the use of interrupts on r6xx/r7xx hardware. Interrupts > are implemented via a ring buffer.  The GPU adds interrupts vectors to > the ring and the host reads them off in the interrupt handler.  The > interrupt controller requires firmware like the CP.  This

Re: [PATCH] radeon: Disable both CRTCs during mode switch

2009-11-30 Thread Jerome Glisse
On Mon, Nov 30, 2009 at 10:07:50PM +0100, Jerome Glisse wrote: > On Mon, Nov 30, 2009 at 09:15:44PM +0100, Pierre Ossman wrote: > > Reconfiguring one CRTC whilst another is running can cause a hang under > > some circumstances. Unfortunately we haven't pinpointed exactly what those > > circumstance

Re: [PATCH] radeon: Disable both CRTCs during mode switch

2009-11-30 Thread Jerome Glisse
On Mon, Nov 30, 2009 at 09:15:44PM +0100, Pierre Ossman wrote: > Reconfiguring one CRTC whilst another is running can cause a hang under > some circumstances. Unfortunately we haven't pinpointed exactly what those > circumstances are, so disable all CRTCs for every mode switch. > > Signed-off-by:

Re: [PATCH 1/4] drm/modes: Limit fallback modes to 60Hz

2009-11-30 Thread Jesse Barnes
On Mon, 23 Nov 2009 14:23:04 -0500 Adam Jackson wrote: > See also: http://bugzilla.redhat.com/514600 > > Signed-off-by: Adam Jackson > --- > drivers/gpu/drm/drm_edid.c |2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/d

[PATCH] radeon: Disable both CRTCs during mode switch

2009-11-30 Thread Pierre Ossman
Reconfiguring one CRTC whilst another is running can cause a hang under some circumstances. Unfortunately we haven't pinpointed exactly what those circumstances are, so disable all CRTCs for every mode switch. Signed-off-by: Pierre Ossman Acked-by: Alex Deucher --- diff --git a/drivers/gpu/drm/

[Bug 21501] Assertion `lvl->size > 0' failed.

2009-11-30 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=21501 --- Comment #21 from rem11_1...@yahoo.fr 2009-11-30 12:49:26 PST --- With your patch no more problem the games works. Thanks :) -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mai

Re: [BUG][BISECTED][RESENT] Ogre3d produces black screen on Intel 965GM

2009-11-30 Thread Eric Anholt
On Wed, 25 Nov 2009 22:38:30 +0100, Dariush Forouher wrote: > Hi everyone, > > applications using the ogre3d library (www.ogre3d.org) only show > black screens instead of fancy 3D graphics on current 2.6.32-rc8. > On 2.6.31 they worked fine. > > In the error case the kernel reports errors like

Re: [PATCH] drm/i915: Add intel implementation of the pageflip ioctl

2009-11-30 Thread Kristian Høgsberg
2009/11/19 Jesse Barnes : > Dave, here's an updated version that fixes the checkpatch warnings, removes a > stray line (the forced alignment hack) and fixes pre-965 support.  I have > some related followup patches, but I think this one is ready. > > Thanks, > Jesse > > -- > > From 2bec6039e7e6180a9

Re: [PATCH] drm/radeon/kms: Add support for interrupts on r6xx/r7xx chips

2009-11-30 Thread Rafał Miłecki
2009/11/30 Alex Deucher : > This enables the use of interrupts on r6xx/r7xx hardware. Interrupts > are implemented via a ring buffer.  The GPU adds interrupts vectors to > the ring and the host reads them off in the interrupt handler.  The > interrupt controller requires firmware like the CP.  This

[PATCH] drm/radeon/kms: Add support for interrupts on r6xx/r7xx chips

2009-11-30 Thread Alex Deucher
This enables the use of interrupts on r6xx/r7xx hardware. Interrupts are implemented via a ring buffer. The GPU adds interrupts vectors to the ring and the host reads them off in the interrupt handler. The interrupt controller requires firmware like the CP. This firmware must be installed and ac

[PATCH] Add interrupt controller firmware for r6xx/r7xx chips

2009-11-30 Thread Alex Deucher
These are the firmware files needed for the interrupt controller on r6xx/r7xx chips. Copy them to /lib/firmware/radeon/ to use interrupts on these chips. The license terms are listed in the attached file (LICENSE.radeon). These should probably go into the linux firmware tree. Alex R600_rlc.bi

[PATCH] drm/radeon/kms: fix LVDS setup on r4xx

2009-11-30 Thread Alex Deucher
>From 8753d58c4228deaefe5d19deef03f856489b76fd Mon Sep 17 00:00:00 2001 From: Alex Deucher Date: Mon, 30 Nov 2009 01:54:16 -0500 Subject: [PATCH] drm/radeon/kms: fix LVDS setup on r4xx R4xx mobility chips use atombios, which does not store the LVDS_GEN_CNTL parameter setup like combios. Rather,

Re: [PATCH 2/2] drm: use page flip event to signal flip completion

2009-11-30 Thread Kristian Høgsberg
2009/11/19 Jesse Barnes : > From fa621056b43d24ca97b61863c8566ac12696ce25 Mon Sep 17 00:00:00 2001 > From: Jesse Barnes > Date: Thu, 19 Nov 2009 10:25:46 -0800 > Subject: [PATCH 2/2] drm: use page flip event to signal flip completion > > We don't actually know which frame number the flip will comp

[PATCH] drm/radeon/kms: Disable agp only if we are dealing with an AGP GPU

2009-11-30 Thread Jerome Glisse
On IGP if you pass option agpmode=-1 you would overwrite the set_page function callback with improper function which endup in non functioning hw. This patch will disable agp when giving agpmode=-1 parameter only if we are dealing with an AGP GPU. Signed-off-by: Jerome Glisse --- drivers/gpu/drm/

[Bug 22852] [r300 KMS] modesetting not accepted by monitor

2009-11-30 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22852 --- Comment #11 from Alex Deucher 2009-11-30 07:47:36 PST --- (In reply to comment #9) > Thanks for the explanation. That would make sense if the flickering monitor > was > connected to VGA-0 (or I haven't understood you correctly). But the

[Bug 25354] Blender crashes on startup on Radeon 7500 (and 9000-9200)

2009-11-30 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25354 --- Comment #7 from Geir Ove Myhr 2009-11-30 07:44:14 PST --- (In reply to comment #6) > mistr's call trace looks a little different from Sami's, but at least they > both > crash in GPU_state_init(): Actually, the difference in the call tr

[Bug 25361] realloc(): invalid next size in cs_begin at radeon_cs_legacy.c

2009-11-30 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25361 --- Comment #4 from Christian Hartmann 2009-11-30 06:57:42 PST --- Created an attachment (id=31596) --> (http://bugs.freedesktop.org/attachment.cgi?id=31596) Xorg.0.log -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=

[Bug 25361] realloc(): invalid next size in cs_begin at radeon_cs_legacy.c

2009-11-30 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25361 Christian Hartmann changed: What|Removed |Added Alias|cornogle| Summary|realloc(): inva

[Bug 25361] realloc(): invalid next size in in cs_begin at radeon_cs_legacy.c

2009-11-30 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25361 --- Comment #2 from Christian Hartmann 2009-11-30 06:20:53 PST --- Created an attachment (id=31591) --> (http://bugs.freedesktop.org/attachment.cgi?id=31591) make.log of the todays build of xorg mesa/ati/xserver etc -- Configure bugmail:

[Bug 25361] realloc(): invalid next size in in cs_begin at radeon_cs_legacy.c

2009-11-30 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25361 --- Comment #1 from Christian Hartmann 2009-11-30 06:20:12 PST --- Created an attachment (id=31590) --> (http://bugs.freedesktop.org/attachment.cgi?id=31590) compiz.gdb -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=

[Bug 25361] New: realloc(): invalid next size in in cs_begin at radeon_cs_legacy.c

2009-11-30 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25361 Summary: realloc(): invalid next size in in cs_begin at radeon_cs_legacy.c Product: Mesa Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW

[Bug 25354] Blender crashes on startup on Radeon 7500 (and 9000-9200)

2009-11-30 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25354 --- Comment #6 from Geir Ove Myhr 2009-11-30 05:17:20 PST --- mistr's call trace looks a little different from Sami's, but at least they both crash in GPU_state_init(): Program received signal SIGSEGV, Segmentation fault. #0 0x001fcf8d in

[Bug 22852] [r300 KMS] modesetting not accepted by monitor

2009-11-30 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22852 --- Comment #10 from Julien Cristau 2009-11-30 05:12:00 PST --- On Mon, Nov 30, 2009 at 04:23:14 -0800, bugzilla-dae...@freedesktop.org wrote: > --- Comment #9 from Arno Schuring 2009-11-30 > 04:23:14 PST --- > (In reply to comment #8) >

RE: [Patch VIA UniChrome DRM][2/3 Ver2] Add interfaces for communication with V4L and DDMPEG

2009-11-30 Thread BruceChang
Hello Thomas: Thank you very much for your time and comment. Let me check our engineer to collect the information. Thanks and Best Regards = Bruce C. Chang(張祖明) VIA Technologies, Inc. Address: 1F, 531, Chung-Cheng Road, Hsin-Tien, 231 Taipei Tel

[Bug 22852] [r300 KMS] modesetting not accepted by monitor

2009-11-30 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22852 Arno Schuring changed: What|Removed |Added Priority|medium |low --- Comment #9 from Arno Schuring

[Bug 25357] glxpixmap showing "Direct Rendering:No" even though it is enabled.

2009-11-30 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25357 Michel Dänzer changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 25357] glxpixmap showing "Direct Rendering:No" even though it is enabled.

2009-11-30 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25357 --- Comment #3 from samit vats 2009-11-30 04:07:36 PST --- Created an attachment (id=31586) --> (http://bugs.freedesktop.org/attachment.cgi?id=31586) Xorg.log -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email -

[Bug 25357] glxpixmap showing "Direct Rendering:No" even though it is enabled.

2009-11-30 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25357 --- Comment #2 from samit vats 2009-11-30 04:07:17 PST --- Created an attachment (id=31585) --> (http://bugs.freedesktop.org/attachment.cgi?id=31585) glxinfo -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --

[Bug 25357] glxpixmap showing "Direct Rendering:No" even though it is enabled.

2009-11-30 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25357 --- Comment #1 from samit vats 2009-11-30 04:06:58 PST --- Created an attachment (id=31584) --> (http://bugs.freedesktop.org/attachment.cgi?id=31584) lspci -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ---

[Bug 25357] New: glxpixmap showing "Direct Rendering:No" even though it is enabled.

2009-11-30 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25357 Summary: glxpixmap showing "Direct Rendering:No" even though it is enabled. Product: Mesa Version: git Platform: x86 (IA32) OS/Version: other Status: NEW S

[Bug 25356] Segmentation fault occurs on running mesa/progs/xdemos manywin

2009-11-30 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25356 --- Comment #4 from samit vats 2009-11-30 03:14:08 PST --- Created an attachment (id=31581) --> (http://bugs.freedesktop.org/attachment.cgi?id=31581) Xorg.log -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email -

[Bug 25356] Segmentation fault occurs on running mesa/progs/xdemos manywin

2009-11-30 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25356 --- Comment #3 from samit vats 2009-11-30 03:13:49 PST --- Created an attachment (id=31580) --> (http://bugs.freedesktop.org/attachment.cgi?id=31580) glxinfo -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --

[Bug 25356] Segmentation fault occurs on running mesa/progs/xdemos manywin

2009-11-30 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25356 --- Comment #2 from samit vats 2009-11-30 03:13:32 PST --- Created an attachment (id=31579) --> (http://bugs.freedesktop.org/attachment.cgi?id=31579) lspci -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ---

[Bug 25356] Segmentation fault occurs on running mesa/progs/xdemos manywin

2009-11-30 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25356 --- Comment #1 from samit vats 2009-11-30 03:13:17 PST --- Created an attachment (id=31578) --> (http://bugs.freedesktop.org/attachment.cgi?id=31578) xorg.conf -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email

[Bug 25356] New: Segmentation fault occurs on running mesa/progs/xdemos manywin

2009-11-30 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25356 Summary: Segmentation fault occurs on running mesa/progs/xdemos manywin Product: Mesa Version: git Platform: x86 (IA32) OS/Version: other Status: NEW Seve

[Bug 25355] New: sauerbraten segfaults after 63c00c53a3019b801c5eee8a12f7862422f79f10

2009-11-30 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25355 Summary: sauerbraten segfaults after 63c00c53a3019b801c5eee8a12f7862422f79f10 Product: Mesa Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW

[Bug 25193] kwin corruption with 286bf89e5a1fc931dbf523ded861b809859485e2

2009-11-30 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25193 --- Comment #16 from Gavin Kinsey 2009-11-30 02:30:51 PST --- (In reply to comment #14) > Can you retry with current mesa_7_7_branch ? > This could be a similar issue of bug #25230. Problem still exists on mesa_7_7_branch HEAD, latest commi

[Bug 25193] kwin corruption with 286bf89e5a1fc931dbf523ded861b809859485e2

2009-11-30 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25193 Chi-Thanh Christopher Nguyen changed: What|Removed |Added CC||chith...@cs.tu-berlin.de

[Bug 25193] kwin corruption with 286bf89e5a1fc931dbf523ded861b809859485e2

2009-11-30 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25193 --- Comment #14 from Fabio 2009-11-30 00:41:38 PST --- Can you retry with current mesa_7_7_branch ? This could be a similar issue of bug #25230. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are rece