[Bug 34033] CONFIG_DRM_RADEON=y don't detect radeon cypress 5850 firmware on boot ini

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Feb 8 10:22:16 PST 2011


https://bugs.freedesktop.org/show_bug.cgi?id=34033

--- Comment #4 from papu <usforos at gmail.com> 2011-02-08 10:22:16 PST ---
(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.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the dri-devel mailing list