linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Antonino A. Daplas" <adaplas@gmail.com>
To: linux-fbdev-devel@lists.sourceforge.net
Cc: Robert Siemer <Robert.Siemer@backsla.sh>
Subject: Re: radeonfb: DDC read wrong?
Date: Tue, 27 Jun 2006 04:55:49 +0800	[thread overview]
Message-ID: <44A049D5.5030702@gmail.com> (raw)
In-Reply-To: <20060626170158.GA2331@polar.elf12.net>

Robert Siemer wrote:
> On Sun, Jun 25, 2006 at 08:00:30AM +0800, Antonino A. Daplas wrote:
>> Robert Siemer wrote:
>>> On Sat, Jun 24, 2006 at 08:11:46PM +0800, Antonino A. Daplas wrote:
>>>> Robert Siemer wrote:
>> Disregard the previous patch, I forgot to adjust the checksum.
>> Try this instead...
> 
> The patch works in the way that I see a console without a video= param.
> 
> Please answer my questions:
> -Does the EDID block that reads the kernel get somehow exported or
>  used somewhere else (in kernel maybe)?

For drivers that use the EDID, it gets converted into struct fb_monspecs.
Part of this structure is a private mode database
(cat /sys/class/graphics/fb0/modes).

> -How get the capabilities of the monitor joined with the capabilities
>  of the graphic adapter?

The driver has to watch out for that.

> -Are there some (high) minimum capabilities of the radeon cards (so,
>  is it possible to assume all can handle h: ...kHz, v: ...Hz or pxck:
>  ...MHz)

VGA cards will always have an upper limit to the pixelclock, and the
horizontal and vertical sync limits are derived from the pixelclock and
the resolution of the display.

> -Which mode gets choosen from the resulting set of resolutions? I mean,
>  based on what?

Depends on the driver. A combination of the 'first detailed timing
is preferred' flag and a detailed timing is the initial startup mode.
As for radeonfb, I think it just grabs the first detailed timing for
the initial mode.

Tony

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

  reply	other threads:[~2006-06-26 20:56 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-20 14:01 radeonfb: DDC read wrong? Robert Siemer
2006-06-24 12:11 ` Antonino A. Daplas
2006-06-24 17:47   ` Robert Siemer
2006-06-24 21:33     ` Antonino A. Daplas
2006-06-24 21:56       ` Robert Siemer
2006-06-24 23:27     ` Antonino A. Daplas
2006-06-25  0:00     ` Antonino A. Daplas
2006-06-26 17:01       ` Robert Siemer
2006-06-26 20:55         ` Antonino A. Daplas [this message]
2006-06-27 19:11           ` Luca

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=44A049D5.5030702@gmail.com \
    --to=adaplas@gmail.com \
    --cc=Robert.Siemer@backsla.sh \
    --cc=linux-fbdev-devel@lists.sourceforge.net \
    /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;
as well as URLs for NNTP newsgroup(s).