[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20061002225738.GD7716@cosmic.amd.com>
Date: Mon, 2 Oct 2006 16:57:38 -0600
From: "Jordan Crouse" <jordan.crouse@....com>
To: linux-fbdev-devel@...ts.sourceforge.net,
linux-kernel@...r.kernel.org, devel@...top.org
Subject: [PATCH] video: Get the default mode from the right database
fb_find_mode() is behaving in an non-intuitive way. When I specify my
own video mode database, and no default mode, I would have expected it
to assume the first mode in my database as the default mode. Instead, it
uses the built in database:
> if (!db) {
> db = modedb;
> dbsize = ARRAY_SIZE(modedb);
> }
> if (!default_mode)
> default_mode = &modedb[DEFAULT_MODEDB_INDEX];
Personally, I think this is incorrect - if an alternate database is
specified, it should be always using that. Patch is attached.
Regards,
Jordan
--
Jordan Crouse
Senior Linux Engineer
Advanced Micro Devices, Inc.
<www.amd.com/embeddedprocessors>
View attachment "modedb-fix.patch" of type "text/plain" (764 bytes)
Powered by blists - more mailing lists