drm: Eliminate magic I2C frobbing when reading EDID
authorKeith Packard <keithp@keithp.com>
Sun, 31 May 2009 03:42:27 +0000 (20:42 -0700)
committerDave Airlie <airlied@redhat.com>
Fri, 12 Jun 2009 05:37:27 +0000 (15:37 +1000)
This code depends on the underlying I2C adapter using the bit-banging algo,
which may not be the case. If specific encoders require this mechanism, they
should build a custom I2C algo that implements this workaround, rather than
having it in the general path.

Signed-off-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found