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
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
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
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
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:
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
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
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>
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
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
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
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:
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(+)
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
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
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 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
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
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
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
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
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
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
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:
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
> ---
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
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
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
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
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
> ---
>
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:
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
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
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
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
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
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
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
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
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
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
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
42 matches
Mail list logo