* [Bug 77512] New: the start of upstream kernel is blocked at DRM/Radeon initialization
@ 2014-04-16 7:36 bugzilla-daemon
2014-04-16 13:10 ` [Bug 77512] " bugzilla-daemon
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: bugzilla-daemon @ 2014-04-16 7:36 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 1899 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=77512
Priority: medium
Bug ID: 77512
Assignee: dri-devel@lists.freedesktop.org
Summary: the start of upstream kernel is blocked at DRM/Radeon
initialization
Severity: normal
Classification: Unclassified
OS: All
Reporter: xiong.y.zhang@intel.com
Hardware: Other
Status: NEW
Version: XOrg CVS
Component: DRM/Radeon
Product: DRI
Created attachment 97453
--> https://bugs.freedesktop.org/attachment.cgi?id=97453&action=edit
dmesg when loading radeon module with drm.debug=0xe
Label: edv01 (Edisonville)
BIOS: EDVLCRB1.86B.0033.R00.1311200915
Processor: Avoton B0
Kernel version: upstream stable kernel 3.13.7
details:
After loading Radeon module, screen is freeze. But system can response to
"ctrl+alt+del".
All upstream kernels since 3.14-rc1 have this issue.
the Graphic ID:
01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc.
[AMD/ATI] Cedar [Radeon HD 5000/6000/7350/8350 Series] [1002:68f9]
I bisect the kernel and the first bad commit is:
commit b39146461f8ea158fe407455467b25b3be09d84e
Author: Alex Deucher <alexander.deucher@amd.com>
Date: Wed Dec 18 19:11:27 2013 -0500
drm/radeon: re-order firmware loading in preparation for dpm rework
commit 01ac8794a77192236a4b91c33adf4177ac5a21f0 upstream.
We need to reorder the driver init sequence to better accomodate
dpm which needs to be loaded earlier in the init sequence. Move
fw init up so that it's available for dpm init.
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 3665 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Bug 77512] the start of upstream kernel is blocked at DRM/Radeon initialization
2014-04-16 7:36 [Bug 77512] New: the start of upstream kernel is blocked at DRM/Radeon initialization bugzilla-daemon
@ 2014-04-16 13:10 ` bugzilla-daemon
2014-04-17 1:55 ` bugzilla-daemon
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2014-04-16 13:10 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 308 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=77512
--- Comment #1 from Alex Deucher <agd5f@yahoo.com> ---
Your system is missing the radeon firmware which is required for the chip to
operate properly. Please install the firmware.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1115 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Bug 77512] the start of upstream kernel is blocked at DRM/Radeon initialization
2014-04-16 7:36 [Bug 77512] New: the start of upstream kernel is blocked at DRM/Radeon initialization bugzilla-daemon
2014-04-16 13:10 ` [Bug 77512] " bugzilla-daemon
@ 2014-04-17 1:55 ` bugzilla-daemon
2014-04-17 12:55 ` bugzilla-daemon
2014-04-18 2:02 ` bugzilla-daemon
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2014-04-17 1:55 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 630 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=77512
--- Comment #2 from XiongZhang <xiong.y.zhang@intel.com> ---
Where is radeon firmware? How can I install radeon firmware?
In my option, radeon firmware is the option rom on graphic card, my system must
contain it, my system can display normally during bios, grub and kernel early
phase. If I add nomodeset boot option, the system is ok using efifb driver.
Anyway, the system is normal in kernel 3.13, but it is bad since kernel
3.14-rc1.
It's better that radeon drm driver could handle this exception.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1443 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Bug 77512] the start of upstream kernel is blocked at DRM/Radeon initialization
2014-04-16 7:36 [Bug 77512] New: the start of upstream kernel is blocked at DRM/Radeon initialization bugzilla-daemon
2014-04-16 13:10 ` [Bug 77512] " bugzilla-daemon
2014-04-17 1:55 ` bugzilla-daemon
@ 2014-04-17 12:55 ` bugzilla-daemon
2014-04-18 2:02 ` bugzilla-daemon
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2014-04-17 12:55 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 354 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=77512
--- Comment #3 from Alex Deucher <agd5f@yahoo.com> ---
It's included in the linux-firmware tree. The firmware is required for proper
option of the gpu beyond basic bios services (high bandwidth displays,
acceleration, etc.).
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1161 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Bug 77512] the start of upstream kernel is blocked at DRM/Radeon initialization
2014-04-16 7:36 [Bug 77512] New: the start of upstream kernel is blocked at DRM/Radeon initialization bugzilla-daemon
` (2 preceding siblings ...)
2014-04-17 12:55 ` bugzilla-daemon
@ 2014-04-18 2:02 ` bugzilla-daemon
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2014-04-18 2:02 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 683 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=77512
XiongZhang <xiong.y.zhang@intel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |WONTFIX
--- Comment #4 from XiongZhang <xiong.y.zhang@intel.com> ---
After I copy radeon firmware to /lib/firmware, my system can boot up using
latest upstream kernel.
It's strange that ubuntu 14.04 server doesn't contain radeon firmware defaultly
after installation.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2211 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-04-18 2:02 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-16 7:36 [Bug 77512] New: the start of upstream kernel is blocked at DRM/Radeon initialization bugzilla-daemon
2014-04-16 13:10 ` [Bug 77512] " bugzilla-daemon
2014-04-17 1:55 ` bugzilla-daemon
2014-04-17 12:55 ` bugzilla-daemon
2014-04-18 2:02 ` bugzilla-daemon
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.