From mboxrd@z Thu Jan 1 00:00:00 1970 From: Archit Taneja Date: Wed, 31 Oct 2012 06:22:21 +0000 Subject: Re: [PATCH 01/12] OMAPFB: remove use of extended edid block Message-Id: <5090C0CD.7070104@ti.com> List-Id: References: <1351613409-21186-1-git-send-email-tomi.valkeinen@ti.com> <1351613409-21186-2-git-send-email-tomi.valkeinen@ti.com> In-Reply-To: <1351613409-21186-2-git-send-email-tomi.valkeinen@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Tomi Valkeinen Cc: linux-omap@vger.kernel.org, linux-fbdev@vger.kernel.org, rob@ti.com On Tuesday 30 October 2012 09:39 PM, Tomi Valkeinen wrote: > It seems that using the second EDID block causes more problems than is > of any help. The first mode in the extended block will get > FB_MODE_IS_FIRST set, which will override the first mode from the first > EDID block, thus making the default videomode selection not to work > properly. > > This patch removes the use of the extended edid block for now. Looks like you had posted this one(and also the next one)in the previous cleanup/fixes series also. Archit