Summary: | [855GM] can't bring up LVDS in latest git | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | xorg | Reporter: | Daniel Vetter <daniel> | ||||||||
Component: | Driver/intel | Assignee: | Jesse Barnes <jbarnes> | ||||||||
Status: | RESOLVED FIXED | QA Contact: | Xorg Project Team <xorg-team> | ||||||||
Severity: | critical | ||||||||||
Priority: | highest | CC: | jbarnes | ||||||||
Version: | git | Keywords: | regression | ||||||||
Hardware: | Other | ||||||||||
OS: | All | ||||||||||
Whiteboard: | |||||||||||
i915 platform: | i915 features: | ||||||||||
Attachments: |
|
Description
Daniel Vetter
2009-06-29 03:45:29 UTC
Can you attach your VBIOS to this bug? # cd /sys/devices/pci0000\:00/0000\:00\:02.0/ # echo 1 > rom # cat rom > /tmp/rom.bin # echo 0 > rom Created attachment 27223 [details]
VBIOS rom as requested
Jesse, looks like you are parsing fp_timing as dvo_timing in your patch... + timing_ptr = (unsigned char *)&entry->fp_timing; Created attachment 27267 [details] [review] use DVO timing block instead Care to try this patch? Thanks Michael, somehow I got the kernel side right but the UMS side wrong. On Tue, Jun 30, 2009 at 10:20:56AM -0700, bugzilla-daemon@freedesktop.org wrote: > Created an attachment (id=27267) > --> (http://bugs.freedesktop.org/attachment.cgi?id=27267) > use DVO timing block instead > > Care to try this patch? Tested and works. Thanks for the speedy fix. -Daniel Fix pushed, thanks for testing. commit 53e248af4365232416d2143a791a07c6751f8319 Author: Jesse Barnes <jbarnes@virtuousgeek.org> Date: Tue Jun 30 12:00:28 2009 -0700 Use DVO timing block instead of fp_timing when parsing LFP data |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.