[Intel-gfx] [PATCH i-g-t 2/2] drv_module_reload: For some reason, vtcon0 has been seen as being fbcon
Damien Lespiau
damien.lespiau at intel.com
Thu Jul 10 15:17:43 CEST 2014
Not sure if this was ABI, I vote for no, so just unbind everyone.
Signed-off-by: Damien Lespiau <damien.lespiau at intel.com>
---
tests/drv_module_reload | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/tests/drv_module_reload b/tests/drv_module_reload
index 66cd6bb..0e729d3 100755
--- a/tests/drv_module_reload
+++ b/tests/drv_module_reload
@@ -5,14 +5,17 @@
# ... we've broken this way too often :(
#
+set -x
+
SOURCE_DIR="$( dirname "${BASH_SOURCE[0]}" )"
. $SOURCE_DIR/drm_lib.sh
# no other drm service should be running, so we can just unbind
# vtcon0 is vga, vtcon1 fbcon and let's pray that won't change due to boot load
-# time changes
-if ! echo 0 > /sys/class/vtconsole/vtcon1/bind ; then
+# time changes. It just did here!, unbind everything, like a boss.
+if ! echo 0 > /sys/class/vtconsole/vtcon0/bind && \
+ echo 0 > /sys/class/vtconsole/vtcon1/bind; then
echo -e "no kms unload support"
echo "please enable CONFIG_VT_HW_CONSOLE_BINDING in the kernel"
exit 77
--
1.8.3.1
More information about the Intel-gfx
mailing list