From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@bugzilla.kernel.org
Subject: [Bug 34252] Unexpected behaviour when switching video cards with
vga_switcheroo
Date: Wed, 11 May 2011 06:18:58 GMT
Message-ID: <201105110618.p4B6IwL8004028@demeter2.kernel.org>
References:
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Return-path:
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org
Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org
To: dri-devel@lists.sourceforge.net
List-Id: dri-devel@lists.freedesktop.org
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 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