https://bugzilla.kernel.org/show_bug.cgi?id=41732
Summary: [radeon] KMS (and X.org) detect wrong outputs Product: Drivers Version: 2.5 Kernel Version: 3.1-rc3 Platform: All OS/Version: Linux Tree: Mainline Status: NEW Severity: normal Priority: P1 Component: Video(DRI - non Intel) AssignedTo: drivers_video-dri@kernel-bugs.osdl.org ReportedBy: niels_ole@salscheider-online.de Regression: No
On my notebook, 6520G (mobile A6 APU), KMS detects a screen on VGA-0 although there is no attached. Because of that it chooses a lower resolution than the internal display's native resolution. The selected mode causes the internal display to flicker, though.
In dmesg, I can see the following:
[drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 5secs aborting [drm:atom_execute_table_locked] *ERROR* atombios stuck executing E3E6 (len 2585, WS 4, PS 4) @ 0xEAD0
Other issues I have with this : - xrandr reports a size of 0x0 inches for the internal display - the internal display uses only 6 bit/pixel and there seems to be no way to enable dithering - the brightness controls do not work although there is a sysfs acpi interface that gets updated - the display does not come back on after standby
These issues may be unrelated and I will create further bug reports if so, but maybe they give a hint concerning this issue.
https://bugzilla.kernel.org/show_bug.cgi?id=41732
Alex Deucher alexdeucher@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |alexdeucher@gmail.com
--- Comment #1 from Alex Deucher alexdeucher@gmail.com 2011-08-25 16:57:07 --- Please attach your xorg log and dmesg output.
https://bugzilla.kernel.org/show_bug.cgi?id=41732
--- Comment #2 from Niels Ole Salscheider niels_ole@salscheider-online.de 2011-08-25 16:59:42 --- Created an attachment (id=70172) --> (https://bugzilla.kernel.org/attachment.cgi?id=70172) dmesg output
https://bugzilla.kernel.org/show_bug.cgi?id=41732
--- Comment #3 from Niels Ole Salscheider niels_ole@salscheider-online.de 2011-08-25 17:01:00 --- Created an attachment (id=70182) --> (https://bugzilla.kernel.org/attachment.cgi?id=70182) xorg log
https://bugzilla.kernel.org/show_bug.cgi?id=41732
--- Comment #4 from Niels Ole Salscheider niels_ole@salscheider-online.de 2011-08-29 12:44:23 --- 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?
https://bugzilla.kernel.org/show_bug.cgi?id=41732
--- Comment #5 from Niels Ole Salscheider niels_ole@salscheider-online.de 2011-09-02 14:03:30 --- Created an attachment (id=71332) --> (https://bugzilla.kernel.org/attachment.cgi?id=71332) 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)
https://bugzilla.kernel.org/show_bug.cgi?id=41732
--- Comment #6 from Niels Ole Salscheider niels_ole@salscheider-online.de 2011-09-02 14:04:51 --- Created an attachment (id=71342) --> (https://bugzilla.kernel.org/attachment.cgi?id=71342) edid for display connected to LVDS
https://bugzilla.kernel.org/show_bug.cgi?id=41732
--- Comment #7 from Alex Deucher alexdeucher@gmail.com 2011-09-02 14:24:26 --- 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
https://bugzilla.kernel.org/show_bug.cgi?id=41732
--- Comment #8 from Niels Ole Salscheider niels_ole@salscheider-online.de 2011-09-02 14:31:03 --- Created an attachment (id=71362) --> (https://bugzilla.kernel.org/attachment.cgi?id=71362) vbios
https://bugzilla.kernel.org/show_bug.cgi?id=41732
--- Comment #9 from Niels Ole Salscheider niels_ole@salscheider-online.de 2011-09-07 16:12:16 --- Additional info: All calls to i2c_transfer in drm_do_probe_ddc_edid fail with return code -6.
https://bugzilla.kernel.org/show_bug.cgi?id=41732
Alan alan@lxorguk.ukuu.org.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO CC| |alan@lxorguk.ukuu.org.uk
--- Comment #10 from Alan alan@lxorguk.ukuu.org.uk 2012-08-30 10:48:35 --- Is this problem still seen ?
https://bugzilla.kernel.org/show_bug.cgi?id=41732
Niels Ole Salscheider niels_ole@salscheider-online.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Resolution| |PATCH_ALREADY_AVAILABLE
--- Comment #11 from Niels Ole Salscheider niels_ole@salscheider-online.de 2012-08-30 22:20:42 --- This issue is fixed in recent kernels.
dri-devel@lists.freedesktop.org