From: Jean Delvare <khali@linux-fr.org>
To: Vishal Linux <vishal.linux@gmail.com>
Cc: LKML <linux-kernel@vger.kernel.org>
Subject: Re: How to get SDA/SCL bit position in the control word register of the video card?
Date: Fri, 25 Nov 2005 20:33:00 +0100 [thread overview]
Message-ID: <20051125203300.0899e9b7.khali@linux-fr.org> (raw)
In-Reply-To: <e3e24c6a0511240245i1d395ae6g4d768a75a602d6ce@mail.gmail.com>
Hi Vishal,
First of all, I would suggest that you post using your real name.
Pretending that you are Linux on your own will not make you popular.
> I am trying to communicate to the monitor eeprom to get the monitor
> capabilities and for that i need to have SDA/SCL bit positions in the
> control word register of the video card (to read and wrtie data using
> i2c protocol).
>
> Different video card vendors have different offsets for the control
> word register and different bit positions for SDA/SCL.
True, this is actually totally hardware-dependant.
> I tried to use linux kernel API char* get_EDID_from_BIOS(void*) and
> then using kgdb to debug the kernel module (that i wrote) to get the
> same but failed to find the way to get the above.
I couldn't find any function by that name in the Linux kernel source
tree. What are you talking about?
> I do have the offset of the control word register and Masking Value of
> Intel and Matrox card but i would like NOT to hardcode the masking
> value and the offset in my code. This will lead me to modify my code
> for the different cards.
>
> Is there any way to get the control word register's address (and then
> SDA/SCL bit position) on the linux operating system. Is this
> information available to linux kernel ?
Support for different hardware belong to different drivers. If you are
trying to put support for many incompatible chips in a single driver,
you're doing something wrong.
Anyway, we already have DDC (I2C) support for almost all graphics
adapters in Linux. In most cases, the support is part of the
framebuffer driver (radeonfb, i2c-matroxfb, i810fb, savagefb,
nvidiafb.) We also have some legacy standalone drivers (i2c-810,
i2c-prosavage, i2c-savage4, i2c-voodoo3) which should be obsoleted over
time.
So, although you didn't clearly say what you really were trying to do,
it's almost certainly wrong. Don't go reinventing the wheel, use
existing drivers. Once you have loaded the proper driver for your
hardware, you can load the eeprom module to get access to the EDID
data. There is an helper script, named ddcmon [1], in the lm_sensors
package, which will decode the EDID data in a human-readable format.
You may also want to take a look at an older program called read-edid
[2], which does actually attempt to use the BIOS to retrieve the EDID,
with varying success, then decodes it in a form suitable for X
configuration files. This can be used in combination with another
script from the lm_sensors package, decode-edid.pl [3], to get the same
output from the i2c adapter and eeprom modules instead of BIOS.
[1] http://www2.lm-sensors.nu/~lm78/cvs/lm_sensors2/prog/eeprom/ddcmon
[2] http://john.fremlin.de/programs/linux/read-edid/
[3] http://www2.lm-sensors.nu/~lm78/cvs/lm_sensors2/prog/eeprom/decode-edid.pl
--
Jean Delvare
next prev parent reply other threads:[~2005-11-25 19:31 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-24 10:45 How to get SDA/SCL bit position in the control word register of the video card? Vishal Linux
2005-11-24 10:53 ` Vojtech Pavlik
2005-11-25 19:33 ` Jean Delvare [this message]
2005-11-26 4:12 ` Vishal Linux
2005-11-26 10:36 ` Jean Delvare
2005-11-26 11:25 ` Vishal Soni
2005-11-26 11:34 ` Antonino A. Daplas
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=20051125203300.0899e9b7.khali@linux-fr.org \
--to=khali@linux-fr.org \
--cc=linux-kernel@vger.kernel.org \
--cc=vishal.linux@gmail.com \
/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