Bug 41732
Summary: | [radeon] KMS (and X.org) detect wrong outputs | ||
---|---|---|---|
Product: | Drivers | Reporter: | Niels Ole Salscheider (niels_ole) |
Component: | Video(DRI - non Intel) | Assignee: | drivers_video-dri |
Status: | RESOLVED PATCH_ALREADY_AVAILABLE | ||
Severity: | normal | CC: | alan, alexdeucher |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 3.1-rc3 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
dmesg output
xorg log dmesg output with drm.debug=4 edid for display connected to LVDS vbios |
Description
Niels Ole Salscheider
2011-08-25 16:53:02 UTC
Please attach your xorg log and dmesg output. Created attachment 70172 [details]
dmesg output
Created attachment 70182 [details]
xorg log
When I run rmmod radeon and insmod radeon after standby via ssh the screen stays black, too. It seems that the radeon module cannot find any edid information at all. Is there anything I can do to debug this further? Created attachment 71332 [details]
dmesg output with drm.debug=4
note: radeon_fp_native_mode gets calld for LVDS although get-edid can find valid edid data for it (see next attachment)
Created attachment 71342 [details]
edid for display connected to LVDS
Please attach a copy of your vbios: (as root) (use lspci to get the bus id) cd /sys/bus/pci/devices/<pci bus id> echo 1 > rom cat rom > /tmp/vbios.rom echo 0 > rom Created attachment 71362 [details]
vbios
Additional info: All calls to i2c_transfer in drm_do_probe_ddc_edid fail with return code -6. Is this problem still seen ? This issue is fixed in recent kernels. |