svn commit: r249041 - in head/sys/dev/drm2: . i915
Jean-Sébastien Pédron
dumbbell at FreeBSD.org
Sun Apr 7 22:31:45 UTC 2013
On 07.04.2013 21:05, Konstantin Belousov wrote:
> I suspect that the issue is with the drm2/i915/intel_dp.c.
> You might try to use shift to 7 instead of 8 for address in the
> intel_dp_aux_native_read/write, but I am not sure.
Based on your remark, I proposed the following patch to Olivier:
http://people.freebsd.org/~dumbbell/radeonkms/drm-i915-intel_iic.b.patch
And it worked for him!
If I understand correctly, this "aux channel" emulates a I2C bus. The
patch right-shifts back the slave address (in drm_dp_iic_helper.c). This
address is then used in intel_dp_i2c_aux_ch() (intel_dp.c).
If you agree, I can commit it.
--
Jean-Sébastien Pédron
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 261 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-src-head/attachments/20130408/19e62e35/attachment.sig>
More information about the svn-src-head
mailing list