linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@linux-foundation.org>
To: "Antonino A. Daplas" <adaplas@gmail.com>
Cc: Geert.Uytterhoeven@sonycom.com, linux-fbdev-devel@lists.sourceforge.net
Subject: Re: [PATCH 14/17] ps3av: add quirk database for broken monitors
Date: Wed, 3 Oct 2007 14:00:54 -0700	[thread overview]
Message-ID: <20071003140054.b340fe1f.akpm@linux-foundation.org> (raw)
In-Reply-To: <46FDACBE.8080707@gmail.com>

On Sat, 29 Sep 2007 09:39:10 +0800
"Antonino A. Daplas" <adaplas@gmail.com> wrote:

> +static const struct ps3av_monitor_quirk {
> +	const char *monitor_name;
> +	u32 clear_60, clear_50, clear_vesa;
> +} ps3av_monitor_quirks[] = {
> +	{
> +		.monitor_name	= "DELL 2007WFP",
> +		.clear_60	= PS3AV_RESBIT_1920x1080I
> +	}, {
> +		.monitor_name	= "L226WTQ",
> +		.clear_60	= PS3AV_RESBIT_1920x1080I |
> +				  PS3AV_RESBIT_1920x1080P
> +	}, {
> +		.monitor_name	= "SyncMaster",
> +		.clear_60	= PS3AV_RESBIT_1920x1080I
> +	}
> +};

One assumes that the presently-unused clear_50 and clear_vesa will
be used at some time in the future...

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/

  reply	other threads:[~2007-10-03 21:01 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-29  1:39 [PATCH 14/17] ps3av: add quirk database for broken monitors Antonino A. Daplas
2007-10-03 21:00 ` Andrew Morton [this message]
2007-10-04  7:46   ` Geert Uytterhoeven
2007-10-12 14:36     ` Geert Uytterhoeven

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=20071003140054.b340fe1f.akpm@linux-foundation.org \
    --to=akpm@linux-foundation.org \
    --cc=Geert.Uytterhoeven@sonycom.com \
    --cc=adaplas@gmail.com \
    --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).