From: Arno Willig <arno.willig@hertz.st>
To: dri-devel@lists.freedesktop.org
Subject: I2C writes produce duplicated bytes
Date: Tue, 29 Apr 2014 12:44:23 +0000 (UTC) [thread overview]
Message-ID: <loom.20140429T141423-274@post.gmane.org> (raw)
Hi,
I am working with "ASRock FM2A75M-HD+" mainboards equipped with "AMD A4-4000
APU"s.
For some reasons I am required to write EDID data to VGA-connected TFT
panels which worked fine with an older mainboard with nvidia gpu.
With the ASRock board the smbus i2c DDC channel was recognized as "Radeon
aux bus DP-auxch" in linux 3.13.5 by i2cdetect. However this seems to be
fixed in 3.15.0-rc3, now it's "card0-VGA-1", which looks correct.
My problem is the following:
I tried to write to address 0x10 in the EDID block (val==0xaa)
i2cset -y 6 0x50 0x10 0xaa
Unfortunately the byte value is also copied to address 0x11, which is bad.
Some experiments showed that bytes written to all addresses are duplicated
to the next address. (Apparently a byte value written to address 0x0f is
duplicated to 0x00 and 0x1f is duplicated to 0x10 and so ).
This behaviour also seems to render ddc/ci commands unusable on this hardware.
Could this be a kernel bug in the radeon driver or is it an issue with the
mainboards?
Thanks for helping!
Ciao, Arno
reply other threads:[~2014-04-29 12:50 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=loom.20140429T141423-274@post.gmane.org \
--to=arno.willig@hertz.st \
--cc=dri-devel@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox