]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r259104:
authordumbbell <dumbbell@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 11 Dec 2013 23:06:03 +0000 (23:06 +0000)
committerdumbbell <dumbbell@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 11 Dec 2013 23:06:03 +0000 (23:06 +0000)
commitc1937a260c6279be9c27e9e6834603d069c8864e
tree2a9a8016f35bb350fdff06ccb4282eedc997e2be
parentf75d10422f6dd39297a9c77ad10f699e01487a26
MFC r259104:

drm/radeon: radeon_dp_i2c_aux_ch() must return 0 on FreeBSD

The code was unmodified compared to Linux and returned the amount of
received bytes from the i2c bus. This led to non-working i2c bus and
failure to eg. read monitor's EDID, if connected to DisplayPort.

Tested by: MikaĆ«l Urankar <mikael.urankar@gmail.com>

git-svn-id: svn://svn.freebsd.org/base/stable/10@259236 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/drm2/radeon/atombios_dp.c