Re: [PATCH] Fix a bug in intelfb initialization.

2009-05-01 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul Menzel wrote: > Dear everyone, > > do I need to send this somewhere else? Probably to the fbdev mailing list. I don't think anyone on dri-devel actively works on the fbdev-based drivers. https://lists.sourceforge.net/lists/listinfo/linux-fbdev

Re: [PATCH] Fix a bug in intelfb initialization.

2009-05-01 Thread Paul Menzel
Dear everyone, do I need to send this somewhere else? Thanks, Paul Am Sonntag, den 26.04.2009, 19:47 +0200 schrieb Paul Menzel: > When changing video timing dynamically via fbset the screen sporadically > is rendered black. > > With the attached fix which disables VCO prior to timing regis

[PATCH] Fix a bug in intelfb initialization.

2009-04-26 Thread Paul Menzel
When changing video timing dynamically via fbset the screen sporadically is rendered black. With the attached fix which disables VCO prior to timing register change the problem disappears. I had a look at the Xserver register setup code. Here the VCO is disabled in the same way [1]. This patch i