From: Julia Lawall
list_for_each_entry binds its first argument to a non-null value, and thus
any null test on the value of that argument is superfluous.
The semantic patch that makes this change is as follows:
(http://coccinelle.lip6.fr/)
//
@@
iterator I;
expression x,E;
@@
I(x,...) { <...
https://bugs.freedesktop.org/show_bug.cgi?id=24973
--- Comment #19 from Marius Groeger 2010-08-03 23:21:06
PDT ---
(In reply to comment #18)
> "Ignore" means you won't be able to use the connector at all during the life
> of
> the xserver. If the Disable/Enable options are broken, that's most
https://bugs.freedesktop.org/show_bug.cgi?id=24973
--- Comment #19 from Marius Groeger 2010-08-03
23:21:06 PDT ---
(In reply to comment #18)
> "Ignore" means you won't be able to use the connector at all during the life
> of
> the xserver. If the Disable/Enable options are broken, that's most
https://bugs.freedesktop.org/show_bug.cgi?id=28955
--- Comment #6 from Scott Moreau 2010-08-03 23:19:29 PDT ---
(In reply to comment #5)
> Does r300c have this issue?
No it does not. I have been using it without this issue.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=e
https://bugs.freedesktop.org/show_bug.cgi?id=28955
--- Comment #6 from Scott Moreau 2010-08-03 23:19:29 PDT
---
(In reply to comment #5)
> Does r300c have this issue?
No it does not. I have been using it without this issue.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=
https://bugs.freedesktop.org/show_bug.cgi?id=29393
Alex Deucher changed:
What|Removed |Added
Component|Drivers/DRI/R600|GLX
AssignedTo|dri-de...@lists.fr
https://bugs.freedesktop.org/show_bug.cgi?id=29393
Alex Deucher changed:
What|Removed |Added
Component|Drivers/DRI/R600|GLX
AssignedTo|dri-devel at lists
This connector attribute allows you to enable or disable underscan
on a digital output to compensate for panels that automatically
overscan (e.g., many HDMI TVs). Valid values for the attribute are:
off - forces underscan off
on - forces underscan on
auto - enables underscan if an HDMI TV is conn
Prior to this patch the code was dividing the src_v by the dst_h
and vice versa, rather than src_v/dst_v and src_h/dst_h.
This could lead to problems in the calculation of the display
watermarks.
Signed-off-by: Alex Deucher
---
drivers/gpu/drm/radeon/radeon_display.c | 20 +---
https://bugs.freedesktop.org/show_bug.cgi?id=29393
--- Comment #3 from Casey Jones 2010-08-03 19:26:51 PDT
---
This is what I got.
f8d81c31cee30821da3aab331a57f484f6a07a5d is the first bad commit
commit f8d81c31cee30821da3aab331a57f484f6a07a5d
Author: Nick Bowler
Date: Wed Jul 14 12:01:49 20
https://bugs.freedesktop.org/show_bug.cgi?id=29393
--- Comment #3 from Casey Jones 2010-08-03 19:26:51
PDT ---
This is what I got.
f8d81c31cee30821da3aab331a57f484f6a07a5d is the first bad commit
commit f8d81c31cee30821da3aab331a57f484f6a07a5d
Author: Nick Bowler
Date: Wed Jul 14 12:01:49 20
https://bugs.freedesktop.org/show_bug.cgi?id=29393
--- Comment #2 from Alex Deucher 2010-08-03 18:17:09 PDT ---
Can you bisect mesa to see what commit broke it?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You ar
https://bugs.freedesktop.org/show_bug.cgi?id=29393
--- Comment #2 from Alex Deucher 2010-08-03 18:17:09 PDT
---
Can you bisect mesa to see what commit broke it?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You a
https://bugs.freedesktop.org/show_bug.cgi?id=29393
--- Comment #1 from Casey Jones 2010-08-03 18:07:16 PDT
---
I also tried r600g in my chroot just for kicks, and it crashes as well. Plain
old glxgears worked, but the Lwjgl version does not.
--
Configure bugmail: https://bugs.freedesktop.org/
https://bugs.freedesktop.org/show_bug.cgi?id=29393
--- Comment #1 from Casey Jones 2010-08-03 18:07:16
PDT ---
I also tried r600g in my chroot just for kicks, and it crashes as well. Plain
old glxgears worked, but the Lwjgl version does not.
--
Configure bugmail: https://bugs.freedesktop.org/
https://bugs.freedesktop.org/show_bug.cgi?id=29393
Summary: R600: libGL crashes using Lwjgl
Product: Mesa
Version: git
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
https://bugs.freedesktop.org/show_bug.cgi?id=29393
Summary: R600: libGL crashes using Lwjgl
Product: Mesa
Version: git
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
This connector attribute allows you to enable or disable underscan
on a digital output to compensate for panels that automatically
overscan (e.g., many HDMI TVs). Valid values for the attribute are:
off - forces underscan off
on - forces underscan on
auto - enables underscan if an HDMI TV is conn
Prior to this patch the code was dividing the src_v by the dst_h
and vice versa, rather than src_v/dst_v and src_h/dst_h.
This could lead to problems in the calculation of the display
watermarks.
Signed-off-by: Alex Deucher
---
drivers/gpu/drm/radeon/radeon_display.c | 20 +---
https://bugs.freedesktop.org/show_bug.cgi?id=29390
Alex Deucher changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=29390
Alex Deucher changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=29390
Alex Deucher changed:
What|Removed |Added
Product|xorg|DRI
Version|7.5
https://bugs.freedesktop.org/show_bug.cgi?id=29390
Alex Deucher changed:
What|Removed |Added
Product|xorg|DRI
Version|7.5
https://bugs.freedesktop.org/show_bug.cgi?id=28628
Marek Olšák changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=28628
Marek Ol??k changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=29303
Marek Olšák changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=29303
Marek Ol??k changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
From: Julia Lawall
list_for_each_entry binds its first argument to a non-null value, and thus
any null test on the value of that argument is superfluous.
The semantic patch that makes this change is as follows:
(http://coccinelle.lip6.fr/)
//
@@
iterator I;
expression x,E;
@@
I(x,...) { <...
https://bugs.freedesktop.org/show_bug.cgi?id=29389
Giacomo Perale changed:
What|Removed |Added
Attachment #37557|text/x-log |text/plain
mime type|
https://bugs.freedesktop.org/show_bug.cgi?id=29389
Giacomo Perale changed:
What|Removed |Added
Attachment #37557|text/x-log |text/plain
mime type|
Signed-off-by: Adam Jackson
---
drivers/gpu/drm/drm_edid.c | 188 +++-
drivers/gpu/drm/drm_edid_modes.h | 260 ++
2 files changed, 389 insertions(+), 59 deletions(-)
diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_
Also fix up mode generation to only add RB modes from DMT if it looks
like an RB-capable monitor.
Signed-off-by: Adam Jackson
---
drivers/gpu/drm/drm_edid.c | 43 +
drivers/gpu/drm/drm_edid_modes.h | 98 --
drivers/gpu/drm/drm_fb_help
... of the code, not of the mode lists.
Signed-off-by: Adam Jackson
---
drivers/gpu/drm/drm_edid.c | 354 +---
drivers/gpu/drm/drm_edid_modes.h | 380 ++
2 files changed, 381 insertions(+), 353 deletions(-)
create mode
This brings us in line with the EDID spec recommendation for mode
priority sorting. We still don't extract all the modes we could from
VTB, but VTB is so rare in the wild that I'm not really concerned.
Signed-off-by: Adam Jackson
---
drivers/gpu/drm/drm_edid.c | 526 +++
Signed-off-by: Adam Jackson
---
drivers/gpu/drm/drm_edid.c | 16
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c
index 1bc15a8..9299dd6 100644
--- a/drivers/gpu/drm/drm_edid.c
+++ b/drivers/gpu/drm/drm_edid
Signed-off-by: Adam Jackson
---
drivers/gpu/drm/drm_edid.c | 38 +-
include/drm/drm_edid.h |6 ++
2 files changed, 43 insertions(+), 1 deletions(-)
diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c
index e668084..1bc15a8 100644
Signed-off-by: Adam Jackson
---
drivers/gpu/drm/drm_edid.c | 15 ---
include/drm/drm_crtc.h | 35 +--
2 files changed, 1 insertions(+), 49 deletions(-)
diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c
index 83d8072..e668084
Some cosmetic cleanups, and then some changes to add more modes than we
were before. 6 and 7 are the particularly touchy bits; I'd like a bit of
volunteer testing before landing it on drm-core-next, particularly on
HDMI monitors. Note that this is mostly about doing more with things
other than yo
https://bugs.freedesktop.org/show_bug.cgi?id=29389
Summary: [r300g] [bisected] hard locks in openarena with kernel
2.6.35
Product: Mesa
Version: git
Platform: Other
OS/Version: All
Status: NEW
Severity: no
https://bugs.freedesktop.org/show_bug.cgi?id=29389
Summary: [r300g] [bisected] hard locks in openarena with kernel
2.6.35
Product: Mesa
Version: git
Platform: Other
OS/Version: All
Status: NEW
Severity: no
https://bugs.freedesktop.org/show_bug.cgi?id=29384
--- Comment #11 from pete...@hottemptation.org 2010-08-03 12:41:51 PDT ---
I will try this, but I will have first freetime at weekend.
Here another very interesting fact:
I've I boot up the machine, then -> pm-suspend ->resuspend "stuck atombios"
https://bugs.freedesktop.org/show_bug.cgi?id=29384
--- Comment #11 from peterle at hottemptation.org 2010-08-03 12:41:51 PDT ---
I will try this, but I will have first freetime at weekend.
Here another very interesting fact:
I've I boot up the machine, then -> pm-suspend ->resuspend "stuck atombi
https://bugs.freedesktop.org/show_bug.cgi?id=28615
--- Comment #5 from Maciej Cencora 2010-08-03 12:00:24
PDT ---
Created an attachment (id=37552)
--> (https://bugs.freedesktop.org/attachment.cgi?id=37552)
Kernel log
This time the machine didn't hang, but the screen went off. I had to reboot t
https://bugs.freedesktop.org/show_bug.cgi?id=28615
--- Comment #5 from Maciej Cencora 2010-08-03 12:00:24
PDT ---
Created an attachment (id=37552)
--> (https://bugs.freedesktop.org/attachment.cgi?id=37552)
Kernel log
This time the machine didn't hang, but the screen went off. I had to reboot t
https://bugs.freedesktop.org/show_bug.cgi?id=29384
--- Comment #10 from Alex Deucher 2010-08-03 11:56:42 PDT ---
(In reply to comment #9)
> I am awfully sorry, but I am not familiar with git/git-bitsect.
> Of course I will try every patch you can over and give you as much as possible
> details ab
https://bugs.freedesktop.org/show_bug.cgi?id=27744
--- Comment #15 from Alex Deucher 2010-08-03 11:56:16 PDT ---
(In reply to comment #12)
> Alex, I am pretty much a 'newb' when it comes to git and the kernel in general
> and currently git is making my brain hurt severely. When I have the time I
https://bugs.freedesktop.org/show_bug.cgi?id=29384
--- Comment #10 from Alex Deucher 2010-08-03 11:56:42 PDT
---
(In reply to comment #9)
> I am awfully sorry, but I am not familiar with git/git-bitsect.
> Of course I will try every patch you can over and give you as much as possible
> details a
https://bugs.freedesktop.org/show_bug.cgi?id=27744
--- Comment #15 from Alex Deucher 2010-08-03 11:56:16 PDT
---
(In reply to comment #12)
> Alex, I am pretty much a 'newb' when it comes to git and the kernel in general
> and currently git is making my brain hurt severely. When I have the time
https://bugs.freedesktop.org/show_bug.cgi?id=29384
--- Comment #9 from pete...@hottemptation.org 2010-08-03 11:41:29 PDT ---
I am awfully sorry, but I am not familiar with git/git-bitsect.
Of course I will try every patch you can over and give you as much as possible
details about the effect.
--
Signed-off-by: Adam Jackson
---
drivers/gpu/drm/drm_edid.c | 188 +++-
drivers/gpu/drm/drm_edid_modes.h | 260 ++
2 files changed, 389 insertions(+), 59 deletions(-)
diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_
... of the code, not of the mode lists.
Signed-off-by: Adam Jackson
---
drivers/gpu/drm/drm_edid.c | 354 +---
drivers/gpu/drm/drm_edid_modes.h | 380 ++
2 files changed, 381 insertions(+), 353 deletions(-)
create mode
Also fix up mode generation to only add RB modes from DMT if it looks
like an RB-capable monitor.
Signed-off-by: Adam Jackson
---
drivers/gpu/drm/drm_edid.c | 43 +
drivers/gpu/drm/drm_edid_modes.h | 98 --
drivers/gpu/drm/drm_fb_help
https://bugs.freedesktop.org/show_bug.cgi?id=29384
--- Comment #9 from peterle at hottemptation.org 2010-08-03 11:41:29 PDT ---
I am awfully sorry, but I am not familiar with git/git-bitsect.
Of course I will try every patch you can over and give you as much as possible
details about the effect.
This brings us in line with the EDID spec recommendation for mode
priority sorting. We still don't extract all the modes we could from
VTB, but VTB is so rare in the wild that I'm not really concerned.
Signed-off-by: Adam Jackson
---
drivers/gpu/drm/drm_edid.c | 526 +++
Signed-off-by: Adam Jackson
---
drivers/gpu/drm/drm_edid.c | 16
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c
index 1bc15a8..9299dd6 100644
--- a/drivers/gpu/drm/drm_edid.c
+++ b/drivers/gpu/drm/drm_edid
Signed-off-by: Adam Jackson
---
drivers/gpu/drm/drm_edid.c | 38 +-
include/drm/drm_edid.h |6 ++
2 files changed, 43 insertions(+), 1 deletions(-)
diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c
index e668084..1bc15a8 100644
Signed-off-by: Adam Jackson
---
drivers/gpu/drm/drm_edid.c | 15 ---
include/drm/drm_crtc.h | 35 +--
2 files changed, 1 insertions(+), 49 deletions(-)
diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c
index 83d8072..e668084
Some cosmetic cleanups, and then some changes to add more modes than we
were before. 6 and 7 are the particularly touchy bits; I'd like a bit of
volunteer testing before landing it on drm-core-next, particularly on
HDMI monitors. Note that this is mostly about doing more with things
other than yo
https://bugs.freedesktop.org/show_bug.cgi?id=29384
--- Comment #8 from Alex Deucher 2010-08-03 11:30:16 PDT ---
Can you use git bisect between 2.6.34 and 2.6.35 and track down which commit
causes the problem?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You
https://bugs.freedesktop.org/show_bug.cgi?id=29384
--- Comment #8 from Alex Deucher 2010-08-03 11:30:16 PDT
---
Can you use git bisect between 2.6.34 and 2.6.35 and track down which commit
causes the problem?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- Yo
https://bugs.freedesktop.org/show_bug.cgi?id=24973
--- Comment #18 from Alex Deucher 2010-08-03 11:28:11 PDT ---
(In reply to comment #17)
> Great, the Ignore option did the trick! Thanks a bunch!
>
> While it still feels like a bug, I'd understand if nothing can be done to it
> so
> we might j
https://bugs.freedesktop.org/show_bug.cgi?id=24973
--- Comment #18 from Alex Deucher 2010-08-03 11:28:11 PDT
---
(In reply to comment #17)
> Great, the Ignore option did the trick! Thanks a bunch!
>
> While it still feels like a bug, I'd understand if nothing can be done to it
> so
> we might
https://bugs.freedesktop.org/show_bug.cgi?id=29384
--- Comment #7 from pete...@hottemptation.org 2010-08-03 11:16:04 PDT ---
Notice:
With the patch resuspend need ~7 seconds.
Withtout the patch resuspend needs ~ 3 seconds.
With old kernel 2.6.34 resuspend need ~ 1 second.
--
Configure bugmail:
https://bugs.freedesktop.org/show_bug.cgi?id=29384
--- Comment #7 from peterle at hottemptation.org 2010-08-03 11:16:04 PDT ---
Notice:
With the patch resuspend need ~7 seconds.
Withtout the patch resuspend needs ~ 3 seconds.
With old kernel 2.6.34 resuspend need ~ 1 second.
--
Configure bugmai
https://bugs.freedesktop.org/show_bug.cgi?id=29384
--- Comment #6 from pete...@hottemptation.org 2010-08-03 11:13:58 PDT ---
Just to notice:
Switch from X11 to TTY1-6 is also still affected.
Switch from TTY1-6 to X11 is, like before, normal - this means: immediately
Switching from a TTY without a
https://bugs.freedesktop.org/show_bug.cgi?id=29384
--- Comment #6 from peterle at hottemptation.org 2010-08-03 11:13:58 PDT ---
Just to notice:
Switch from X11 to TTY1-6 is also still affected.
Switch from TTY1-6 to X11 is, like before, normal - this means: immediately
Switching from a TTY withou
https://bugs.freedesktop.org/show_bug.cgi?id=29384
--- Comment #5 from pete...@hottemptation.org 2010-08-03 11:08:15 PDT ---
Thank you for your help.
But the answer is "No". I doesn't fix the slow resuspend (instead it feels
slower, no wonder...) and also not the slow TTY-Switch between the termin
https://bugs.freedesktop.org/show_bug.cgi?id=29384
--- Comment #5 from peterle at hottemptation.org 2010-08-03 11:08:15 PDT ---
Thank you for your help.
But the answer is "No". I doesn't fix the slow resuspend (instead it feels
slower, no wonder...) and also not the slow TTY-Switch between the ter
https://bugs.freedesktop.org/show_bug.cgi?id=24973
--- Comment #17 from Marius Groeger 2010-08-03 10:42:11
PDT ---
(In reply to comment #16)
> (In reply to comment #15)
> > Oops :-) However, unfortunately still no luck. "Enable" and "Disable" are
> > accepted and confirmed in Xorg.0.log, but the
https://bugs.freedesktop.org/show_bug.cgi?id=24973
--- Comment #17 from Marius Groeger 2010-08-03
10:42:11 PDT ---
(In reply to comment #16)
> (In reply to comment #15)
> > Oops :-) However, unfortunately still no luck. "Enable" and "Disable" are
> > accepted and confirmed in Xorg.0.log, but the
https://bugs.freedesktop.org/show_bug.cgi?id=27901
Alain Perrot changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=27901
Alain Perrot changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=29355
--- Comment #4 from Alex Deucher 2010-08-03 09:27:04 PDT ---
There's no radeon info in the dmesg. What are the pci ids for your card?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mai
https://bugs.freedesktop.org/show_bug.cgi?id=29355
--- Comment #4 from Alex Deucher 2010-08-03 09:27:04 PDT
---
There's no radeon info in the dmesg. What are the pci ids for your card?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this ma
On Tue, Aug 3, 2010 at 12:25 AM, Chris Wilson wrote:
> On Mon, 2 Aug 2010 16:55:03 -0700, Andrew Morton
> wrote:
>>
>> (switched to email. Please respond via emailed reply-to-all, not via the
>> bugzilla web interface).
>>
>> On Sun, 1 Aug 2010 08:55:49 GMT
>> bugzilla-dae...@bugzilla.kernel.or
https://bugs.freedesktop.org/show_bug.cgi?id=29384
--- Comment #4 from Alex Deucher 2010-08-03 08:50:40 PDT ---
Did the patch in bug 27744 help? If not, can you use git bisect between 2.6.34
and 2.6.35 and track down which commit causes the problem?
--
Configure bugmail: https://bugs.freedeskt
https://bugs.freedesktop.org/show_bug.cgi?id=29384
--- Comment #4 from Alex Deucher 2010-08-03 08:50:40 PDT
---
Did the patch in bug 27744 help? If not, can you use git bisect between 2.6.34
and 2.6.35 and track down which commit causes the problem?
--
Configure bugmail: https://bugs.freedesk
On Tue, Aug 3, 2010 at 12:25 AM, Chris Wilson
wrote:
> On Mon, 2 Aug 2010 16:55:03 -0700, Andrew Morton linux-foundation.org> wrote:
>>
>> (switched to email. ?Please respond via emailed reply-to-all, not via the
>> bugzilla web interface).
>>
>> On Sun, 1 Aug 2010 08:55:49 GMT
>> bugzilla-daemo
https://bugs.freedesktop.org/show_bug.cgi?id=29384
Alex Deucher changed:
What|Removed |Added
Attachment #37545|application/octet-stream|text/plain
mime type|
https://bugs.freedesktop.org/show_bug.cgi?id=29384
Alex Deucher changed:
What|Removed |Added
Attachment #37545|application/octet-stream|text/plain
mime type|
https://bugs.freedesktop.org/show_bug.cgi?id=29384
Alex Deucher changed:
What|Removed |Added
Attachment #37544|application/octet-stream|text/plain
mime type|
https://bugs.freedesktop.org/show_bug.cgi?id=29384
Alex Deucher changed:
What|Removed |Added
Attachment #37544|application/octet-stream|text/plain
mime type|
https://bugs.freedesktop.org/show_bug.cgi?id=29384
Alex Deucher changed:
What|Removed |Added
Attachment #37543|application/octet-stream|text/plain
mime type|
https://bugs.freedesktop.org/show_bug.cgi?id=29384
Alex Deucher changed:
What|Removed |Added
Attachment #37543|application/octet-stream|text/plain
mime type|
On Tue, Aug 3, 2010 at 8:01 AM, James Simmons wrote:
>
> This patch uses the much lighter mode_set_base instead of calling a full
> mode set. Tested on a i915 netbook. Patch should be against drm-core-next.
The kms code should always fallback if appropriate, I've definitely
seen some modesets I t
On Mon, 2 Aug 2010 16:55:03 -0700, Andrew Morton
wrote:
>
> (switched to email. Please respond via emailed reply-to-all, not via the
> bugzilla web interface).
>
> On Sun, 1 Aug 2010 08:55:49 GMT
> bugzilla-daemon at bugzilla.kernel.org wrote:
>
> > https://bugzilla.kernel.org/show_bug.cgi?id
https://bugs.freedesktop.org/show_bug.cgi?id=29384
--- Comment #3 from pete...@hottemptation.org 2010-08-03 08:06:47 PDT ---
Of course I have the problem with delayed resuspend "atombios stuck", too.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are recei
https://bugs.freedesktop.org/show_bug.cgi?id=29384
--- Comment #3 from peterle at hottemptation.org 2010-08-03 08:06:47 PDT ---
Of course I have the problem with delayed resuspend "atombios stuck", too.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are re
https://bugs.freedesktop.org/show_bug.cgi?id=29384
--- Comment #2 from pete...@hottemptation.org 2010-08-03 08:05:54 PDT ---
Created an attachment (id=37545)
--> (https://bugs.freedesktop.org/attachment.cgi?id=37545)
dmesg after resuspend
--
Configure bugmail: https://bugs.freedesktop.org/userp
https://bugs.freedesktop.org/show_bug.cgi?id=29384
--- Comment #1 from pete...@hottemptation.org 2010-08-03 08:05:32 PDT ---
Created an attachment (id=37544)
--> (https://bugs.freedesktop.org/attachment.cgi?id=37544)
dmesg after bootup
--
Configure bugmail: https://bugs.freedesktop.org/userpref
https://bugs.freedesktop.org/show_bug.cgi?id=29384
--- Comment #2 from peterle at hottemptation.org 2010-08-03 08:05:54 PDT ---
Created an attachment (id=37545)
--> (https://bugs.freedesktop.org/attachment.cgi?id=37545)
dmesg after resuspend
--
Configure bugmail: https://bugs.freedesktop.org/us
https://bugs.freedesktop.org/show_bug.cgi?id=29384
Summary: Slow switch between TTY1-TTY6 with /dev/fb0 or X11
involved
Product: DRI
Version: unspecified
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
https://bugs.freedesktop.org/show_bug.cgi?id=29384
--- Comment #1 from peterle at hottemptation.org 2010-08-03 08:05:32 PDT ---
Created an attachment (id=37544)
--> (https://bugs.freedesktop.org/attachment.cgi?id=37544)
dmesg after bootup
--
Configure bugmail: https://bugs.freedesktop.org/userp
https://bugs.freedesktop.org/show_bug.cgi?id=29384
Summary: Slow switch between TTY1-TTY6 with /dev/fb0 or X11
involved
Product: DRI
Version: unspecified
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
https://bugs.freedesktop.org/show_bug.cgi?id=27744
--- Comment #14 from pete...@hottemptation.org 2010-08-03 07:37:05 PDT ---
Created an attachment (id=37542)
--> (https://bugs.freedesktop.org/attachment.cgi?id=37542)
dmesg log
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?ta
https://bugs.freedesktop.org/show_bug.cgi?id=27744
--- Comment #14 from peterle at hottemptation.org 2010-08-03 07:37:05 PDT ---
Created an attachment (id=37542)
--> (https://bugs.freedesktop.org/attachment.cgi?id=37542)
dmesg log
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi
https://bugs.freedesktop.org/show_bug.cgi?id=27744
--- Comment #13 from pete...@hottemptation.org 2010-08-03 07:35:43 PDT ---
Hello!
I use a Radeon 5650 (Acer TimelineX 3820TG with switch off Intel-Graphics!),
all run's fine with Kernel "2.6.34.1" including KMS, Suspend to RAM, tty1-6
Framebuffer
https://bugs.freedesktop.org/show_bug.cgi?id=27744
--- Comment #13 from peterle at hottemptation.org 2010-08-03 07:35:43 PDT ---
Hello!
I use a Radeon 5650 (Acer TimelineX 3820TG with switch off Intel-Graphics!),
all run's fine with Kernel "2.6.34.1" including KMS, Suspend to RAM, tty1-6
Framebuff
https://bugs.freedesktop.org/show_bug.cgi?id=29383
--- Comment #1 from Fabio Pedretti 2010-08-03 07:28:17
PDT ---
Screnshots here due to size limit:
r300g:
http://a.imageshack.us/img837/8601/r300g.png
r300 classic:
http://a.imageshack.us/img192/5466/r300.png
--
Configure bugmail: https://bug
https://bugs.freedesktop.org/show_bug.cgi?id=29383
--- Comment #1 from Fabio Pedretti 2010-08-03 07:28:17
PDT ---
Screnshots here due to size limit:
r300g:
http://a.imageshack.us/img837/8601/r300g.png
r300 classic:
http://a.imageshack.us/img192/5466/r300.png
--
Configure bugmail: https://bug
1 - 100 of 126 matches
Mail list logo