[Bug 34252] Unexpected behaviour when switching video cards with vga_switcheroo

2011-05-11 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=34252





--- Comment #8 from Florian Mickler flor...@mickler.org  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 intended
change in behavior or an unintended side effect of some other change. Dave
Airlie can probably tell though... 


p.s.: 
Anyway, I presume working around that in userspace is not the issue? (i.e.
maybe doing something like this:

IGDINUSE=`grep IGD /sys/kernel/debug/vgaswitcheroo/switch | awk -F: '{ $3 }'`
if [ x$IGDINUSE != x+ ]; then
 echo IGD  /sys/kernel/debug/vgaswitcheroo/switch
fi

)

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.

--
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 16541] Imac Radeon HD 4850 switch Mini Display Port output with ALL kernels after 2.6.31

2011-05-11 Thread bugzilla-daemon
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.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.
--
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 34252] Unexpected behaviour when switching video cards with vga_switcheroo

2011-05-11 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=34252





--- Comment #9 from Igor Murzov e-m...@date.by  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.0
# echo IGD  /sys/kernel/debug/vgaswitcheroo/switch
# cat /sys/kernel/debug/vgaswitcheroo/switch
0:+:Pwr::01:05.0
1: :Pwr::02:00.0

 Anyway, I presume working around that in userspace is not the issue?

You are right. I wrote simple script for this already. Thanks.

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.

--
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel