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
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
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