http://bugzilla.kernel.org/show_bug.cgi?id=10985





------- Comment #29 from [EMAIL PROTECTED]  2008-07-17 04:27 -------
Hi - I just tried that against 2.6.26 (hunks applied against i915_drv.c).
Unfortunately it didn't fix the problem. I'll attach the intel_reg_dumper
output before/after as usual. This is the script I use to test:

#!/bin/sh
set -u
set -e

modprobe i915

/root/intel_reg_dumper > /root/x_regs_before.txt
uname -a > /root/BEFORE
echo acpi_video_flags: >> /root/BEFORE
cat /proc/sys/kernel/acpi_video_flags >> /root/BEFORE

echo mem > /sys/power/state

/root/intel_reg_dumper > /root/x_regs_after.txt
uname -a > /root/AFTER
echo acpi_video_flags: >> /root/AFTER
cat /proc/sys/kernel/acpi_video_flags >> /root/AFTER
dmesg >> /root/AFTER

sync


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

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to