[PATCH] i915: Add option to bypass vbt table.

2012-03-01 Thread Mathias Fröhlich
Hi, On Wednesday, February 29, 2012 22:04:45 you wrote: > thank you for your patch. Could you please resend it as [PATCH v2] with > the following things addressed. Will do. Thanks! Mathias

[PATCH] i915: Add option to bypass vbt table.

2012-02-29 Thread Paul Menzel
.email Mathias.Froehlich at web.de You can also use umlauts. Nowadays that poses no problem. > Date: Wed, 29 Feb 2012 20:12:59 +0100 > Subject: [PATCH] i915: Add option to bypass vbt table. > > Add an option to skip reading the mode entries from > the vbt bios tables. > This change ena

Re: [PATCH] i915: Add option to bypass vbt table.

2012-02-29 Thread Mathias Fröhlich
Hi, On Wednesday, February 29, 2012 22:04:45 you wrote: > thank you for your patch. Could you please resend it as [PATCH v2] with > the following things addressed. Will do. Thanks! Mathias ___ dri-devel mailing list dri-devel@lists.freedesktop.org http

[PATCH] i915: Add option to bypass vbt table.

2012-02-29 Thread Mathias Fröhlich
Hi, Attached is a small change to i915 that fixes a customer case that I had in my day job. The problem happens with an embedded board that contains vbt bios tables that do not match the attached display. Using this change and the apropriate kernel boot command line they are able to use an ot

[PATCH] i915: Add option to bypass vbt table.

2012-02-29 Thread Mathias Froehlich
Add an option to skip reading the mode entries from the vbt bios tables. This change enables the use of displays where the vbt table just contains inapropriate values, but either the vesa defaults or the video=... modes do something sensible with the attached display. Signed-off-by: Mathias Froehl

Re: [PATCH] i915: Add option to bypass vbt table.

2012-02-29 Thread Paul Menzel
.email mathias.froehl...@web.de You can also use umlauts. Nowadays that poses no problem. > Date: Wed, 29 Feb 2012 20:12:59 +0100 > Subject: [PATCH] i915: Add option to bypass vbt table. > > Add an option to skip reading the mode entries from > the vbt bios tables. > This change ena

[PATCH] i915: Add option to bypass vbt table.

2012-02-29 Thread Mathias Fröhlich
otherwise completely unusable secondary display on that embedded board. Please review. Thanks! Mathias>From 4c19b0f14a69ece1bd9729bfcd86f7bbe879a0a6 Mon Sep 17 00:00:00 2001 From: Mathias Froehlich Date: Wed, 29 Feb 2012 20:12:59 +0100 Subject: [PATCH] i915: Add option to bypass vbt table.