All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 198513] New: [DRM] amdgpu fails to load firmware on boot
@ 2018-01-19  3:41 bugzilla-daemon
  2018-01-19  3:42 ` [Bug 198513] " bugzilla-daemon
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: bugzilla-daemon @ 2018-01-19  3:41 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=198513

            Bug ID: 198513
           Summary: [DRM] amdgpu fails to load firmware on boot
           Product: Drivers
           Version: 2.5
    Kernel Version: 4.15rc7.git4.1 and above
          Hardware: x86-64
                OS: Linux
              Tree: Mainline
            Status: NEW
          Severity: high
          Priority: P1
         Component: Video(DRI - non Intel)
          Assignee: drivers_video-dri@kernel-bugs.osdl.org
          Reporter: m.mcnutt@gmail.com
        Regression: No

on Fedora kernel 4.15rc7git4.1 and above with R9 NANO (Fiji) GPU dmesg shows a
failure to load the firmware. cloned the latest firmware from
https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/
still fails to load.

[    2.423859] amdgpu 0000:26:00.0: Direct firmware load for
amdgpu/fiji_pfp.bin failed with erro
r -2
[    2.423860] amdgpu 0000:26:00.0: gfx8: Failed to load firmware
"amdgpu/fiji_pfp.bin"
[    2.423897] [drm:gfx_v8_0_sw_init [amdgpu]] *ERROR* Failed to load gfx
firmware!
[    2.423924] [drm:amdgpu_device_init [amdgpu]] *ERROR* sw_init of IP block
<gfx_v8_0> failed -2
[    2.423926] amdgpu 0000:26:00.0: amdgpu_init failed


dropping back to 4.15rc7git0.1 and all loads correctly, no longer drops back to
llvmpipe as a fallback.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 198513] [DRM] amdgpu fails to load firmware on boot
  2018-01-19  3:41 [Bug 198513] New: [DRM] amdgpu fails to load firmware on boot bugzilla-daemon
@ 2018-01-19  3:42 ` bugzilla-daemon
  2018-01-19  7:16 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2018-01-19  3:42 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=198513

Matt (m.mcnutt@gmail.com) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Regression|No                          |Yes

--- Comment #1 from Matt (m.mcnutt@gmail.com) ---
Forgot to mention I have amdgpu.dc=1 kernel parameter set, however the same
behaviour is exposed without the parameter

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 198513] [DRM] amdgpu fails to load firmware on boot
  2018-01-19  3:41 [Bug 198513] New: [DRM] amdgpu fails to load firmware on boot bugzilla-daemon
  2018-01-19  3:42 ` [Bug 198513] " bugzilla-daemon
@ 2018-01-19  7:16 ` bugzilla-daemon
  2018-01-19 11:20 ` bugzilla-daemon
  2018-01-19 11:21 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2018-01-19  7:16 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=198513

Alex Deucher (alexdeucher@gmail.com) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alexdeucher@gmail.com

--- Comment #2 from Alex Deucher (alexdeucher@gmail.com) ---
The firmware is not available for some reason.  Depending on how you've
configured your kernel, make sure the firmware is either:
1. included in the initrd if you are using one
or
2. built into the kernel if the driver is built into the kernel

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 198513] [DRM] amdgpu fails to load firmware on boot
  2018-01-19  3:41 [Bug 198513] New: [DRM] amdgpu fails to load firmware on boot bugzilla-daemon
  2018-01-19  3:42 ` [Bug 198513] " bugzilla-daemon
  2018-01-19  7:16 ` bugzilla-daemon
@ 2018-01-19 11:20 ` bugzilla-daemon
  2018-01-19 11:21 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2018-01-19 11:20 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=198513

Matt (m.mcnutt@gmail.com) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |CODE_FIX

--- Comment #3 from Matt (m.mcnutt@gmail.com) ---
purged all my 4.15 kernels and reverted to the latest Fedora 4.14, then
reinstalled 4.15 - that seems to have regenerated the initrd

all good now, resolving

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 198513] [DRM] amdgpu fails to load firmware on boot
  2018-01-19  3:41 [Bug 198513] New: [DRM] amdgpu fails to load firmware on boot bugzilla-daemon
                   ` (2 preceding siblings ...)
  2018-01-19 11:20 ` bugzilla-daemon
@ 2018-01-19 11:21 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2018-01-19 11:21 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=198513

Matt (m.mcnutt@gmail.com) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|CODE_FIX                    |INVALID

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-01-19 11:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-19  3:41 [Bug 198513] New: [DRM] amdgpu fails to load firmware on boot bugzilla-daemon
2018-01-19  3:42 ` [Bug 198513] " bugzilla-daemon
2018-01-19  7:16 ` bugzilla-daemon
2018-01-19 11:20 ` bugzilla-daemon
2018-01-19 11:21 ` 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.