Re: [Intel-gfx] [PATCH] drm/i915: Fix black screen bug on Dell e6510

2010-09-24 Thread Hette Visser
2010/9/23 Chris Wilson : > On Thu, 23 Sep 2010 20:36:47 +0200, Hette Visser > wrote: >> This patch fixes the black screen bug on Dell e6510: >> https://bugs.freedesktop.org/show_bug.cgi?id=29278 >> >> It adds two delays to give the eDP panel time to turn on before we >> continue with the next wri

Re: [Intel-gfx] [PATCH] drm/i915: Fix black screen bug on Dell e6510

2010-09-23 Thread Chris Wilson
On Thu, 23 Sep 2010 20:36:47 +0200, Hette Visser wrote: > This patch fixes the black screen bug on Dell e6510: > https://bugs.freedesktop.org/show_bug.cgi?id=29278 > > It adds two delays to give the eDP panel time to turn on before we > continue with the next write. Can you please base your patc

Re: [Intel-gfx] [PATCH] drm/i915: Fix black screen bug on Dell e6510

2010-09-23 Thread Jesse Barnes
On Thu, 23 Sep 2010 20:36:47 +0200 Hette Visser wrote: > This patch fixes the black screen bug on Dell e6510: > https://bugs.freedesktop.org/show_bug.cgi?id=29278 > > It adds two delays to give the eDP panel time to turn on before we > continue with the next write. > > > --- drivers/gpu/drm/i9

[Intel-gfx] [PATCH] drm/i915: Fix black screen bug on Dell e6510

2010-09-23 Thread Hette Visser
This patch fixes the black screen bug on Dell e6510: https://bugs.freedesktop.org/show_bug.cgi?id=29278 It adds two delays to give the eDP panel time to turn on before we continue with the next write. --- drivers/gpu/drm/i915/intel_dp.c.orig2010-09-23 20:13:36.046856913 +0200 +++ driver