commit | 61f11699e7a92d932b31ded3715ad4f70eb26ef2 | [log] [tgz] |
---|---|---|
author | Keith Packard <keithp@keithp.com> | Sat May 30 20:42:27 2009 -0700 |
committer | Dave Airlie <airlied@redhat.com> | Fri Jun 12 15:37:27 2009 +1000 |
tree | 19b191e37195a955db4b8e206b346d6eb806c893 | |
parent | 7ff145593d808a371924652c8d6a15fb75ce2250 [diff] |
drm: Eliminate magic I2C frobbing when reading EDID 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>