Summary: | CONFIG_DRM_RADEON=y don't detect radeon cypress 5850 firmware on boot ini | ||||||
---|---|---|---|---|---|---|---|
Product: | DRI | Reporter: | papu <usforos> | ||||
Component: | DRM/Radeon | Assignee: | Default DRI bug account <dri-devel> | ||||
Status: | RESOLVED NOTABUG | QA Contact: | |||||
Severity: | blocker | ||||||
Priority: | high | ||||||
Version: | unspecified | ||||||
Hardware: | x86-64 (AMD64) | ||||||
OS: | Linux (All) | ||||||
Whiteboard: | |||||||
i915 platform: | i915 features: | ||||||
Attachments: |
|
Description
papu
2011-02-08 06:14:42 UTC
Created attachment 43101 [details]
dmesg with radeon=y
This is my dmseg with radeon=y http://www.papuweb.com/gentoo/bugs/dmesg_radeon_yes The firmware is needed at radeon driver initialization time. When the driver is built into the kernel, this happens before the firmware can be loaded from userspace, so it needs to be built into the kernel as well. (In reply to comment #3) > The firmware is needed at radeon driver initialization time. When the driver is > built into the kernel, this happens before the firmware can be loaded from > userspace, so it needs to be built into the kernel as well. ok, i find the solution, using radeon-ucode and CONFIG_DRM_RADEON=y , you have to change this on kernel to pass firmware on the fly on boot init. CONFIG_STANDALONE=y # CONFIG_PREVENT_FIRMWARE_BUILD is not set CONFIG_FW_LOADER=y CONFIG_FIRMWARE_IN_KERNEL=y CONFIG_EXTRA_FIRMWARE=" radeon/CYPRESS_me.bin radeon/CYPRESS_pfp.bin radeon/CYPRESS_rlc.bin" CONFIG_EXTRA_FIRMWARE_DIR="/lib/firmware/" thanks, you so much. |
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.