drm/i915: slow acpi_lid_open() causes flickering - V2
authorThomas Meyer <thomas@m3y3r.de>
Tue, 2 Feb 2010 19:09:04 +0000 (20:09 +0100)
committerEric Anholt <eric@anholt.net>
Thu, 4 Feb 2010 16:36:45 +0000 (08:36 -0800)
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>

No differences found