public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Michael Clark <michael@metaparadigm.com>
To: Ani Joshi <ajoshi@shell.unixbox.com>
Cc: Linux Fbdev <linux-fbdev-devel@lists.sourceforge.net>,
	Linux Kernel <linux-kernel@vger.kernel.org>
Subject: [PATCH] drivers/video/modedb.c - 1400x1050 fbdev mode timings
Date: Fri, 18 Jan 2002 16:18:41 +0800	[thread overview]
Message-ID: <3C47DA61.3060405@metaparadigm.com> (raw)
In-Reply-To: <Pine.BSF.4.44.0201172330570.89288-100000@shell.unixbox.com>

[-- Attachment #1: Type: text/plain, Size: 717 bytes --]

Thanks Ani,

Here's another one people might find useful - these are the timings detected
using the radeon BIOS registers for my 1400x1050 LCD. Someone might find these
useful if their XGA panel geometry can't be detected as there are currently
no 1400x1050 modes defined in modedb.c

cheers,
~mc

Ani Joshi wrote:

> Hi Michael,
> 
> Thanks for the patch, I will merge it in tomorrow and release an updated
> version of the driver soon after.
> 
> 
> ani
> 
> 
> On Thu, 17 Jan 2002, Michael Clark wrote:
[snip]
>>BTW - Also, here is my patch to radeonfb to detect panel geometry using
>>radeon BIOS registers on Radeon Mobility M6 chipset.
>>
>>   http://gort.metaparadigm.com/radeonfb/radeon-bios-dfpinfo-2.patch


[-- Attachment #2: 1400x1050-fbmode.patch --]
[-- Type: text/plain, Size: 536 bytes --]

--- linux-2.4.18-pre2-radeonfix-orig/drivers/video/modedb.c	Mon Jan 14 11:53:26 2002
+++ linux-2.4.18-pre2-radeonfix/drivers/video/modedb.c	Tue Jan 15 00:51:22 2002
@@ -127,6 +127,10 @@
 	NULL, 61, 1280, 1024, 9090, 200, 48, 26, 1, 184, 3,
 	0, FB_VMODE_NONINTERLACED
     }, {
+	/* 1400x1050 @ 60Hz, 63.9 kHz hsync */
+	NULL, 68, 1400, 1050, 9259, 136, 40, 13, 1, 112, 3,
+	0, FB_VMODE_NONINTERLACED
+    }, {
 	/* 1024x768 @ 85 Hz, 70.24 kHz hsync */
 	NULL, 85, 1024, 768, 10111, 192, 32, 34, 14, 160, 6,
 	0, FB_VMODE_NONINTERLACED

  reply	other threads:[~2002-01-18  8:19 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-01-17  3:54 [PATCH] radeonfb for kernel-2.4.18-pre1 reddog83
2002-01-17  7:37 ` Michael Clark
2002-01-18  7:31   ` Ani Joshi
2002-01-18  8:18     ` Michael Clark [this message]
2002-01-17 13:10 ` Jordan Breeding

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=3C47DA61.3060405@metaparadigm.com \
    --to=michael@metaparadigm.com \
    --cc=ajoshi@shell.unixbox.com \
    --cc=linux-fbdev-devel@lists.sourceforge.net \
    --cc=linux-kernel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox