[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 --- Y

[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 a

[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 are

[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 Product:

[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 dele

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

2012-06-03 Thread Il Han
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 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nv04_fence.c b

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

2012-06-03 Thread bing deng
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. 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 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 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. -- Configure bugmail: https://bugs.fr

[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 ns2501_mode_se

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 arr

[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 insertions(+)

[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 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 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 --- Y

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 are

[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 thi

[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 ar

[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 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 a

[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 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 are

[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 Product:

[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? W

[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 50618] Slow video playback with 40mbits mpeg2+vdpau

2012-06-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=50618 --- Comment #5 from Christian K?nig 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) default speed the BIOS i

[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

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 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: sta...@vger.kernel.org > --- >

[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 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:

[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 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 are

[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 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

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 : > > 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 arr

[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 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 this

[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 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 are

[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: sta...@vger.kernel.org --- drivers/gpu/drm/radeon/radeon_gart.c | 19 --- 1 file changed, 12 insertions(+), 7

[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 up

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 : > > 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: > >  >  > > On

[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 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 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 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) default speed the BIOS i

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 Kasanen Hui? What should