Bug 77861
Summary: | 3.15 fails to boot on Yeeloong 8133 with AMD 780E graphics | ||
---|---|---|---|
Product: | Drivers | Reporter: | Christophe Jarry (christophe.jarry) |
Component: | Video(Other) | Assignee: | drivers_video-other |
Status: | NEW --- | ||
Severity: | high | CC: | alexdeucher, christian.koenig |
Priority: | P1 | ||
Hardware: | Mips64 | ||
OS: | Linux | ||
Kernel Version: | 3.15 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Christophe Jarry
2014-06-14 05:21:43 UTC
The culprit commit is https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=01ac8794a77192236a4b91c33adf4177ac5a21f0 by Alex Deucher: drm/radeon: re-order firmware loading in preparation for dpm rework. Make sure you have the necessary ucode installed and available on your initrd if you are uing one. Where can I get this ucode? It's obviously not part of the kernel sources, why? Firmware is not allowed in the kernel source tree. It's included in the linux-firmware tree: http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git and most distros provide packages for it. The radeon firmware is clearly non-free. Is there a way to make linux 3.15 boot on my computer without this firmware? We don't support using the driver without the firmware loaded. It's requried for too much functionality. Without it, you don't have support for acceleration or interrupts. In that case, is it possible to have graphics on an AMD/ATI GPU without the radeon driver? You can use vesa or efifb if your platform supports it. |