[Bug 24818] shadowtex demo doesn't work on rs780

2010-08-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=24818 --- Comment #9 from Török Edwin 2010-08-29 02:03:16 PDT --- Good news, r600g doesn't have this bug! Just tested mesa git c48ae0b6eddc71831ea0ea480a0177523ae6ee76, and shadowtex looked fine. Would it be possible/worth finding out what is r600c d

Re: i915: 2.6.36-rc2 wrong resolution on gdm start

2010-08-29 Thread Pekka Enberg
Hi all, On Tue, Aug 24, 2010 at 12:12 PM, Ivan Bulatovic wrote: > Thanks for the confirmation Pekka. I've managed to change the resolution > but gdm always starts with 1024x768 and upon login it gets 1280x1024, > and sometimes the mouse pointer go out of bounds to the right edge of > the screen b

Re: [PROBLEM] i915/drm: Insufficient FIFO for plane

2010-08-29 Thread Pekka Enberg
On Thu, Aug 26, 2010 at 9:27 PM, Maciej Rutecki wrote: > On niedziela, 22 sierpnia 2010 o 17:26:19 Pekka Enberg wrote: >> Hi, >> >> I'm seeing tons of these error messages with current Linus' git: >> >> [   95.941618] [drm:intel_calculate_wm] *ERROR* Insufficient FIFO for >> plane, expect flickeri

[Bug 29867] New: gallium r300g r600g broken shadows

2010-08-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29867 Summary: gallium r300g r600g broken shadows Product: Mesa Version: git Platform: x86-64 (AMD64) URL: http://fiesta-online.gamigo.de/ OS/Version: Linux (All) Status: NEW

[Bug 29867] gallium r300g r600g broken shadows

2010-08-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29867 --- Comment #1 from Michal Suchanek 2010-08-29 05:03:21 PDT --- Forgot the version: ii libgl1-mesa-dri 7.9.0~git20100827+gallium+r300.fa2deb3d-0ubuntu0tormodA free implement

Re: i915: 2.6.36-rc2 wrong resolution on gdm start

2010-08-29 Thread Maciej Rutecki
On wtorek, 24 sierpnia 2010 o 03:00:55 Ivan Bulatovic wrote: > While in init3, resolution is native, KMS works fine, no problems at > all. As soon as gdm starts it seems that TV1 output is recognized as > connected even if it isn't so resolution on VGA output is degraded from > native 1280x1024 to

[Bug 29787] random XRandR failures (i2c related?)

2010-08-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29787 --- Comment #3 from Arno Schuring 2010-08-29 09:48:48 PDT --- Created an attachment (id=38265) View: https://bugs.freedesktop.org/attachment.cgi?id=38265 Review: https://bugs.freedesktop.org/review?bug=29787&attachment=38265 re-spun patch of

[Bug 29787] random XRandR failures (i2c related?)

2010-08-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29787 --- Comment #4 from Arno Schuring 2010-08-29 09:54:01 PDT --- Created an attachment (id=38266) --> (https://bugs.freedesktop.org/attachment.cgi?id=38266) dmesg -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ---

[Bug 28402] Kernel 2.6.34 freezes randomly

2010-08-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28402 --- Comment #14 from Da Fox 2010-08-29 13:39:23 PDT --- (In reply to comment #13) > This may be related to connector polling. Does the patch to disable polling > in bug 29389 help? I'm sorry to report that it does not. I applied the patch, b

[Bug 24818] shadowtex demo doesn't work on rs780

2010-08-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=24818 --- Comment #10 from Alex Deucher 2010-08-29 14:22:07 PDT --- Only D16 and D32 depth formats can be blitted from directly with Z compression disabled. D24 and D24S8 formats require a special blit to a new buffer, and then you can use the new buf

[Bug 29834] System freeze upon X startup with KMS enabled (RV730)

2010-08-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29834 --- Comment #5 from Alex Deucher 2010-08-29 14:38:19 PDT --- Verified in https://bugzilla.kernel.org/show_bug.cgi?id=17201 -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: -

[Bug 29787] random XRandR failures (i2c related?)

2010-08-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29787 --- Comment #5 from Alex Deucher 2010-08-29 14:48:24 PDT --- drm.poll=0 -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. __

Re: [PROBLEM] i915/drm: Insufficient FIFO for plane

2010-08-29 Thread Sitsofe Wheeler
On Sun, Aug 29, 2010 at 02:32:41PM +0300, Pekka Enberg wrote: > > The "insufficient FIFO for plane" problem seems to have gone away with > latest Linus' git. I suppose commit > 9559fcdbff4f93d29af04478bbc48294519424f5 ("drm/i915: fix vblank wait > test condition") fixed it although I don't see any

Re: i915: 2.6.36-rc2 wrong resolution on gdm start

2010-08-29 Thread Sitsofe Wheeler
On Sun, Aug 29, 2010 at 02:29:32PM +0300, Pekka Enberg wrote: > > I'm still seeing wrong resolution with my i915 Macbook with latest > Linus' git. Is there a fix in the pipeline or should we start looking > for a commit to revert? As a slab maintainer, I'm supposed to be able > to work with -rc ke

[PATCH] Couple of sparse warning fixes in drivers/gpu/drm/radeon

2010-08-29 Thread Dr. David Alan Gilbert
Hi, This patch fixes a few warnings found with sparse; it should have no functional change. The change in radeon_cs.c just removes a variable that was being assigned but never used, along the way causing a warning. The change in radeon_kms.c adds a couple of __user qualifiers that cleans up so

2.6.36-rc3: Reported regressions 2.6.34 -> 2.6.35

2010-08-29 Thread Rafael J. Wysocki
This message contains a list of some post-2.6.34 regressions introduced before 2.6.35, for which there are no fixes in the mainline known to the tracking team. If any of them have been fixed already, please let us know. If you know of any other unresolved post-2.6.34 regressions, please let us kno

2.6.36-rc3: Reported regressions from 2.6.35

2010-08-29 Thread Rafael J. Wysocki
This message contains a list of some regressions from 2.6.35, for which there are no fixes in the mainline known to the tracking team. If any of them have been fixed already, please let us know. If you know of any other unresolved regressions from 2.6.35, please let us know either and we'll add th

Re: Linux 2.6.36-rc3

2010-08-29 Thread Borislav Petkov
From: Jean-Denis Girard Date: Sun, Aug 29, 2010 at 10:40:47PM + > CC drivers/gpu/drm/i915/intel_overlay.o > drivers/gpu/drm/i915/intel_overlay.c: In function > ‘intel_overlay_print_error_state’: > drivers/gpu/drm/i915/intel_overlay.c:1467: erreur: implicit declaration > of function ‘

[Bug 24818] shadowtex demo doesn't work on rs780

2010-08-29 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=24818 --- Comment #9 from T?r?k Edwin 2010-08-29 02:03:16 PDT --- Good news, r600g doesn't have this bug! Just tested mesa git c48ae0b6eddc71831ea0ea480a0177523ae6ee76, and shadowtex looked fine. Would it be possible/worth finding out what is r600c d

i915: 2.6.36-rc2 wrong resolution on gdm start

2010-08-29 Thread Pekka Enberg
Hi all, On Tue, Aug 24, 2010 at 12:12 PM, Ivan Bulatovic wrote: > Thanks for the confirmation Pekka. I've managed to change the resolution > but gdm always starts with 1024x768 and upon login it gets 1280x1024, > and sometimes the mouse pointer go out of bounds to the right edge of > the screen b

[PROBLEM] i915/drm: Insufficient FIFO for plane

2010-08-29 Thread Pekka Enberg
On Thu, Aug 26, 2010 at 9:27 PM, Maciej Rutecki wrote: > On niedziela, 22 sierpnia 2010 o 17:26:19 Pekka Enberg wrote: >> Hi, >> >> I'm seeing tons of these error messages with current Linus' git: >> >> [ ? 95.941618] [drm:intel_calculate_wm] *ERROR* Insufficient FIFO for >> plane, expect flickeri

[Bug 29867] New: gallium r300g r600g broken shadows

2010-08-29 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29867 Summary: gallium r300g r600g broken shadows Product: Mesa Version: git Platform: x86-64 (AMD64) URL: http://fiesta-online.gamigo.de/ OS/Version: Linux (All) Status: NEW

[Bug 29867] gallium r300g r600g broken shadows

2010-08-29 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29867 --- Comment #1 from Michal Suchanek 2010-08-29 05:03:21 PDT --- Forgot the version: ii libgl1-mesa-dri 7.9.0~git20100827+gallium+r300.fa2deb3d-0ubuntu0tormodA free implement

i915: 2.6.36-rc2 wrong resolution on gdm start

2010-08-29 Thread Maciej Rutecki
On wtorek, 24 sierpnia 2010 o 03:00:55 Ivan Bulatovic wrote: > While in init3, resolution is native, KMS works fine, no problems at > all. As soon as gdm starts it seems that TV1 output is recognized as > connected even if it isn't so resolution on VGA output is degraded from > native 1280x1024 to

[Bug 29787] random XRandR failures (i2c related?)

2010-08-29 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29787 --- Comment #3 from Arno Schuring 2010-08-29 09:48:48 PDT --- Created an attachment (id=38265) View: https://bugs.freedesktop.org/attachment.cgi?id=38265 Review: https://bugs.freedesktop.org/review?bug=29787&attachment=38265 re-spun patch of

[Bug 29787] random XRandR failures (i2c related?)

2010-08-29 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29787 --- Comment #4 from Arno Schuring 2010-08-29 09:54:01 PDT --- Created an attachment (id=38266) --> (https://bugs.freedesktop.org/attachment.cgi?id=38266) dmesg -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ---

[Bug 28402] Kernel 2.6.34 freezes randomly

2010-08-29 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28402 --- Comment #14 from Da Fox 2010-08-29 13:39:23 PDT --- (In reply to comment #13) > This may be related to connector polling. Does the patch to disable polling > in bug 29389 help? I'm sorry to report that it does not. I applied the patch, b

[Bug 24818] shadowtex demo doesn't work on rs780

2010-08-29 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=24818 --- Comment #10 from Alex Deucher 2010-08-29 14:22:07 PDT --- Only D16 and D32 depth formats can be blitted from directly with Z compression disabled. D24 and D24S8 formats require a special blit to a new buffer, and then you can use the new bu

[Bug 29834] System freeze upon X startup with KMS enabled (RV730)

2010-08-29 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29834 --- Comment #5 from Alex Deucher 2010-08-29 14:38:19 PDT --- Verified in https://bugzilla.kernel.org/show_bug.cgi?id=17201 -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because:

[Bug 29787] random XRandR failures (i2c related?)

2010-08-29 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29787 --- Comment #5 from Alex Deucher 2010-08-29 14:48:24 PDT --- drm.poll=0 -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug.

[PROBLEM] i915/drm: Insufficient FIFO for plane

2010-08-29 Thread Sitsofe Wheeler
On Sun, Aug 29, 2010 at 02:32:41PM +0300, Pekka Enberg wrote: > > The "insufficient FIFO for plane" problem seems to have gone away with > latest Linus' git. I suppose commit > 9559fcdbff4f93d29af04478bbc48294519424f5 ("drm/i915: fix vblank wait > test condition") fixed it although I don't see any

i915: 2.6.36-rc2 wrong resolution on gdm start

2010-08-29 Thread Sitsofe Wheeler
On Sun, Aug 29, 2010 at 02:29:32PM +0300, Pekka Enberg wrote: > > I'm still seeing wrong resolution with my i915 Macbook with latest > Linus' git. Is there a fix in the pipeline or should we start looking > for a commit to revert? As a slab maintainer, I'm supposed to be able > to work with -rc ke

[PATCH] Couple of sparse warning fixes in drivers/gpu/drm/radeon

2010-08-29 Thread Dr. David Alan Gilbert
Hi, This patch fixes a few warnings found with sparse; it should have no functional change. The change in radeon_cs.c just removes a variable that was being assigned but never used, along the way causing a warning. The change in radeon_kms.c adds a couple of __user qualifiers that cleans up so

[Bug 24818] shadowtex demo doesn't work on rs780

2010-08-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=24818 --- Comment #9 from Török Edwin 2010-08-29 02:03:16 PDT --- Good news, r600g doesn't have this bug! Just tested mesa git c48ae0b6eddc71831ea0ea480a0177523ae6ee76, and shadowtex looked fine. Would it be possible/worth finding out what is r600c d

Re: i915: 2.6.36-rc2 wrong resolution on gdm start

2010-08-29 Thread Pekka Enberg
Hi all, On Tue, Aug 24, 2010 at 12:12 PM, Ivan Bulatovic wrote: > Thanks for the confirmation Pekka. I've managed to change the resolution > but gdm always starts with 1024x768 and upon login it gets 1280x1024, > and sometimes the mouse pointer go out of bounds to the right edge of > the screen b

Re: [PROBLEM] i915/drm: Insufficient FIFO for plane

2010-08-29 Thread Pekka Enberg
On Thu, Aug 26, 2010 at 9:27 PM, Maciej Rutecki wrote: > On niedziela, 22 sierpnia 2010 o 17:26:19 Pekka Enberg wrote: >> Hi, >> >> I'm seeing tons of these error messages with current Linus' git: >> >> [   95.941618] [drm:intel_calculate_wm] *ERROR* Insufficient FIFO for >> plane, expect flickeri

[Bug 29867] New: gallium r300g r600g broken shadows

2010-08-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29867 Summary: gallium r300g r600g broken shadows Product: Mesa Version: git Platform: x86-64 (AMD64) URL: http://fiesta-online.gamigo.de/ OS/Version: Linux (All) Status: NEW

[Bug 29867] gallium r300g r600g broken shadows

2010-08-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29867 --- Comment #1 from Michal Suchanek 2010-08-29 05:03:21 PDT --- Forgot the version: ii libgl1-mesa-dri 7.9.0~git20100827+gallium+r300.fa2deb3d-0ubuntu0tormodA free implement

Re: i915: 2.6.36-rc2 wrong resolution on gdm start

2010-08-29 Thread Maciej Rutecki
On wtorek, 24 sierpnia 2010 o 03:00:55 Ivan Bulatovic wrote: > While in init3, resolution is native, KMS works fine, no problems at > all. As soon as gdm starts it seems that TV1 output is recognized as > connected even if it isn't so resolution on VGA output is degraded from > native 1280x1024 to

[Bug 29787] random XRandR failures (i2c related?)

2010-08-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29787 --- Comment #3 from Arno Schuring 2010-08-29 09:48:48 PDT --- Created an attachment (id=38265) View: https://bugs.freedesktop.org/attachment.cgi?id=38265 Review: https://bugs.freedesktop.org/review?bug=29787&attachment=38265 re-spun patch of

[Bug 29787] random XRandR failures (i2c related?)

2010-08-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29787 --- Comment #4 from Arno Schuring 2010-08-29 09:54:01 PDT --- Created an attachment (id=38266) --> (https://bugs.freedesktop.org/attachment.cgi?id=38266) dmesg -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ---

[Bug 28402] Kernel 2.6.34 freezes randomly

2010-08-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28402 --- Comment #14 from Da Fox 2010-08-29 13:39:23 PDT --- (In reply to comment #13) > This may be related to connector polling. Does the patch to disable polling > in bug 29389 help? I'm sorry to report that it does not. I applied the patch, b

[Bug 24818] shadowtex demo doesn't work on rs780

2010-08-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=24818 --- Comment #10 from Alex Deucher 2010-08-29 14:22:07 PDT --- Only D16 and D32 depth formats can be blitted from directly with Z compression disabled. D24 and D24S8 formats require a special blit to a new buffer, and then you can use the new buf

[Bug 29834] System freeze upon X startup with KMS enabled (RV730)

2010-08-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29834 --- Comment #5 from Alex Deucher 2010-08-29 14:38:19 PDT --- Verified in https://bugzilla.kernel.org/show_bug.cgi?id=17201 -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: -

[Bug 29787] random XRandR failures (i2c related?)

2010-08-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29787 --- Comment #5 from Alex Deucher 2010-08-29 14:48:24 PDT --- drm.poll=0 -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. __

Re: [PROBLEM] i915/drm: Insufficient FIFO for plane

2010-08-29 Thread Sitsofe Wheeler
On Sun, Aug 29, 2010 at 02:32:41PM +0300, Pekka Enberg wrote: > > The "insufficient FIFO for plane" problem seems to have gone away with > latest Linus' git. I suppose commit > 9559fcdbff4f93d29af04478bbc48294519424f5 ("drm/i915: fix vblank wait > test condition") fixed it although I don't see any

Re: i915: 2.6.36-rc2 wrong resolution on gdm start

2010-08-29 Thread Sitsofe Wheeler
On Sun, Aug 29, 2010 at 02:29:32PM +0300, Pekka Enberg wrote: > > I'm still seeing wrong resolution with my i915 Macbook with latest > Linus' git. Is there a fix in the pipeline or should we start looking > for a commit to revert? As a slab maintainer, I'm supposed to be able > to work with -rc ke

[PATCH] Couple of sparse warning fixes in drivers/gpu/drm/radeon

2010-08-29 Thread Dr. David Alan Gilbert
Hi, This patch fixes a few warnings found with sparse; it should have no functional change. The change in radeon_cs.c just removes a variable that was being assigned but never used, along the way causing a warning. The change in radeon_kms.c adds a couple of __user qualifiers that cleans up so

2.6.36-rc3: Reported regressions 2.6.34 -> 2.6.35

2010-08-29 Thread Rafael J. Wysocki
This message contains a list of some post-2.6.34 regressions introduced before 2.6.35, for which there are no fixes in the mainline known to the tracking team. If any of them have been fixed already, please let us know. If you know of any other unresolved post-2.6.34 regressions, please let us kno

2.6.36-rc3: Reported regressions from 2.6.35

2010-08-29 Thread Rafael J. Wysocki
This message contains a list of some regressions from 2.6.35, for which there are no fixes in the mainline known to the tracking team. If any of them have been fixed already, please let us know. If you know of any other unresolved regressions from 2.6.35, please let us know either and we'll add th

Re: Linux 2.6.36-rc3

2010-08-29 Thread Borislav Petkov
From: Jean-Denis Girard Date: Sun, Aug 29, 2010 at 10:40:47PM + > CC drivers/gpu/drm/i915/intel_overlay.o > drivers/gpu/drm/i915/intel_overlay.c: In function > ‘intel_overlay_print_error_state’: > drivers/gpu/drm/i915/intel_overlay.c:1467: erreur: implicit declaration > of function ‘

[Bug 24818] shadowtex demo doesn't work on rs780

2010-08-29 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=24818 --- Comment #9 from T?r?k Edwin 2010-08-29 02:03:16 PDT --- Good news, r600g doesn't have this bug! Just tested mesa git c48ae0b6eddc71831ea0ea480a0177523ae6ee76, and shadowtex looked fine. Would it be possible/worth finding out what is r600c d

i915: 2.6.36-rc2 wrong resolution on gdm start

2010-08-29 Thread Pekka Enberg
Hi all, On Tue, Aug 24, 2010 at 12:12 PM, Ivan Bulatovic wrote: > Thanks for the confirmation Pekka. I've managed to change the resolution > but gdm always starts with 1024x768 and upon login it gets 1280x1024, > and sometimes the mouse pointer go out of bounds to the right edge of > the screen b

[PROBLEM] i915/drm: Insufficient FIFO for plane

2010-08-29 Thread Pekka Enberg
On Thu, Aug 26, 2010 at 9:27 PM, Maciej Rutecki wrote: > On niedziela, 22 sierpnia 2010 o 17:26:19 Pekka Enberg wrote: >> Hi, >> >> I'm seeing tons of these error messages with current Linus' git: >> >> [ ? 95.941618] [drm:intel_calculate_wm] *ERROR* Insufficient FIFO for >> plane, expect flickeri

[Bug 29867] New: gallium r300g r600g broken shadows

2010-08-29 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29867 Summary: gallium r300g r600g broken shadows Product: Mesa Version: git Platform: x86-64 (AMD64) URL: http://fiesta-online.gamigo.de/ OS/Version: Linux (All) Status: NEW

[Bug 29867] gallium r300g r600g broken shadows

2010-08-29 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29867 --- Comment #1 from Michal Suchanek 2010-08-29 05:03:21 PDT --- Forgot the version: ii libgl1-mesa-dri 7.9.0~git20100827+gallium+r300.fa2deb3d-0ubuntu0tormodA free implement

i915: 2.6.36-rc2 wrong resolution on gdm start

2010-08-29 Thread Maciej Rutecki
On wtorek, 24 sierpnia 2010 o 03:00:55 Ivan Bulatovic wrote: > While in init3, resolution is native, KMS works fine, no problems at > all. As soon as gdm starts it seems that TV1 output is recognized as > connected even if it isn't so resolution on VGA output is degraded from > native 1280x1024 to

[Bug 29787] random XRandR failures (i2c related?)

2010-08-29 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29787 --- Comment #3 from Arno Schuring 2010-08-29 09:48:48 PDT --- Created an attachment (id=38265) View: https://bugs.freedesktop.org/attachment.cgi?id=38265 Review: https://bugs.freedesktop.org/review?bug=29787&attachment=38265 re-spun patch of

[Bug 29787] random XRandR failures (i2c related?)

2010-08-29 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29787 --- Comment #4 from Arno Schuring 2010-08-29 09:54:01 PDT --- Created an attachment (id=38266) --> (https://bugs.freedesktop.org/attachment.cgi?id=38266) dmesg -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ---

[Bug 28402] Kernel 2.6.34 freezes randomly

2010-08-29 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28402 --- Comment #14 from Da Fox 2010-08-29 13:39:23 PDT --- (In reply to comment #13) > This may be related to connector polling. Does the patch to disable polling > in bug 29389 help? I'm sorry to report that it does not. I applied the patch, b

[Bug 24818] shadowtex demo doesn't work on rs780

2010-08-29 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=24818 --- Comment #10 from Alex Deucher 2010-08-29 14:22:07 PDT --- Only D16 and D32 depth formats can be blitted from directly with Z compression disabled. D24 and D24S8 formats require a special blit to a new buffer, and then you can use the new bu

[Bug 29834] System freeze upon X startup with KMS enabled (RV730)

2010-08-29 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29834 --- Comment #5 from Alex Deucher 2010-08-29 14:38:19 PDT --- Verified in https://bugzilla.kernel.org/show_bug.cgi?id=17201 -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because:

[Bug 29787] random XRandR failures (i2c related?)

2010-08-29 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29787 --- Comment #5 from Alex Deucher 2010-08-29 14:48:24 PDT --- drm.poll=0 -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug.

[PROBLEM] i915/drm: Insufficient FIFO for plane

2010-08-29 Thread Sitsofe Wheeler
On Sun, Aug 29, 2010 at 02:32:41PM +0300, Pekka Enberg wrote: > > The "insufficient FIFO for plane" problem seems to have gone away with > latest Linus' git. I suppose commit > 9559fcdbff4f93d29af04478bbc48294519424f5 ("drm/i915: fix vblank wait > test condition") fixed it although I don't see any

i915: 2.6.36-rc2 wrong resolution on gdm start

2010-08-29 Thread Sitsofe Wheeler
On Sun, Aug 29, 2010 at 02:29:32PM +0300, Pekka Enberg wrote: > > I'm still seeing wrong resolution with my i915 Macbook with latest > Linus' git. Is there a fix in the pipeline or should we start looking > for a commit to revert? As a slab maintainer, I'm supposed to be able > to work with -rc ke

[PATCH] Couple of sparse warning fixes in drivers/gpu/drm/radeon

2010-08-29 Thread Dr. David Alan Gilbert
Hi, This patch fixes a few warnings found with sparse; it should have no functional change. The change in radeon_cs.c just removes a variable that was being assigned but never used, along the way causing a warning. The change in radeon_kms.c adds a couple of __user qualifiers that cleans up so

[Bug 24818] shadowtex demo doesn't work on rs780

2010-08-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=24818 --- Comment #9 from Török Edwin 2010-08-29 02:03:16 PDT --- Good news, r600g doesn't have this bug! Just tested mesa git c48ae0b6eddc71831ea0ea480a0177523ae6ee76, and shadowtex looked fine. Would it be possible/worth finding out what is r600c d

Re: i915: 2.6.36-rc2 wrong resolution on gdm start

2010-08-29 Thread Pekka Enberg
Hi all, On Tue, Aug 24, 2010 at 12:12 PM, Ivan Bulatovic wrote: > Thanks for the confirmation Pekka. I've managed to change the resolution > but gdm always starts with 1024x768 and upon login it gets 1280x1024, > and sometimes the mouse pointer go out of bounds to the right edge of > the screen b

Re: [PROBLEM] i915/drm: Insufficient FIFO for plane

2010-08-29 Thread Pekka Enberg
On Thu, Aug 26, 2010 at 9:27 PM, Maciej Rutecki wrote: > On niedziela, 22 sierpnia 2010 o 17:26:19 Pekka Enberg wrote: >> Hi, >> >> I'm seeing tons of these error messages with current Linus' git: >> >> [   95.941618] [drm:intel_calculate_wm] *ERROR* Insufficient FIFO for >> plane, expect flickeri

[Bug 29867] New: gallium r300g r600g broken shadows

2010-08-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29867 Summary: gallium r300g r600g broken shadows Product: Mesa Version: git Platform: x86-64 (AMD64) URL: http://fiesta-online.gamigo.de/ OS/Version: Linux (All) Status: NEW

[Bug 29867] gallium r300g r600g broken shadows

2010-08-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29867 --- Comment #1 from Michal Suchanek 2010-08-29 05:03:21 PDT --- Forgot the version: ii libgl1-mesa-dri 7.9.0~git20100827+gallium+r300.fa2deb3d-0ubuntu0tormodA free implement

Re: i915: 2.6.36-rc2 wrong resolution on gdm start

2010-08-29 Thread Maciej Rutecki
On wtorek, 24 sierpnia 2010 o 03:00:55 Ivan Bulatovic wrote: > While in init3, resolution is native, KMS works fine, no problems at > all. As soon as gdm starts it seems that TV1 output is recognized as > connected even if it isn't so resolution on VGA output is degraded from > native 1280x1024 to

[Bug 29787] random XRandR failures (i2c related?)

2010-08-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29787 --- Comment #3 from Arno Schuring 2010-08-29 09:48:48 PDT --- Created an attachment (id=38265) View: https://bugs.freedesktop.org/attachment.cgi?id=38265 Review: https://bugs.freedesktop.org/review?bug=29787&attachment=38265 re-spun patch of

[Bug 29787] random XRandR failures (i2c related?)

2010-08-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29787 --- Comment #4 from Arno Schuring 2010-08-29 09:54:01 PDT --- Created an attachment (id=38266) --> (https://bugs.freedesktop.org/attachment.cgi?id=38266) dmesg -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ---

[Bug 28402] Kernel 2.6.34 freezes randomly

2010-08-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28402 --- Comment #14 from Da Fox 2010-08-29 13:39:23 PDT --- (In reply to comment #13) > This may be related to connector polling. Does the patch to disable polling > in bug 29389 help? I'm sorry to report that it does not. I applied the patch, b

[Bug 24818] shadowtex demo doesn't work on rs780

2010-08-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=24818 --- Comment #10 from Alex Deucher 2010-08-29 14:22:07 PDT --- Only D16 and D32 depth formats can be blitted from directly with Z compression disabled. D24 and D24S8 formats require a special blit to a new buffer, and then you can use the new buf

[Bug 29834] System freeze upon X startup with KMS enabled (RV730)

2010-08-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29834 --- Comment #5 from Alex Deucher 2010-08-29 14:38:19 PDT --- Verified in https://bugzilla.kernel.org/show_bug.cgi?id=17201 -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: -

[Bug 29787] random XRandR failures (i2c related?)

2010-08-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29787 --- Comment #5 from Alex Deucher 2010-08-29 14:48:24 PDT --- drm.poll=0 -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. __

Re: [PROBLEM] i915/drm: Insufficient FIFO for plane

2010-08-29 Thread Sitsofe Wheeler
On Sun, Aug 29, 2010 at 02:32:41PM +0300, Pekka Enberg wrote: > > The "insufficient FIFO for plane" problem seems to have gone away with > latest Linus' git. I suppose commit > 9559fcdbff4f93d29af04478bbc48294519424f5 ("drm/i915: fix vblank wait > test condition") fixed it although I don't see any

Re: i915: 2.6.36-rc2 wrong resolution on gdm start

2010-08-29 Thread Sitsofe Wheeler
On Sun, Aug 29, 2010 at 02:29:32PM +0300, Pekka Enberg wrote: > > I'm still seeing wrong resolution with my i915 Macbook with latest > Linus' git. Is there a fix in the pipeline or should we start looking > for a commit to revert? As a slab maintainer, I'm supposed to be able > to work with -rc ke

[PATCH] Couple of sparse warning fixes in drivers/gpu/drm/radeon

2010-08-29 Thread Dr. David Alan Gilbert
Hi, This patch fixes a few warnings found with sparse; it should have no functional change. The change in radeon_cs.c just removes a variable that was being assigned but never used, along the way causing a warning. The change in radeon_kms.c adds a couple of __user qualifiers that cleans up so

2.6.36-rc3: Reported regressions 2.6.34 -> 2.6.35

2010-08-29 Thread Rafael J. Wysocki
This message contains a list of some post-2.6.34 regressions introduced before 2.6.35, for which there are no fixes in the mainline known to the tracking team. If any of them have been fixed already, please let us know. If you know of any other unresolved post-2.6.34 regressions, please let us kno

2.6.36-rc3: Reported regressions from 2.6.35

2010-08-29 Thread Rafael J. Wysocki
This message contains a list of some regressions from 2.6.35, for which there are no fixes in the mainline known to the tracking team. If any of them have been fixed already, please let us know. If you know of any other unresolved regressions from 2.6.35, please let us know either and we'll add th

Re: Linux 2.6.36-rc3

2010-08-29 Thread Borislav Petkov
From: Jean-Denis Girard Date: Sun, Aug 29, 2010 at 10:40:47PM + > CC drivers/gpu/drm/i915/intel_overlay.o > drivers/gpu/drm/i915/intel_overlay.c: In function > ‘intel_overlay_print_error_state’: > drivers/gpu/drm/i915/intel_overlay.c:1467: erreur: implicit declaration > of function ‘

[Bug 24818] shadowtex demo doesn't work on rs780

2010-08-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=24818 --- Comment #9 from Török Edwin 2010-08-29 02:03:16 PDT --- Good news, r600g doesn't have this bug! Just tested mesa git c48ae0b6eddc71831ea0ea480a0177523ae6ee76, and shadowtex looked fine. Would it be possible/worth finding out what is r600c d

Re: i915: 2.6.36-rc2 wrong resolution on gdm start

2010-08-29 Thread Pekka Enberg
Hi all, On Tue, Aug 24, 2010 at 12:12 PM, Ivan Bulatovic wrote: > Thanks for the confirmation Pekka. I've managed to change the resolution > but gdm always starts with 1024x768 and upon login it gets 1280x1024, > and sometimes the mouse pointer go out of bounds to the right edge of > the screen b

Re: [PROBLEM] i915/drm: Insufficient FIFO for plane

2010-08-29 Thread Pekka Enberg
On Thu, Aug 26, 2010 at 9:27 PM, Maciej Rutecki wrote: > On niedziela, 22 sierpnia 2010 o 17:26:19 Pekka Enberg wrote: >> Hi, >> >> I'm seeing tons of these error messages with current Linus' git: >> >> [   95.941618] [drm:intel_calculate_wm] *ERROR* Insufficient FIFO for >> plane, expect flickeri

[Bug 29867] New: gallium r300g r600g broken shadows

2010-08-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29867 Summary: gallium r300g r600g broken shadows Product: Mesa Version: git Platform: x86-64 (AMD64) URL: http://fiesta-online.gamigo.de/ OS/Version: Linux (All) Status: NEW

[Bug 29867] gallium r300g r600g broken shadows

2010-08-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29867 --- Comment #1 from Michal Suchanek 2010-08-29 05:03:21 PDT --- Forgot the version: ii libgl1-mesa-dri 7.9.0~git20100827+gallium+r300.fa2deb3d-0ubuntu0tormodA free implement

Re: i915: 2.6.36-rc2 wrong resolution on gdm start

2010-08-29 Thread Maciej Rutecki
On wtorek, 24 sierpnia 2010 o 03:00:55 Ivan Bulatovic wrote: > While in init3, resolution is native, KMS works fine, no problems at > all. As soon as gdm starts it seems that TV1 output is recognized as > connected even if it isn't so resolution on VGA output is degraded from > native 1280x1024 to

[Bug 29787] random XRandR failures (i2c related?)

2010-08-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29787 --- Comment #3 from Arno Schuring 2010-08-29 09:48:48 PDT --- Created an attachment (id=38265) View: https://bugs.freedesktop.org/attachment.cgi?id=38265 Review: https://bugs.freedesktop.org/review?bug=29787&attachment=38265 re-spun patch of

[Bug 29787] random XRandR failures (i2c related?)

2010-08-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29787 --- Comment #4 from Arno Schuring 2010-08-29 09:54:01 PDT --- Created an attachment (id=38266) --> (https://bugs.freedesktop.org/attachment.cgi?id=38266) dmesg -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ---

[Bug 28402] Kernel 2.6.34 freezes randomly

2010-08-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28402 --- Comment #14 from Da Fox 2010-08-29 13:39:23 PDT --- (In reply to comment #13) > This may be related to connector polling. Does the patch to disable polling > in bug 29389 help? I'm sorry to report that it does not. I applied the patch, b

[Bug 24818] shadowtex demo doesn't work on rs780

2010-08-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=24818 --- Comment #10 from Alex Deucher 2010-08-29 14:22:07 PDT --- Only D16 and D32 depth formats can be blitted from directly with Z compression disabled. D24 and D24S8 formats require a special blit to a new buffer, and then you can use the new buf

[Bug 29834] System freeze upon X startup with KMS enabled (RV730)

2010-08-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29834 --- Comment #5 from Alex Deucher 2010-08-29 14:38:19 PDT --- Verified in https://bugzilla.kernel.org/show_bug.cgi?id=17201 -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: -

[Bug 29787] random XRandR failures (i2c related?)

2010-08-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29787 --- Comment #5 from Alex Deucher 2010-08-29 14:48:24 PDT --- drm.poll=0 -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. __

Re: [PROBLEM] i915/drm: Insufficient FIFO for plane

2010-08-29 Thread Sitsofe Wheeler
On Sun, Aug 29, 2010 at 02:32:41PM +0300, Pekka Enberg wrote: > > The "insufficient FIFO for plane" problem seems to have gone away with > latest Linus' git. I suppose commit > 9559fcdbff4f93d29af04478bbc48294519424f5 ("drm/i915: fix vblank wait > test condition") fixed it although I don't see any

Re: i915: 2.6.36-rc2 wrong resolution on gdm start

2010-08-29 Thread Sitsofe Wheeler
On Sun, Aug 29, 2010 at 02:29:32PM +0300, Pekka Enberg wrote: > > I'm still seeing wrong resolution with my i915 Macbook with latest > Linus' git. Is there a fix in the pipeline or should we start looking > for a commit to revert? As a slab maintainer, I'm supposed to be able > to work with -rc ke

[PATCH] Couple of sparse warning fixes in drivers/gpu/drm/radeon

2010-08-29 Thread Dr. David Alan Gilbert
Hi, This patch fixes a few warnings found with sparse; it should have no functional change. The change in radeon_cs.c just removes a variable that was being assigned but never used, along the way causing a warning. The change in radeon_kms.c adds a couple of __user qualifiers that cleans up so

2.6.36-rc3: Reported regressions 2.6.34 -> 2.6.35

2010-08-29 Thread Rafael J. Wysocki
This message contains a list of some post-2.6.34 regressions introduced before 2.6.35, for which there are no fixes in the mainline known to the tracking team. If any of them have been fixed already, please let us know. If you know of any other unresolved post-2.6.34 regressions, please let us kno

  1   2   >