All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 194559] New: amdgpu problems loading 2 firmwares on multi-smp system
@ 2017-02-12 14:34 bugzilla-daemon
  2017-02-12 16:09 ` [Bug 194559] " bugzilla-daemon
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: bugzilla-daemon @ 2017-02-12 14:34 UTC (permalink / raw)
  To: dri-devel

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

            Bug ID: 194559
           Summary: amdgpu problems loading 2 firmwares on multi-smp
                    system
           Product: Drivers
           Version: 2.5
    Kernel Version: 4.4.9
          Hardware: x86-64
                OS: Linux
              Tree: Mainline
            Status: NEW
          Severity: normal
          Priority: P1
         Component: Video(DRI - non Intel)
          Assignee: drivers_video-dri@kernel-bugs.osdl.org
          Reporter: janpieter.sollie@dommel.be
        Regression: No

Created attachment 254705
  --> https://bugzilla.kernel.org/attachment.cgi?id=254705&action=edit
dmesg.txt, lspci.txt and .config

System: opteron 2876 (*2), 128GB ram, x86_64.
VGA1: SI, cape verde pro.
VGA2: R9 nano.
VGA3: onboard mgag200.
Distribution: gentoo.
kernel: vanilla-sources-4.9.9.
kernel loader: lilo 24
firmware: linux-firmware-20170126.
bug: amdgpu loading on the system causes a reboot. even when disabling panic,
the kernel does not wait for me to reset the system. the issue occurs even when
booting the system with init=/bin/bash and then modprobe amdgpu.
solutions:
1) removing /lib/firmware/radeon.
2) removing /lib/firmware/amdgpu.
3) boot the kernel with nosmp.
Each of these solutions works, but causes hardware not to be initialized
Tried without success:
1) using the radeon module instead of amdgpu.
2) using amdgpu-pro.
3) using a different kernel version (4.4.39).
4) boot with iommu=soft.
5) first load drm (works), then load amdgpu (crashes).

I suspect a nonsafe threaded kernel bug in drm.

In attachment:
1) dmesg of noSMP boot.
2) lspci output.
3) config of current 4.9.9 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] 14+ messages in thread

* [Bug 194559] amdgpu problems loading 2 firmwares on multi-smp system
  2017-02-12 14:34 [Bug 194559] New: amdgpu problems loading 2 firmwares on multi-smp system bugzilla-daemon
@ 2017-02-12 16:09 ` bugzilla-daemon
  2017-02-13  3:28 ` bugzilla-daemon
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2017-02-12 16:09 UTC (permalink / raw)
  To: dri-devel

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

Janpieter Sollie (janpieter.sollie@dommel.be) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Kernel Version|4.4.9                       |4.9.9

-- 
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] 14+ messages in thread

* [Bug 194559] amdgpu problems loading 2 firmwares on multi-smp system
  2017-02-12 14:34 [Bug 194559] New: amdgpu problems loading 2 firmwares on multi-smp system bugzilla-daemon
  2017-02-12 16:09 ` [Bug 194559] " bugzilla-daemon
@ 2017-02-13  3:28 ` bugzilla-daemon
  2017-02-14  6:55 ` bugzilla-daemon
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2017-02-13  3:28 UTC (permalink / raw)
  To: dri-devel

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

fin4478@hotmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fin4478@hotmail.com

--- Comment #1 from fin4478@hotmail.com ---

Stock kernels have very little amdgpu code, see kernel.org and click diff.
Use the command: 
git clone -b drm-next-4.11-wip git://people.freedesktop.org/~agd5f/linux

The kernel configuration file of Debian Official kernel are available in /boot,
named after the kernel release. Copy the .config file to the linux directory.
Connect all your devices and run the command: make localmodconfig. You can use
the command make defconfig too for creating initial .config file. 

Use the command: make xconfig and check that you have enabled: Reroute Broken
IRQ, Virtualization KVM and 300Hz CPU timer, I also disabled Swap, Kernel
Debug, CPU Freq scaling , Cpu handling in Acpi, Used Bios to control CPU and
devices. In the drivers->graphics->amdgpu enable cik support for a gcn 1.1 gpu
and si support for a gcn 1.0 gpu.

Create debian kernel package:
export CONCURRENCY_LEVEL=4
fakeroot make-kpkg --initrd kernel_image

Install the kernel package with Gdebi. To make a custom kernel to boot, add a
line to /etc/initramfs-tools/modules:
unix
And run: sudo update-initramfs
Reboot.

-- 
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] 14+ messages in thread

* [Bug 194559] amdgpu problems loading 2 firmwares on multi-smp system
  2017-02-12 14:34 [Bug 194559] New: amdgpu problems loading 2 firmwares on multi-smp system bugzilla-daemon
  2017-02-12 16:09 ` [Bug 194559] " bugzilla-daemon
  2017-02-13  3:28 ` bugzilla-daemon
@ 2017-02-14  6:55 ` bugzilla-daemon
  2017-02-14  7:59 ` bugzilla-daemon
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2017-02-14  6:55 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #2 from Janpieter Sollie (janpieter.sollie@dommel.be) ---
Dear fin4478,
thank you for the tips, I will try them asap,
but I am confused: I have nothing with debian, and the system is headless
(running as OpenCL accelerator).  Does this matter to you?

-- 
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] 14+ messages in thread

* [Bug 194559] amdgpu problems loading 2 firmwares on multi-smp system
  2017-02-12 14:34 [Bug 194559] New: amdgpu problems loading 2 firmwares on multi-smp system bugzilla-daemon
                   ` (2 preceding siblings ...)
  2017-02-14  6:55 ` bugzilla-daemon
@ 2017-02-14  7:59 ` bugzilla-daemon
  2017-02-14  8:00 ` bugzilla-daemon
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2017-02-14  7:59 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #3 from Janpieter Sollie (janpieter.sollie@dommel.be) ---
it works! attached my config file of your drm-next kernel
I don't know what needs to be done for you developers to integrate drm-next
into the mainline kernel, but thank you!!!

-- 
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] 14+ messages in thread

* [Bug 194559] amdgpu problems loading 2 firmwares on multi-smp system
  2017-02-12 14:34 [Bug 194559] New: amdgpu problems loading 2 firmwares on multi-smp system bugzilla-daemon
                   ` (3 preceding siblings ...)
  2017-02-14  7:59 ` bugzilla-daemon
@ 2017-02-14  8:00 ` bugzilla-daemon
  2017-02-14  8:02 ` bugzilla-daemon
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2017-02-14  8:00 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #4 from Janpieter Sollie (janpieter.sollie@dommel.be) ---
Created attachment 254741
  --> https://bugzilla.kernel.org/attachment.cgi?id=254741&action=edit
config of working drm-next 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] 14+ messages in thread

* [Bug 194559] amdgpu problems loading 2 firmwares on multi-smp system
  2017-02-12 14:34 [Bug 194559] New: amdgpu problems loading 2 firmwares on multi-smp system bugzilla-daemon
                   ` (4 preceding siblings ...)
  2017-02-14  8:00 ` bugzilla-daemon
@ 2017-02-14  8:02 ` bugzilla-daemon
  2017-02-14  8:15 ` bugzilla-daemon
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2017-02-14  8:02 UTC (permalink / raw)
  To: dri-devel

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

Janpieter Sollie (janpieter.sollie@dommel.be) changed:

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

-- 
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] 14+ messages in thread

* [Bug 194559] amdgpu problems loading 2 firmwares on multi-smp system
  2017-02-12 14:34 [Bug 194559] New: amdgpu problems loading 2 firmwares on multi-smp system bugzilla-daemon
                   ` (5 preceding siblings ...)
  2017-02-14  8:02 ` bugzilla-daemon
@ 2017-02-14  8:15 ` bugzilla-daemon
  2017-02-14  8:32 ` bugzilla-daemon
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2017-02-14  8:15 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #5 from fin4478@hotmail.com ---
(In reply to Janpieter Sollie from comment #3)
> it works! attached my config file of your drm-next kernel
> I don't know what needs to be done for you developers to integrate drm-next
> into the mainline kernel, but thank you!!!

Amd should warn not use stock kernels and tell how to use use  ~agd5f wip
kernel and latest mesa git. Here is the page for you, dear Amd:
http://support.amd.com/en-us/download/linux

This and many other amdgpu bug reports prove my point.

-- 
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] 14+ messages in thread

* [Bug 194559] amdgpu problems loading 2 firmwares on multi-smp system
  2017-02-12 14:34 [Bug 194559] New: amdgpu problems loading 2 firmwares on multi-smp system bugzilla-daemon
                   ` (6 preceding siblings ...)
  2017-02-14  8:15 ` bugzilla-daemon
@ 2017-02-14  8:32 ` bugzilla-daemon
  2017-02-14 15:05 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2017-02-14  8:32 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #6 from Michel Dänzer (michel@daenzer.net) ---
(In reply to fin4478 from comment #5)
> This and many other amdgpu bug reports prove my point.

Your bug report comments like this one rather indicate that you don't
understand how the kernel development process works.

-- 
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] 14+ messages in thread

* [Bug 194559] amdgpu problems loading 2 firmwares on multi-smp system
  2017-02-12 14:34 [Bug 194559] New: amdgpu problems loading 2 firmwares on multi-smp system bugzilla-daemon
                   ` (7 preceding siblings ...)
  2017-02-14  8:32 ` bugzilla-daemon
@ 2017-02-14 15:05 ` bugzilla-daemon
  2017-02-14 15:18 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2017-02-14 15:05 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #7 from fin4478@hotmail.com ---
(In reply to Michel Dänzer from comment #6)
> (In reply to fin4478 from comment #5)
> > This and many other amdgpu bug reports prove my point.
> 
> Your bug report comments like this one rather indicate that you don't
> understand how the kernel development process works.

You do not see how agd5f wip kernel solved this and many other problems.

Amd should warn not use stock kernels and tell how to use use  ~agd5f wip
kernel and latest mesa git. Here is the page for you, dear Amd:
http://support.amd.com/en-us/download/linux

You clearly want bad reputation for Amd gpus so I stop giving this info.

-- 
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] 14+ messages in thread

* [Bug 194559] amdgpu problems loading 2 firmwares on multi-smp system
  2017-02-12 14:34 [Bug 194559] New: amdgpu problems loading 2 firmwares on multi-smp system bugzilla-daemon
                   ` (8 preceding siblings ...)
  2017-02-14 15:05 ` bugzilla-daemon
@ 2017-02-14 15:18 ` bugzilla-daemon
  2017-02-16  9:15 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2017-02-14 15:18 UTC (permalink / raw)
  To: dri-devel

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

Christian König (deathsimple@vodafone.de) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |deathsimple@vodafone.de

--- Comment #8 from Christian König (deathsimple@vodafone.de) ---
(In reply to fin4478 from comment #7)
> You clearly want bad reputation for Amd gpus so I stop giving this info.

Well as an AMD employee I can only advise you to stop giving incorrect
informations.

Alex branches only contain additional features not upstream yet, so they are
way more unstable than the upstream kernel driver.

-- 
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] 14+ messages in thread

* [Bug 194559] amdgpu problems loading 2 firmwares on multi-smp system
  2017-02-12 14:34 [Bug 194559] New: amdgpu problems loading 2 firmwares on multi-smp system bugzilla-daemon
                   ` (9 preceding siblings ...)
  2017-02-14 15:18 ` bugzilla-daemon
@ 2017-02-16  9:15 ` bugzilla-daemon
  2017-02-28  9:42 ` bugzilla-daemon
  2017-03-16 10:01 ` bugzilla-daemon
  12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2017-02-16  9:15 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #9 from Janpieter Sollie (janpieter.sollie@dommel.be) ---
additional comment:
works on 4.10-rc8, so necessary patch is already integrated

thank you kernel developers!

-- 
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] 14+ messages in thread

* [Bug 194559] amdgpu problems loading 2 firmwares on multi-smp system
  2017-02-12 14:34 [Bug 194559] New: amdgpu problems loading 2 firmwares on multi-smp system bugzilla-daemon
                   ` (10 preceding siblings ...)
  2017-02-16  9:15 ` bugzilla-daemon
@ 2017-02-28  9:42 ` bugzilla-daemon
  2017-03-16 10:01 ` bugzilla-daemon
  12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2017-02-28  9:42 UTC (permalink / raw)
  To: dri-devel

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

Janpieter Sollie (janpieter.sollie@dommel.be) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://bugzilla.kernel.org
                   |                            |/show_bug.cgi?id=194731

-- 
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] 14+ messages in thread

* [Bug 194559] amdgpu problems loading 2 firmwares on multi-smp system
  2017-02-12 14:34 [Bug 194559] New: amdgpu problems loading 2 firmwares on multi-smp system bugzilla-daemon
                   ` (11 preceding siblings ...)
  2017-02-28  9:42 ` bugzilla-daemon
@ 2017-03-16 10:01 ` bugzilla-daemon
  12 siblings, 0 replies; 14+ messages in thread
From: bugzilla-daemon @ 2017-03-16 10:01 UTC (permalink / raw)
  To: dri-devel

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

Janpieter Sollie (janpieter.sollie@dommel.be) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://bugzilla.kernel.org
                   |                            |/show_bug.cgi?id=194899

-- 
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] 14+ messages in thread

end of thread, other threads:[~2017-03-16 10:01 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-12 14:34 [Bug 194559] New: amdgpu problems loading 2 firmwares on multi-smp system bugzilla-daemon
2017-02-12 16:09 ` [Bug 194559] " bugzilla-daemon
2017-02-13  3:28 ` bugzilla-daemon
2017-02-14  6:55 ` bugzilla-daemon
2017-02-14  7:59 ` bugzilla-daemon
2017-02-14  8:00 ` bugzilla-daemon
2017-02-14  8:02 ` bugzilla-daemon
2017-02-14  8:15 ` bugzilla-daemon
2017-02-14  8:32 ` bugzilla-daemon
2017-02-14 15:05 ` bugzilla-daemon
2017-02-14 15:18 ` bugzilla-daemon
2017-02-16  9:15 ` bugzilla-daemon
2017-02-28  9:42 ` bugzilla-daemon
2017-03-16 10:01 ` 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.