[Bug 50657] New: [Evergreen,GIT,Tiling?] Occasional invalid command stream and subsequent performance increase

2012-06-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=50657 Bug #: 50657 Summary: [Evergreen,GIT,Tiling?] Occasional invalid command stream and subsequent performance increase Classification: Unclassified Product: Mesa Version: git

[Bug 50655] ATI RV670 [Radeon HD 3870] Ioquake games causes GPU lockup (waiting for 0x00003039 last fence id 0x00003030)

2012-06-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=50655 --- Comment #3 from Bryan Quigley 2012-06-03 15:41:37 PDT --- Created attachment 62478 --> https://bugs.freedesktop.org/attachment.cgi?id=62478 weird screen -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ---

[Bug 50655] ATI RV670 [Radeon HD 3870] Ioquake games causes GPU lockup (waiting for 0x00003039 last fence id 0x00003030)

2012-06-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=50655 --- Comment #2 from Bryan Quigley 2012-06-03 14:23:51 PDT --- Created attachment 62476 --> https://bugs.freedesktop.org/attachment.cgi?id=62476 Xorg log -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You

[Bug 50655] ATI RV670 [Radeon HD 3870] Ioquake games causes GPU lockup (waiting for 0x00003039 last fence id 0x00003030)

2012-06-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=50655 --- Comment #1 from Bryan Quigley 2012-06-03 14:23:32 PDT --- Created attachment 62475 --> https://bugs.freedesktop.org/attachment.cgi?id=62475 syslog -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You

[Bug 50655] New: ATI RV670 [Radeon HD 3870] Ioquake games causes GPU lockup (waiting for 0x00003039 last fence id 0x00003030)

2012-06-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=50655 Bug #: 50655 Summary: ATI RV670 [Radeon HD 3870] Ioquake games causes GPU lockup (waiting for 0x3039 last fence id 0x3030) Classification: Unclassified

[PATCH] drm: An uninitialized return value is returned.

2012-06-03 Thread bing deng
On Sun, Jun 3, 2012 at 6:41 PM, Il Han wrote: > An uninitialized return value is returned. > If the value is not necessary, > it would be better to return the constant 0. > > Signed-off-by: Il Han > --- > ?drivers/gpu/drm/nouveau/nv04_fence.c | ? ?3 +-- > ?1 files changed, 1 insertions(+), 2

[PATCH] drm: An uninitialized return value is returned.

2012-06-03 Thread bing deng
fy "int ret;" to "int ret = 0;"? Below is the benefit: 1. return the constant 0 as wish. 2. The variable ret can be used if we want. Best Regards, Bing -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20120603/721bd250/attachment-0001.htm>

[Bug 17902] [830M missing dvo driver] need support for DVO-LVDS via na2501

2012-06-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=17902 --- Comment #82 from thor at math.tu-berlin.de 2012-06-03 10:35:15 PDT --- Got a step further. What one can do to get a stable picture is simply to disable the scaler. For this, insert: in dvo_ns2501.c, in the function static void

Lots of i915/drm spew on 3.4

2012-06-03 Thread Daniel Vetter
On Thu, May 31, 2012 at 10:22:28AM -0300, Paulo Zanoni wrote: > 2012/5/31 Chris Wilson : > > Before that commit we had no idea that we had run out of property slots. > > I think the WARN is genuine, but maybe we should just bump the count set > > it to WARN_ONCE and hope the conversion to lists

[Bug 46713] HDMI audio played back at a wrong rate

2012-06-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=46713 --- Comment #27 from Vincenzov 2012-06-03 09:24:50 PDT --- hi , i have compiled kernel 3.5-rc1 but radeon 5450 audio slow. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because:

[PATCH] drm/radeon: fix vm deadlocks on cayman

2012-06-03 Thread Christian König
Locking mutex in different orders just screams for deadlocks, and some testing showed that it is actually quite easy to trigger them. Signed-off-by: Christian K?nig Cc: stable at vger.kernel.org --- drivers/gpu/drm/radeon/radeon_gart.c | 19 --- 1 file changed, 12

Lots of i915/drm spew on 3.4

2012-06-03 Thread Daniel Vetter
On Thu, May 31, 2012 at 11:43:21AM -0300, Paulo Zanoni wrote: > 2012/5/30 Dave Jones : > > On Wed, May 30, 2012 at 05:58:48PM -0400, Dave Jones wrote: > > ?> On Wed, May 30, 2012 at 11:51:54PM +0200, Daniel Vetter wrote: > > ?> ?> On Wed, May 30, 2012 at 11:31 PM, Dave Jones > > wrote: > > ?> ?>

[PATCH] drm: An uninitialized return value is returned.

2012-06-03 Thread richard -rw- weinberger
On Sun, Jun 3, 2012 at 2:26 PM, bing deng wrote: > Hi All, > > ? ?Why not modify "int ret;" to "int ret = 0;"? Below is the benefit: > ? ?1. return the constant 0 as wish. > ? ?2. The variable ret can be used if we want. Why? ret is in vain and wastes memory... -- Thanks, //richard

[Bug 36602] Hierarchical Z support for R600

2012-06-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36602 --- Comment #41 from darkbasic 2012-06-03 08:25:36 PDT --- Really? Thanks for that, that's an awesome news. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You

[Bug 50616] glClear occasionally taking >60ms

2012-06-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=50616 --- Comment #3 from Lauri Kasanen 2012-06-03 08:22:27 PDT --- No, it does not. It improved the average a tiny bit, but the long ones were still there. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are

[Bug 36602] Hierarchical Z support for R600

2012-06-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36602 --- Comment #40 from Alex Deucher 2012-06-03 08:09:46 PDT --- The kernel patches are already upstream. All you need are the mesa patches. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving

[Bug 50616] glClear occasionally taking >60ms

2012-06-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=50616 --- Comment #2 from Alex Deucher 2012-06-03 08:08:04 PDT --- Does setting: Option "SwapbuffersWait" "false" in the device section of your xorg.conf help? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You

[PATCH] drm/radeon: fix vm deadlocks on cayman

2012-06-03 Thread Jerome Glisse
On Sun, Jun 3, 2012 at 10:09 AM, Christian K?nig wrote: > Locking mutex in different orders just screams for > deadlocks, and some testing showed that it is actually > quite easy to trigger them. > > Signed-off-by: Christian K?nig Reviewed-by: Jerome Glisse > Cc: stable at vger.kernel.org >

[PATCH] radeon: Make PM info available to all, not just debug users

2012-06-03 Thread Christian König
On 02.06.2012 18:08, Lauri Kasanen wrote: > Hi all > > This moves the pm_info file from debugfs to next to the other two power files. > > Requested by several users at Phoronix. > > PS: Please CC me. Also please be gentle, it's my first step in kernel-land ;) > > Signed-off-by: Lauri Kasanen Hui?

[Bug 36602] Hierarchical Z support for R600

2012-06-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36602 --- Comment #39 from darkbasic 2012-06-03 04:57:25 PDT --- I fear nobody is working on hi-z anymore... -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the

[Bug 36602] Hierarchical Z support for R600

2012-06-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36602 --- Comment #38 from ryszardzonk at yahoo.com 2012-06-02 23:45:20 PDT --- I just checked back with the bug to see how the development is going and seems either I am doing something wrong or that patches updated by Jerome Glisse would need to be

[Bug 36602] Hierarchical Z support for R600

2012-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36602 --- Comment #38 from ryszardz...@yahoo.com 2012-06-02 23:45:20 PDT --- I just checked back with the bug to see how the development is going and seems either I am doing something wrong or that patches updated by Jerome Glisse would need to be

Re: [PATCH] radeon: Make PM info available to all, not just debug users

2012-06-03 Thread Christian König
On 02.06.2012 18:08, Lauri Kasanen wrote: Hi all This moves the pm_info file from debugfs to next to the other two power files. Requested by several users at Phoronix. PS: Please CC me. Also please be gentle, it's my first step in kernel-land ;) Signed-off-by: Lauri Kasanenc...@gmx.com Hui?

[Bug 50618] Slow video playback with 40mbits mpeg2+vdpau

2012-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50618 --- Comment #5 from Christian König deathsim...@vodafone.de 2012-06-03 03:58:12 PDT --- Those integrated chipsets like IGPs and APUs current don't have a full power management implementation. So they are running with whatever is the (very slow)

[Bug 36602] Hierarchical Z support for R600

2012-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36602 --- Comment #39 from darkbasic darkba...@linuxsystems.it 2012-06-03 04:57:25 PDT --- I fear nobody is working on hi-z anymore... -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail

Re: Lots of i915/drm spew on 3.4

2012-06-03 Thread Daniel Vetter
On Thu, May 31, 2012 at 11:43:21AM -0300, Paulo Zanoni wrote: 2012/5/30 Dave Jones da...@redhat.com: On Wed, May 30, 2012 at 05:58:48PM -0400, Dave Jones wrote:   On Wed, May 30, 2012 at 11:51:54PM +0200, Daniel Vetter wrote:     On Wed, May 30, 2012 at 11:31 PM, Dave Jones da...@redhat.com

[PATCH] drm/radeon: fix vm deadlocks on cayman

2012-06-03 Thread Christian König
Locking mutex in different orders just screams for deadlocks, and some testing showed that it is actually quite easy to trigger them. Signed-off-by: Christian König deathsim...@vodafone.de Cc: sta...@vger.kernel.org --- drivers/gpu/drm/radeon/radeon_gart.c | 19 --- 1 file

[Bug 50616] glClear occasionally taking 60ms

2012-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50616 --- Comment #2 from Alex Deucher ag...@yahoo.com 2012-06-03 08:08:04 PDT --- Does setting: Option SwapbuffersWait false in the device section of your xorg.conf help? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email

[Bug 36602] Hierarchical Z support for R600

2012-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36602 --- Comment #40 from Alex Deucher ag...@yahoo.com 2012-06-03 08:09:46 PDT --- The kernel patches are already upstream. All you need are the mesa patches. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You

Re: Lots of i915/drm spew on 3.4

2012-06-03 Thread Daniel Vetter
On Thu, May 31, 2012 at 10:22:28AM -0300, Paulo Zanoni wrote: 2012/5/31 Chris Wilson ch...@chris-wilson.co.uk: Before that commit we had no idea that we had run out of property slots. I think the WARN is genuine, but maybe we should just bump the count set it to WARN_ONCE and hope the

[Bug 50616] glClear occasionally taking 60ms

2012-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50616 --- Comment #3 from Lauri Kasanen cur...@operamail.com 2012-06-03 08:22:27 PDT --- No, it does not. It improved the average a tiny bit, but the long ones were still there. -- Configure bugmail:

[Bug 36602] Hierarchical Z support for R600

2012-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36602 --- Comment #41 from darkbasic darkba...@linuxsystems.it 2012-06-03 08:25:36 PDT --- Really? Thanks for that, that's an awesome news. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this

[Bug 46713] HDMI audio played back at a wrong rate

2012-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46713 --- Comment #27 from Vincenzov vincenzo...@hotmail.com 2012-06-03 09:24:50 PDT --- hi , i have compiled kernel 3.5-rc1 but radeon 5450 audio slow. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are

Re: [PATCH] drm/radeon: fix vm deadlocks on cayman

2012-06-03 Thread Jerome Glisse
On Sun, Jun 3, 2012 at 10:09 AM, Christian König deathsim...@vodafone.de wrote: Locking mutex in different orders just screams for deadlocks, and some testing showed that it is actually quite easy to trigger them. Signed-off-by: Christian König deathsim...@vodafone.de Reviewed-by: Jerome

[Bug 17902] [830M missing dvo driver] need support for DVO-LVDS via na2501

2012-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=17902 --- Comment #82 from t...@math.tu-berlin.de 2012-06-03 10:35:15 PDT --- Got a step further. What one can do to get a stable picture is simply to disable the scaler. For this, insert: in dvo_ns2501.c, in the function static void ns2501_mode_set

[Bug 50655] New: ATI RV670 [Radeon HD 3870] Ioquake games causes GPU lockup (waiting for 0x00003039 last fence id 0x00003030)

2012-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50655 Bug #: 50655 Summary: ATI RV670 [Radeon HD 3870] Ioquake games causes GPU lockup (waiting for 0x3039 last fence id 0x3030) Classification: Unclassified

[Bug 50655] ATI RV670 [Radeon HD 3870] Ioquake games causes GPU lockup (waiting for 0x00003039 last fence id 0x00003030)

2012-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50655 --- Comment #1 from Bryan Quigley bryanquig...@ubuntu.com 2012-06-03 14:23:32 PDT --- Created attachment 62475 -- https://bugs.freedesktop.org/attachment.cgi?id=62475 syslog -- Configure bugmail:

[Bug 50655] ATI RV670 [Radeon HD 3870] Ioquake games causes GPU lockup (waiting for 0x00003039 last fence id 0x00003030)

2012-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50655 --- Comment #2 from Bryan Quigley bryanquig...@ubuntu.com 2012-06-03 14:23:51 PDT --- Created attachment 62476 -- https://bugs.freedesktop.org/attachment.cgi?id=62476 Xorg log -- Configure bugmail:

[Bug 50655] ATI RV670 [Radeon HD 3870] Ioquake games causes GPU lockup (waiting for 0x00003039 last fence id 0x00003030)

2012-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50655 --- Comment #3 from Bryan Quigley bryanquig...@ubuntu.com 2012-06-03 15:41:37 PDT --- Created attachment 62478 -- https://bugs.freedesktop.org/attachment.cgi?id=62478 weird screen -- Configure bugmail:

[Bug 50657] New: [Evergreen,GIT,Tiling?] Occasional invalid command stream and subsequent performance increase

2012-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50657 Bug #: 50657 Summary: [Evergreen,GIT,Tiling?] Occasional invalid command stream and subsequent performance increase Classification: Unclassified Product: Mesa Version: git

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #57 from Alexandre Demers alexandre.f.dem...@gmail.com 2012-06-03 18:26:12 PDT --- Now running kernel 3.5-rc1 with latest mesa, drm, ddx and still locking the GPU. As always, easy to reproduce by running piglit r600 tests. --