https://bugzilla.kernel.org/show_bug.cgi?id=34252
--- Comment #9 from Igor Murzov 2011-05-11 22:49:30 ---
> What was the behavior before v2.6.38-rc4?
On 2.6.37.6 nothing happens if card is already active:
# cat /sys/kernel/debug/vgaswitcheroo/switch
0:+:Pwr::01:05.0
1: :Pwr::02:00.
https://bugs.freedesktop.org/show_bug.cgi?id=33824
Tobias Jakobi changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=33824
Tobias Jakobi changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=33824
--- Comment #7 from Droste 2011-05-11 17:09:45 PDT ---
Currently I'm running drm-fixes (built ~1h ago). Most probably it's only
visible on some cards (evergreen/juniper here).
(libdrm, mesa and ddx were also updated to current git master ~1h ago
https://bugs.freedesktop.org/show_bug.cgi?id=33824
--- Comment #7 from Droste 2011-05-11 17:09:45 PDT ---
Currently I'm running drm-fixes (built ~1h ago). Most probably it's only
visible on some cards (evergreen/juniper here).
(libdrm, mesa and ddx were also updated to current git master ~1h ago
https://bugs.freedesktop.org/show_bug.cgi?id=33824
--- Comment #6 from Tobias Jakobi 2011-05-11 17:04:17 PDT
---
No, also no errors visible there. Which kernel do you use? Using the drm-next
branch here.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are
https://bugs.freedesktop.org/show_bug.cgi?id=33824
--- Comment #6 from Tobias Jakobi 2011-05-11 17:04:17
PDT ---
No, also no errors visible there. Which kernel do you use? Using the drm-next
branch here.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are
https://bugs.freedesktop.org/show_bug.cgi?id=36939
Tom Stellard changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=36939
Tom Stellard changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugzilla.kernel.org/show_bug.cgi?id=34252
--- Comment #9 from Igor Murzov 2011-05-11 22:49:30 ---
> What was the behavior before v2.6.38-rc4?
On 2.6.37.6 nothing happens if card is already active:
# cat /sys/kernel/debug/vgaswitcheroo/switch
0:+:Pwr::01:05.0
1: :Pwr::02:00.
nsertions(+), 1 deletion(-)
--- linux-next-20110511.orig/drivers/gpu/drm/nouveau/Kconfig
+++ linux-next-20110511/drivers/gpu/drm/nouveau/Kconfig
@@ -11,7 +11,8 @@ config DRM_NOUVEAU
select FRAMEBUFFER_CONSOLE if !EXPERT
select FB_BACKLIGHT if DRM_NOUVEAU_BACKLIGHT
select ACP
nsertions(+), 1 deletion(-)
--- linux-next-20110511.orig/drivers/gpu/drm/nouveau/Kconfig
+++ linux-next-20110511/drivers/gpu/drm/nouveau/Kconfig
@@ -11,7 +11,8 @@ config DRM_NOUVEAU
select FRAMEBUFFER_CONSOLE if !EXPERT
select FB_BACKLIGHT if DRM_NOUVEAU_BACKLIGHT
select ACP
On Wed, May 11, 2011 at 2:02 PM, Alex Deucher wrote:
> On rev <= 1.1 tables, the offset is absolute,
> on newer tables, it's relative.
>
> Fixes:
> https://bugzilla.redhat.com/show_bug.cgi?id=700326
>
> Signed-off-by: Alex Deucher
> Cc: stable at kernel.org
Reviewed-by: Jerome Glisse
> ---
> ?d
On rev <= 1.1 tables, the offset is absolute,
on newer tables, it's relative.
Fixes:
https://bugzilla.redhat.com/show_bug.cgi?id=700326
Signed-off-by: Alex Deucher
Cc: stable at kernel.org
---
drivers/gpu/drm/radeon/radeon_atombios.c | 14 +++---
1 files changed, 11 insertions(+), 3 d
https://bugzilla.kernel.org/show_bug.cgi?id=16541
--- Comment #12 from jeff.artik at gmail.com 2011-05-11 13:06:16 ---
Hi J?r?my ! So happy to see people triying to help me ! Could you tell me how
to proceed ? (step by step :P) hope that will help me ;)
--
Configure bugmail: https://bugzill
drm_debugfs_create_files declares a char buf on the stack and prints it's
value in a error condition. Before 28a62277 this character buf was filled
in but now it isn't. Instead we can now get the name from the parent dentry
and don't need this at all. Before this patch I would see a message like
https://bugs.freedesktop.org/show_bug.cgi?id=36939
--- Comment #10 from almos 2011-05-11 11:04:43 PDT ---
Fix v2 works perfectly. Thanks. I also tested some other games, and saw no
regressions.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving
https://bugs.freedesktop.org/show_bug.cgi?id=37117
Summary: configure fails in git/master
Product: DRI
Version: XOrg CVS
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: critical
Priority: medium
https://bugs.freedesktop.org/show_bug.cgi?id=36939
--- Comment #10 from almos 2011-05-11 11:04:43 PDT ---
Fix v2 works perfectly. Thanks. I also tested some other games, and saw no
regressions.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving
https://bugs.freedesktop.org/show_bug.cgi?id=37117
Summary: configure fails in git/master
Product: DRI
Version: XOrg CVS
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: critical
Priority: medium
On Wed, May 11, 2011 at 2:02 PM, Alex Deucher wrote:
> On rev <= 1.1 tables, the offset is absolute,
> on newer tables, it's relative.
>
> Fixes:
> https://bugzilla.redhat.com/show_bug.cgi?id=700326
>
> Signed-off-by: Alex Deucher
> Cc: sta...@kernel.org
Reviewed-by: Jerome Glisse
> ---
> driv
On rev <= 1.1 tables, the offset is absolute,
on newer tables, it's relative.
Fixes:
https://bugzilla.redhat.com/show_bug.cgi?id=700326
Signed-off-by: Alex Deucher
Cc: sta...@kernel.org
---
drivers/gpu/drm/radeon/radeon_atombios.c | 14 +++---
1 files changed, 11 insertions(+), 3 dele
drm_debugfs_create_files declares a char buf on the stack and prints it's
value in a error condition. Before 28a62277 this character buf was filled
in but now it isn't. Instead we can now get the name from the parent dentry
and don't need this at all. Before this patch I would see a message like
https://bugs.freedesktop.org/show_bug.cgi?id=35312
--- Comment #7 from Alex Deucher 2011-05-11 09:15:29 PDT ---
fixed in b9f2750900efb2667bc1dfc428b71d8a08b212be.
rv610/630/620/635 all work fine without the additional hack.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=e
https://bugs.freedesktop.org/show_bug.cgi?id=35312
--- Comment #7 from Alex Deucher 2011-05-11 09:15:29 PDT
---
fixed in b9f2750900efb2667bc1dfc428b71d8a08b212be.
rv610/630/620/635 all work fine without the additional hack.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=
https://bugs.freedesktop.org/show_bug.cgi?id=36939
Tom Stellard changed:
What|Removed |Added
Attachment #46577|0 |1
is obsolete|
https://bugs.freedesktop.org/show_bug.cgi?id=36939
Tom Stellard changed:
What|Removed |Added
Attachment #46577|0 |1
is obsolete|
https://bugzilla.kernel.org/show_bug.cgi?id=34252
--- Comment #8 from Florian Mickler 2011-05-11
06:18:49 ---
Hm.. according to the original commit description "ON" / "OFF" is used to turn
the not-in-use-card on/off...
What was the behavior before v2.6.38-rc4? I don't know if this was an
https://bugzilla.kernel.org/show_bug.cgi?id=16541
--- Comment #12 from jeff.ar...@gmail.com 2011-05-11 13:06:16 ---
Hi Jérémy ! So happy to see people triying to help me ! Could you tell me how
to proceed ? (step by step :P) hope that will help me ;)
--
Configure bugmail: https://bugzilla.k
Hi Linus,
two fixes for issues myself and Alex discovered trying to bring up accel
on the cayman hardware. The other change is a bit gross but is all I'm
comfortable with doing this close to a release, it fixes an build failure
on alpha due to the first attempt at supporting Xen + drm drivers,
https://bugs.freedesktop.org/show_bug.cgi?id=36939
--- Comment #8 from almos 2011-05-11 03:30:14 PDT ---
Created an attachment (id=46595)
--> (https://bugs.freedesktop.org/attachment.cgi?id=46595)
etqw_log.txt.gz
Unfortunately the fix makes things worse. Now everything is black except the
sky,
https://bugs.freedesktop.org/show_bug.cgi?id=36939
--- Comment #8 from almos 2011-05-11 03:30:14 PDT ---
Created an attachment (id=46595)
--> (https://bugs.freedesktop.org/attachment.cgi?id=46595)
etqw_log.txt.gz
Unfortunately the fix makes things worse. Now everything is black except the
sky,
The location of MC_ARB_RAMCFG changed on fusion.
I've diffed all the other regs in evergreend.h and this
is the only other reg that changed.
Signed-off-by: Alex Deucher
---
drivers/gpu/drm/radeon/evergreen.c |5 -
drivers/gpu/drm/radeon/evergreend.h |1 +
2 files changed, 5 insertio
https://bugs.freedesktop.org/show_bug.cgi?id=35312
--- Comment #6 from Francis Whittle 2011-05-11 02:00:42
PDT ---
Still doesn't work on RS880 until it's added to the conditional on line 813 of
r600_hw_context.c
I wonder if this should apply to rv620, rv635 (and rs780?) also?
--
Configure bug
https://bugs.freedesktop.org/show_bug.cgi?id=35312
--- Comment #6 from Francis Whittle 2011-05-11
02:00:42 PDT ---
Still doesn't work on RS880 until it's added to the conditional on line 813 of
r600_hw_context.c
I wonder if this should apply to rv620, rv635 (and rs780?) also?
--
Configure bug
https://bugzilla.kernel.org/show_bug.cgi?id=16541
J?r?my Lal changed:
What|Removed |Added
CC||kapouer at melix.org
--- Comment #11 fro
The location of MC_ARB_RAMCFG changed on fusion.
I've diffed all the other regs in evergreend.h and this
is the only other reg that changed.
Signed-off-by: Alex Deucher
---
drivers/gpu/drm/radeon/evergreen.c |5 -
drivers/gpu/drm/radeon/evergreend.h |1 +
2 files changed, 5 insertio
37 matches
Mail list logo