Re: [Intel-gfx] [PATCH] drm/i915/edp: Use fixed panel timing information from VBT

2010-05-12 Thread Zhenyu Wang
On 2010.05.12 11:29:53 -0400, Adam Jackson wrote: > eDP panels are often fixed-rate. Grab the link speed and lane count > from the VBT and use those instead of trying to compute them. > > Signed-off-by: Adam Jackson > --- Looks good to me, and it might just fix https://bugs.freedesktop.org/show

[Intel-gfx] [PATCH] Replace x allocator functions with direct libc calls

2010-05-12 Thread Keith Packard
The server no longer supports the allocator wrapping functions. Signed-off-by: Keith Packard --- src/drmmode_display.c | 20 +- src/i810_dga.c |4 +- src/i810_dri.c | 50 src/i810_driver.c | 12 +

[Intel-gfx] [PATCH] drm/i915/edp: Use fixed panel timing information from VBT

2010-05-12 Thread Adam Jackson
eDP panels are often fixed-rate. Grab the link speed and lane count from the VBT and use those instead of trying to compute them. Signed-off-by: Adam Jackson --- drivers/gpu/drm/i915/i915_drv.h |2 ++ drivers/gpu/drm/i915/intel_bios.c | 18 ++ drivers/gpu/drm/i915/intel_

[Intel-gfx] [RFT] eDP setup fix

2010-05-12 Thread Adam Jackson
I got a report of KMS setup failing on an eDP panel. dmesg shows us trying to set 1.62GHz for the link rate, which would be perfectly legal for the requested mode, but the VBT appears to claim that the panel only supports 2.7GHz. This patch attempts to scrape the eDP setup parameters out of the V