* [Bug 58731] radeon_uvd: Can't load firmware "radeon/RV710_uvd.bin"
2013-05-23 21:52 [Bug 58731] New: radeon_uvd: Can't load firmware "radeon/RV710_uvd.bin" bugzilla-daemon
@ 2013-05-24 8:05 ` bugzilla-daemon
2013-05-24 9:12 ` bugzilla-daemon
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2013-05-24 8:05 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=58731
Christian König <christian.koenig@amd.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |christian.koenig@amd.com
--- Comment #1 from Christian König <christian.koenig@amd.com> 2013-05-24 08:05:10 ---
This isn't a bug, but a configuration error.
You compile the radeon module directly into the kernel, but don't include the
RV710_uvd.bin firmware into your kernel image. See CONFIG_EXTRA_FIRMWARE in
your kernel configuration for details.
Regards,
Christian.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 6+ messages in thread* [Bug 58731] radeon_uvd: Can't load firmware "radeon/RV710_uvd.bin"
2013-05-23 21:52 [Bug 58731] New: radeon_uvd: Can't load firmware "radeon/RV710_uvd.bin" bugzilla-daemon
2013-05-24 8:05 ` [Bug 58731] " bugzilla-daemon
@ 2013-05-24 9:12 ` bugzilla-daemon
2013-05-24 9:31 ` bugzilla-daemon
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2013-05-24 9:12 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=58731
Stuart Foster <smf.linux@ntlworld.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #2 from Stuart Foster <smf.linux@ntlworld.com> 2013-05-24 09:12:01 ---
(In reply to comment #1)
> This isn't a bug, but a configuration error.
>
> You compile the radeon module directly into the kernel, but don't include the
> RV710_uvd.bin firmware into your kernel image. See CONFIG_EXTRA_FIRMWARE in
> your kernel configuration for details.
>
> Regards,
> Christian.
Christian,
Thanks for the info, that has got me passed the firmware loading stage, I am
still a little confused has to the criterion for including firmware in the
kernel image, for example in this case radeon/R700_rlc.bin and
radeon/RV710_uvd.bin seem to be a "must include" where as
radeon/RV710_pfp.bin and radeon/RV710_me.bin seem to be happy loaded from the
file system at boot time. Obviously early in the boot sequence there are less
resources to perform things like file loading but to me it seems some what
arbitrary, the documentation suggest to me that within certain constraints it
is a developers choice. What is your view ?
Thanks
Stuart Foster
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread* [Bug 58731] radeon_uvd: Can't load firmware "radeon/RV710_uvd.bin"
2013-05-23 21:52 [Bug 58731] New: radeon_uvd: Can't load firmware "radeon/RV710_uvd.bin" bugzilla-daemon
2013-05-24 8:05 ` [Bug 58731] " bugzilla-daemon
2013-05-24 9:12 ` bugzilla-daemon
@ 2013-05-24 9:31 ` bugzilla-daemon
2013-05-24 9:43 ` bugzilla-daemon
2013-07-16 2:49 ` bugzilla-daemon
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2013-05-24 9:31 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=58731
--- Comment #3 from Christian König <christian.koenig@amd.com> 2013-05-24 09:31:53 ---
No idea why your kernel ends up like it does, but the firmware isn't loaded
from the harddisk.
The RV710_me.bin and RV710_pfp.bin are definitely inside your kernel image,
take a look at your dmesg the disk is initialized why after the radeon module.
Looks like your distribution does something to get the RV710_me.bin and
RV710_pfp.bin into the kernel, otherwise I can't explain what happens here.
Christian.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug 58731] radeon_uvd: Can't load firmware "radeon/RV710_uvd.bin"
2013-05-23 21:52 [Bug 58731] New: radeon_uvd: Can't load firmware "radeon/RV710_uvd.bin" bugzilla-daemon
` (2 preceding siblings ...)
2013-05-24 9:31 ` bugzilla-daemon
@ 2013-05-24 9:43 ` bugzilla-daemon
2013-07-16 2:49 ` bugzilla-daemon
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2013-05-24 9:43 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=58731
--- Comment #4 from Stuart Foster <smf.linux@ntlworld.com> 2013-05-24 09:43:18 ---
On 05/24/13 10:31, bugzilla-daemon@bugzilla.kernel.org wrote:
> https://bugzilla.kernel.org/show_bug.cgi?id=58731
>
>
>
>
>
> --- Comment #3 from Christian König <christian.koenig@amd.com> 2013-05-24 09:31:53 ---
> No idea why your kernel ends up like it does, but the firmware isn't loaded
> from the harddisk.
>
> The RV710_me.bin and RV710_pfp.bin are definitely inside your kernel image,
> take a look at your dmesg the disk is initialized why after the radeon module.
>
> Looks like your distribution does something to get the RV710_me.bin and
> RV710_pfp.bin into the kernel, otherwise I can't explain what happens here.
>
> Christian.
>
Christian,
Ok its a mystery, I will dig deeper later, there are more interesting
things to look at in the mean time.
thanks again.
Stuart Foster
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 6+ messages in thread* [Bug 58731] radeon_uvd: Can't load firmware "radeon/RV710_uvd.bin"
2013-05-23 21:52 [Bug 58731] New: radeon_uvd: Can't load firmware "radeon/RV710_uvd.bin" bugzilla-daemon
` (3 preceding siblings ...)
2013-05-24 9:43 ` bugzilla-daemon
@ 2013-07-16 2:49 ` bugzilla-daemon
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2013-07-16 2:49 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=58731
Adam J. Richter <adam@yggdrasil.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |adam@yggdrasil.com
--- Comment #5 from Adam J. Richter <adam@yggdrasil.com> ---
Please try remaking your initial ramdisk.
--
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread