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