From: Tomi Valkeinen <tomi.valkeinen@ti.com>
To: linux-fbdev@vger.kernel.org
Subject: Re: [PATCH 1/3] video: fbdev: Add additional vesa modes
Date: Thu, 04 Dec 2014 14:53:27 +0000 [thread overview]
Message-ID: <54807567.6000608@ti.com> (raw)
In-Reply-To: <1417643369-20603-1-git-send-email-davidu@nvidia.com>
[-- Attachment #1: Type: text/plain, Size: 2391 bytes --]
On 03/12/14 23:49, David Ung wrote:
> Add high resolution modes to vesa_modes struct.
>
> Signed-off-by: David Ung <davidu@nvidia.com>
> ---
> drivers/video/fbdev/core/modedb.c | 27 +++++++++++++++++++++++++++
> include/linux/fb.h | 2 +-
> 2 files changed, 28 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/video/fbdev/core/modedb.c b/drivers/video/fbdev/core/modedb.c
> index 388f797..0b57c1df 100644
> --- a/drivers/video/fbdev/core/modedb.c
> +++ b/drivers/video/fbdev/core/modedb.c
> @@ -468,6 +468,33 @@ const struct fb_videomode vesa_modes[] = {
> /* 33 1920x1440-75 VESA */
> { NULL, 75, 1920, 1440, 3367, 352, 144, 56, 1, 224, 3,
> FB_SYNC_VERT_HIGH_ACT, FB_VMODE_NONINTERLACED, FB_MODE_IS_VESA },
> + /* 34 1920x1200-60 RB VESA */
> + { NULL, 60, 1920, 1200, 6493, 80, 48, 26, 3, 32, 6,
> + FB_SYNC_VERT_HIGH_ACT, FB_VMODE_NONINTERLACED, FB_MODE_IS_VESA },
> + /* 35 1920x1200-60 VESA */
> + { NULL, 60, 1920, 1200, 5174, 336, 136, 36, 3, 200, 6,
> + FB_SYNC_VERT_HIGH_ACT, FB_VMODE_NONINTERLACED, FB_MODE_IS_VESA },
> + /* 36 1920x1200-75 VESA */
> + { NULL, 75, 1920, 1200, 4077, 344, 136, 46, 3, 208, 6,
> + FB_SYNC_VERT_HIGH_ACT, FB_VMODE_NONINTERLACED, FB_MODE_IS_VESA },
> + /* 37 1920x1200-85 VESA */
> + { NULL, 85, 1920, 1200, 3555, 352, 144, 53, 3, 208, 6,
> + FB_SYNC_VERT_HIGH_ACT, FB_VMODE_NONINTERLACED, FB_MODE_IS_VESA },
> + /* 38 2560x1600-60 RB VESA */
> + { NULL, 60, 2560, 1600, 3724, 80, 48, 37, 3, 32, 6,
> + FB_SYNC_HOR_HIGH_ACT, FB_VMODE_NONINTERLACED, FB_MODE_IS_VESA },
> + /* 39 2560x1600-60 VESA */
> + { NULL, 60, 2560, 1600, 2869, 472, 192, 49, 3, 280, 6,
> + FB_SYNC_VERT_HIGH_ACT, FB_VMODE_NONINTERLACED, FB_MODE_IS_VESA },
> + /* 40 2560x1600-75 VESA */
> + { NULL, 75, 2560, 1600, 2256, 488, 208, 63, 3, 280, 6,
> + FB_SYNC_VERT_HIGH_ACT, FB_VMODE_NONINTERLACED, FB_MODE_IS_VESA },
> + /* 41 2560x1600-85 VESA */
> + { NULL, 85, 2560, 1600, 1979, 488, 208, 73, 3, 280, 6,
> + FB_SYNC_VERT_HIGH_ACT, FB_VMODE_NONINTERLACED, FB_MODE_IS_VESA },
> + /* 42 2560x1600-120 RB VESA */
> + { NULL, 120, 2560, 1600, 1809, 80, 48, 85, 3, 32, 6,
> + FB_SYNC_HOR_HIGH_ACT, FB_VMODE_NONINTERLACED, FB_MODE_IS_VESA },
Where did you take these timings? Are the modes in vesa_modes[] in some
defined order, or just in the order they have been added?
Tomi
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
next prev parent reply other threads:[~2014-12-04 14:53 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-03 21:49 [PATCH 1/3] video: fbdev: Add additional vesa modes David Ung
2014-12-04 14:53 ` Tomi Valkeinen [this message]
2014-12-05 3:54 ` David Ung
2015-01-13 7:32 ` David Ung
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=54807567.6000608@ti.com \
--to=tomi.valkeinen@ti.com \
--cc=linux-fbdev@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.