qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Gerd Hoffmann <kraxel@redhat.com>
To: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Cc: G 3 <programmingkidx@gmail.com>,
	qemu-devel qemu-devel <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] Questions about EDID
Date: Thu, 28 Feb 2019 07:38:12 +0100	[thread overview]
Message-ID: <20190228063812.b75cqgoacf32bri4@sirius.home.kraxel.org> (raw)
In-Reply-To: <7de277ad-ab04-795b-8399-7a01d476e130@ilande.co.uk>

On Thu, Feb 28, 2019 at 06:01:30AM +0000, Mark Cave-Ayland wrote:
> On 28/02/2019 05:49, Gerd Hoffmann wrote:
> 
> >   Hi,
> > 
> >> Right, at the moment all the MacOS driver does is parse the resolution list from the
> >> EDID and add them to the dropdown list - it doesn't support the xres and yres properties.
> > 
> >> The main reason for this that OpenBIOS currently makes use of the -g XxYxD parameter
> >> to set up the display resolution and bit depth, and AFAICT we currently only have
> >> access to the X and Y resolutions via the EDID blob. So it's not clear whether EDID
> >> can completely replace the existing mechanism yet.
> > 
> > EDID can only propagate x + y, not depth.
> 
> Right - my quick reading online was that there was very limited depth capability, and
> certainly nothing greater than 16-bit.

That is another depth, it's the bits *per color* the monitor is able to
display.

> Rather than duplicating these parameters, would it make sense to come up with a
> custom QEMU extension block to hold the extra depth information?

Well, not really.  EDID is about monitor capabilities.  The monitor will
see 8 bit per color channel, no matter whenever your GPU composes that
signal using a 8bpp mode + color palette or 24bpp mode with direct
color.

cheers,
  Gerd

  reply	other threads:[~2019-02-28  6:38 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-25 14:05 [Qemu-devel] Questions about EDID G 3
2019-02-25 15:26 ` Gerd Hoffmann
2019-02-26  2:49   ` Programmingkid
2019-02-26  6:43     ` Gerd Hoffmann
2019-02-26 21:11       ` G 3
2019-02-27  5:27         ` Gerd Hoffmann
2019-02-27 21:22           ` Programmingkid
2019-02-28  5:01           ` Mark Cave-Ayland
2019-02-28  5:49             ` Gerd Hoffmann
2019-02-28  6:01               ` Mark Cave-Ayland
2019-02-28  6:38                 ` Gerd Hoffmann [this message]
2019-02-28 16:57                   ` Mark Cave-Ayland
2019-03-01  5:43                     ` Gerd Hoffmann
2019-02-28 16:53             ` G 3
2019-03-01  5:47               ` Gerd Hoffmann
2019-03-01 14:41                 ` G 3

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=20190228063812.b75cqgoacf32bri4@sirius.home.kraxel.org \
    --to=kraxel@redhat.com \
    --cc=mark.cave-ayland@ilande.co.uk \
    --cc=programmingkidx@gmail.com \
    --cc=qemu-devel@nongnu.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;
as well as URLs for NNTP newsgroup(s).