commit | 67026e03244d76b8f1fa725b079d4182fe8910aa | [log] [tgz] |
---|---|---|
author | Thomas Meyer <thomas@m3y3r.de> | Tue Feb 02 20:09:04 2010 +0100 |
committer | Eric Anholt <eric@anholt.net> | Thu Feb 04 08:36:45 2010 -0800 |
tree | 130176e2570f8581769302e7e08442f7ddd3c08c | |
parent | 33c5fd121eabbccc9103daf6cda36941eb3c349f [diff] |
drm/i915: slow acpi_lid_open() causes flickering - V2 acpi_lid_open() could take up to 10ms on my computer. Some component is calling the drm GETCONNECTOR ioctl many times in a row. This results in flickering (for example, when starting a video). Fix it by assuming an always connected lid status. Signed-off-by: Thomas Meyer <thomas@m3y3r.de> Signed-off-by: Eric Anholt <eric@anholt.net>