[Intel-gfx] E6510: Black screen on resume with 3.2-rc

2011-11-24 Thread Hette Visser
red(struct drm_device *dev, struct intel_dp *intel_dp, int pi if (intel_crtc) bpp = intel_crtc->bpp; - return (pixel_clock * bpp + 7) / 8; + return (pixel_clock * bpp + 9) / 10; } Regards, Hette Visser ___ Intel-gfx maili

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 befor

[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