[Bug 37142] Too much vertex buffers uploads

2011-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37142 --- Comment #5 from Fabio Pedretti 2011-05-13 00:11:50 PDT --- Note that ioquake3 will probably support VBOs soon: https://bugzilla.icculus.org/show_bug.cgi?id=4358 -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ---

patch from intel-drm-staging for 2.6.39

2011-05-13 Thread Frederik Himpe
This commit from intel-drm-staging fixes an oops for me when docking my system. Can it be added to 2.6.39? commit c60001b9921a869c7dc916e72a22c5805cc562ae Author: Chris Wilson Date: Fri Apr 22 10:47:08 2011 +0100 drm: Take lock around probes for drm_fb_helper_hotplug_event -- Frederik H

Re: patch from intel-drm-staging for 2.6.39

2011-05-13 Thread Chris Wilson
On Fri, 13 May 2011 09:19:53 + (UTC), Frederik Himpe wrote: > This commit from intel-drm-staging fixes an oops for me when docking my > system. Can it be added to 2.6.39? Dave added it to his next queue as he wanted to validate the patch on several machines (not just Intel) with lockdep. On

[Bug 36934] screen corruption after running a game through wine

2011-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36934 --- Comment #2 from almos 2011-05-13 03:36:35 PDT --- Created an attachment (id=46675) --> (https://bugs.freedesktop.org/attachment.cgi?id=46675) Xorg.0.log -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You

[Bug 36934] screen corruption after running a game through wine

2011-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36934 --- Comment #3 from almos 2011-05-13 03:37:45 PDT --- Created an attachment (id=46676) --> (https://bugs.freedesktop.org/attachment.cgi?id=46676) dmesg -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are

[Bug 36934] screen corruption after running a game through wine

2011-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36934 --- Comment #4 from almos 2011-05-13 03:38:10 PDT --- Created an attachment (id=46677) --> (https://bugs.freedesktop.org/attachment.cgi?id=46677) glxinfo -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You ar

[Bug 37168] New: Regression: Kernel hard-lock when running Second Life

2011-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37168 Summary: Regression: Kernel hard-lock when running Second Life Product: Mesa Version: git Platform: Other OS/Version: Linux (All) Status: NEW Severity: major Priori

[Bug 36952] segfault in crackberg xscreensaver on ATI RS482 in mesa git running kms & gallium

2011-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36952 --- Comment #8 from dri tester 2011-05-13 03:45:55 PDT --- (In reply to comment #3) > Can you bisect mesa? Bisecting lead me to this commit: b10bff11350014e1bb49b0ce18704fdd66e850c0 is the first bad commit commit b10bff11350014e1bb49b0ce18704f

[Bug 37157] [bisected] KDE KWin crashes on start with delayed BO mapping

2011-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37157 Jure Repinc changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 37171] New: half-life 2 with -dxlevel 90 crashes system

2011-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37171 Summary: half-life 2 with -dxlevel 90 crashes system Product: Mesa Version: git Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium

[Bug 37171] half-life 2 with -dxlevel 90 crashes system

2011-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37171 Sven Arvidsson changed: What|Removed |Added CC||s...@whiz.se --- Comment #1 from Sven A

[Bug 35697] System locks up when watching fullscreen flash video

2011-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35697 --- Comment #21 from Nikos Chantziaras 2011-05-13 04:58:33 PDT --- I just tried kernel 2.6.39-rc7 and with page flipping enabled, the driver hangs with that version too. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=emai

Re: [2.6.39 regression] i915/kms: garbled screen because of 49183b281 (was: Re: Linux 2.6.39-rc7)

2011-05-13 Thread Melchior FRANZ
* Chris Wilson -- Thursday 12 May 2011: > So we think that enabling the plane at this point is masking a bug in our > modeset, or that some side-effect of writing those registers or waiting > for that vblank has a vital latching or delay that we have not accounted > for. Attached are the requested

[Bug 37171] half-life 2 with -dxlevel 90 crashes system

2011-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37171 --- Comment #2 from almos 2011-05-13 05:02:30 PDT --- Well, I first tried HL2, when Mesa 7.10 came out, and it was the same back then, and I see no change since. I just didn't want to open too much bugreports at once, and it is not easy to test,

[Bug 37171] half-life 2 with -dxlevel 90 crashes system

2011-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37171 --- Comment #3 from Sven Arvidsson 2011-05-13 06:07:34 PDT --- (In reply to comment #2) > HL2 shouldn't hit any hardware limitation on an r500 series card, BTW. Keep in mind that system requirements are different when Wine is used. -- Configur

[PATCH 3/3] drivers/gpu/drm/drm_bufs.c: Avoid leaving freed data in a list

2011-05-13 Thread Julia Lawall
If the call to drm_map_handle fails, list is freed, but not removed from &dev->maplist. &dev->maplist is not used by drm_map_handle, so the list_add is moved after the call. The sematic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // @@ expression E,E1,E2; identifie

[Bug 37040] Radeon driver reports EDID errors every 10 seconds

2011-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37040 --- Comment #5 from teu...@cs.uni-frankfurt.de 2011-05-13 07:14:28 PDT --- (In reply to comment #2) > RS690 did not support displayport. I'm not sure how you have one on your > board. I'm sorry. I confounded two boards. The one has displayport,

[Bug 37168] Regression: Kernel hard-lock when running Second Life

2011-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37168 --- Comment #1 from Alex Deucher 2011-05-13 09:10:43 PDT --- (In reply to comment #0) > > Mesa 7.10.2 tarball OR Mesa 7.10 branch from git: Correct rendering; no > crashing. Can you bisect mesa and see what commits between 7.10 and master broke

Re: [RFC] drm: add overlays as first class KMS objects

2011-05-13 Thread Daniel Vetter
Hi Jesse, Discussion here in Budapest with v4l and embedded graphics folks was extremely fruitful. A few quick things to take away - I'll try to dig through all the stuff I've learned more in-depth later (probably in a blog post or two): - embedded graphics is insane. The output routing/blending/

[Bug 37142] Too much vertex buffers uploads

2011-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37142 --- Comment #6 from Sven Arvidsson 2011-05-13 09:22:41 PDT --- (In reply to comment #3) > That's why I asked for external opinions. I still feel that IF it can brings > significant enough performance improvement, it could be useful - mainly > be

[Bug 37171] half-life 2 with -dxlevel 90 crashes system

2011-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37171 --- Comment #4 from almos 2011-05-13 10:11:28 PDT --- (In reply to comment #3) > (In reply to comment #2) > > HL2 shouldn't hit any hardware limitation on an r500 series card, BTW. > > Keep in mind that system requirements are different when Win

[Bug 37171] half-life 2 with -dxlevel 90 crashes system

2011-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37171 --- Comment #5 from Sven Arvidsson 2011-05-13 10:21:50 PDT --- (In reply to comment #4) > I can run HL2 on my rv350 on windows with the highest settings, with HDR and > everything turned on. On r500 series cards the shader size limits are several

Re: i915/kms/backlight-combo mode problem

2011-05-13 Thread Joey Lee
Forward to upstream for more discussion. 於 五,2011-05-13 於 17:27 +0800,Michael Chang 提到: > Melchior, > > I tried to puzzle out the possible cause of the problem, but sorry > that no further progress to give you. I'd like to debug this issue, > also did Joey. But there's more questions in my mind,

[Bug 36952] segfault in crackberg xscreensaver on ATI RS482 in mesa git running kms & gallium

2011-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36952 --- Comment #9 from Marek Olšák 2011-05-13 15:24:00 PDT --- Created an attachment (id=46696) View: https://bugs.freedesktop.org/attachment.cgi?id=46696 Review: https://bugs.freedesktop.org/review?bug=36952&attachment=46696 possible fix Could

[Bug 36609] 45920d2ecb38b14fdda5253fecce996570c22863 breaks sauerbraten on r300g

2011-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36609 Marek Olšák changed: What|Removed |Added Component|Mesa core |Drivers/Gallium/r300 AssignedTo|me

[Bug 37168] Regression: Kernel hard-lock when running Second Life

2011-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37168 --- Comment #2 from Sean McNamara 2011-05-13 16:27:44 PDT --- (In reply to comment #1) > (In reply to comment #0) > > > > Mesa 7.10.2 tarball OR Mesa 7.10 branch from git: Correct rendering; no > > crashing. > > Can you bisect mesa and see wha

[Bug 35194] [r600g] Evergreen - failed to map bo

2011-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35194 Rubén Fernández changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Wavering Arrandale output

2011-05-13 Thread Gustavo F. Padovan
Hi Chris, Bug #28306 is going to complete his first birthday at the end of this month, it is nagging around for a long time and I have many interest in fix this. So I tested your patch in duplicated bug #36599 and it doesn't work, but I managed to add some printks(see diff) there to help debug.

Re: [RFC] drm: add overlays as first class KMS objects

2011-05-13 Thread Jesse Barnes
On Fri, 13 May 2011 18:16:30 +0200 Daniel Vetter wrote: > Hi Jesse, > > Discussion here in Budapest with v4l and embedded graphics folks was > extremely fruitful. A few quick things to take away - I'll try to dig > through all > the stuff I've learned more in-depth later (probably in a blog post

[Bug 36527] [wine] Wolfenstein: Failed to translate rgb instruction.

2011-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36527 Tom Stellard changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 37142] Too much vertex buffers uploads

2011-05-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=37142 --- Comment #5 from Fabio Pedretti 2011-05-13 00:11:50 PDT --- Note that ioquake3 will probably support VBOs soon: https://bugzilla.icculus.org/show_bug.cgi?id=4358 -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ---

patch from intel-drm-staging for 2.6.39

2011-05-13 Thread Frederik Himpe
This commit from intel-drm-staging fixes an oops for me when docking my system. Can it be added to 2.6.39? commit c60001b9921a869c7dc916e72a22c5805cc562ae Author: Chris Wilson Date: Fri Apr 22 10:47:08 2011 +0100 drm: Take lock around probes for drm_fb_helper_hotplug_event -- Frederik H

patch from intel-drm-staging for 2.6.39

2011-05-13 Thread Chris Wilson
On Fri, 13 May 2011 09:19:53 + (UTC), Frederik Himpe wrote: > This commit from intel-drm-staging fixes an oops for me when docking my > system. Can it be added to 2.6.39? Dave added it to his next queue as he wanted to validate the patch on several machines (not just Intel) with lockdep. On

[Bug 36934] screen corruption after running a game through wine

2011-05-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36934 --- Comment #2 from almos 2011-05-13 03:36:35 PDT --- Created an attachment (id=46675) --> (https://bugs.freedesktop.org/attachment.cgi?id=46675) Xorg.0.log -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You

[Bug 36934] screen corruption after running a game through wine

2011-05-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36934 --- Comment #3 from almos 2011-05-13 03:37:45 PDT --- Created an attachment (id=46676) --> (https://bugs.freedesktop.org/attachment.cgi?id=46676) dmesg -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are

[Bug 36934] screen corruption after running a game through wine

2011-05-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36934 --- Comment #4 from almos 2011-05-13 03:38:10 PDT --- Created an attachment (id=46677) --> (https://bugs.freedesktop.org/attachment.cgi?id=46677) glxinfo -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You ar

[Bug 37168] New: Regression: Kernel hard-lock when running Second Life

2011-05-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=37168 Summary: Regression: Kernel hard-lock when running Second Life Product: Mesa Version: git Platform: Other OS/Version: Linux (All) Status: NEW Severity: major Priori

[Bug 36952] segfault in crackberg xscreensaver on ATI RS482 in mesa git running kms & gallium

2011-05-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36952 --- Comment #8 from dri tester 2011-05-13 03:45:55 PDT --- (In reply to comment #3) > Can you bisect mesa? Bisecting lead me to this commit: b10bff11350014e1bb49b0ce18704fdd66e850c0 is the first bad commit commit b10bff11350014e1bb49b0ce18704f

[Bug 37157] [bisected] KDE KWin crashes on start with delayed BO mapping

2011-05-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=37157 Jure Repinc changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 37171] New: half-life 2 with -dxlevel 90 crashes system

2011-05-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=37171 Summary: half-life 2 with -dxlevel 90 crashes system Product: Mesa Version: git Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium

[Bug 37171] half-life 2 with -dxlevel 90 crashes system

2011-05-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=37171 Sven Arvidsson changed: What|Removed |Added CC||sa at whiz.se --- Comment #1 from Sven

[Bug 35697] System locks up when watching fullscreen flash video

2011-05-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=35697 --- Comment #21 from Nikos Chantziaras 2011-05-13 04:58:33 PDT --- I just tried kernel 2.6.39-rc7 and with page flipping enabled, the driver hangs with that version too. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=emai

[2.6.39 regression] i915/kms: garbled screen because of 49183b281 (was: Re: Linux 2.6.39-rc7)

2011-05-13 Thread Melchior FRANZ
attachment was scrubbed... Name: intel_reg_dump__nomodeset.gz Type: application/x-gzip Size: 2315 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20110513/8de4425a/attachment.bin> -- next part -- A non-text attachment was sc

[Bug 37171] half-life 2 with -dxlevel 90 crashes system

2011-05-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=37171 --- Comment #2 from almos 2011-05-13 05:02:30 PDT --- Well, I first tried HL2, when Mesa 7.10 came out, and it was the same back then, and I see no change since. I just didn't want to open too much bugreports at once, and it is not easy to test,

[Bug 37171] half-life 2 with -dxlevel 90 crashes system

2011-05-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=37171 --- Comment #3 from Sven Arvidsson 2011-05-13 06:07:34 PDT --- (In reply to comment #2) > HL2 shouldn't hit any hardware limitation on an r500 series card, BTW. Keep in mind that system requirements are different when Wine is used. -- Configur

[PATCH 3/3] drivers/gpu/drm/drm_bufs.c: Avoid leaving freed data in a list

2011-05-13 Thread Julia Lawall
If the call to drm_map_handle fails, list is freed, but not removed from &dev->maplist. &dev->maplist is not used by drm_map_handle, so the list_add is moved after the call. The sematic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // @@ expression E,E1,E2; identifie

[Bug 37040] Radeon driver reports EDID errors every 10 seconds

2011-05-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=37040 --- Comment #5 from teufel at cs.uni-frankfurt.de 2011-05-13 07:14:28 PDT --- (In reply to comment #2) > RS690 did not support displayport. I'm not sure how you have one on your > board. I'm sorry. I confounded two boards. The one has displaypor

[Bug 37168] Regression: Kernel hard-lock when running Second Life

2011-05-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=37168 --- Comment #1 from Alex Deucher 2011-05-13 09:10:43 PDT --- (In reply to comment #0) > > Mesa 7.10.2 tarball OR Mesa 7.10 branch from git: Correct rendering; no > crashing. Can you bisect mesa and see what commits between 7.10 and master brok

[RFC] drm: add overlays as first class KMS objects

2011-05-13 Thread Daniel Vetter
Hi Jesse, Discussion here in Budapest with v4l and embedded graphics folks was extremely fruitful. A few quick things to take away - I'll try to dig through all the stuff I've learned more in-depth later (probably in a blog post or two): - embedded graphics is insane. The output routing/blending/

[Bug 37142] Too much vertex buffers uploads

2011-05-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=37142 --- Comment #6 from Sven Arvidsson 2011-05-13 09:22:41 PDT --- (In reply to comment #3) > That's why I asked for external opinions. I still feel that IF it can brings > significant enough performance improvement, it could be useful - mainly > be

[Bug 37171] half-life 2 with -dxlevel 90 crashes system

2011-05-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=37171 --- Comment #4 from almos 2011-05-13 10:11:28 PDT --- (In reply to comment #3) > (In reply to comment #2) > > HL2 shouldn't hit any hardware limitation on an r500 series card, BTW. > > Keep in mind that system requirements are different when Win

[Bug 37171] half-life 2 with -dxlevel 90 crashes system

2011-05-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=37171 --- Comment #5 from Sven Arvidsson 2011-05-13 10:21:50 PDT --- (In reply to comment #4) > I can run HL2 on my rv350 on windows with the highest settings, with HDR and > everything turned on. On r500 series cards the shader size limits are several

i915/kms/backlight-combo mode problem

2011-05-13 Thread Joey Lee
Forward to upstream for more discussion. ? ??2011-05-13 ? 17:27 +0800?Michael Chang ??? > Melchior, > > I tried to puzzle out the possible cause of the problem, but sorry > that no further progress to give you. I'd like to debug this issue, > also did Joey. But there's more questions in my mind,

[Bug 36952] segfault in crackberg xscreensaver on ATI RS482 in mesa git running kms & gallium

2011-05-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36952 --- Comment #9 from Marek Ol??k 2011-05-13 15:24:00 PDT --- Created an attachment (id=46696) View: https://bugs.freedesktop.org/attachment.cgi?id=46696 Review: https://bugs.freedesktop.org/review?bug=36952&attachment=46696 possible fix Could

[Bug 36609] 45920d2ecb38b14fdda5253fecce996570c22863 breaks sauerbraten on r300g

2011-05-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36609 Marek Ol??k changed: What|Removed |Added Component|Mesa core |Drivers/Gallium/r300 AssignedTo|me

[Bug 37168] Regression: Kernel hard-lock when running Second Life

2011-05-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=37168 --- Comment #2 from Sean McNamara 2011-05-13 16:27:44 PDT --- (In reply to comment #1) > (In reply to comment #0) > > > > Mesa 7.10.2 tarball OR Mesa 7.10 branch from git: Correct rendering; no > > crashing. > > Can you bisect mesa and see wha

[Bug 35194] [r600g] Evergreen - failed to map bo

2011-05-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=35194 Rub?n Fern?ndez changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Wavering Arrandale output

2011-05-13 Thread Gustavo F. Padovan
Hi Chris, Bug #28306 is going to complete his first birthday at the end of this month, it is nagging around for a long time and I have many interest in fix this. So I tested your patch in duplicated bug #36599 and it doesn't work, but I managed to add some printks(see diff) there to help debug.

[RFC] drm: add overlays as first class KMS objects

2011-05-13 Thread Jesse Barnes
On Fri, 13 May 2011 18:16:30 +0200 Daniel Vetter wrote: > Hi Jesse, > > Discussion here in Budapest with v4l and embedded graphics folks was > extremely fruitful. A few quick things to take away - I'll try to dig > through all > the stuff I've learned more in-depth later (probably in a blog post

[Bug 36527] [wine] Wolfenstein: Failed to translate rgb instruction.

2011-05-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36527 Tom Stellard changed: What|Removed |Added Status|NEW |RESOLVED Resolution|