* [Bug 105423] Unable to unbind my 2nd GPU (Rx580)
@ 2018-03-09 18:55 bugzilla-daemon
2018-03-09 21:31 ` bugzilla-daemon
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: bugzilla-daemon @ 2018-03-09 18:55 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 849 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=105423
Bug ID: 105423
Summary: Unable to unbind my 2nd GPU (Rx580)
Product: DRI
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: DRM/AMDgpu
Assignee: dri-devel@lists.freedesktop.org
Reporter: berillions@gmail.com
Hi,
I have a problem when i want to unbind my 2nd GPU to bind it to VFIO.
I create a xorg.conf like that :
https://pastebin.com/3FfYJq1B
But even if X is closed (by /etc/init.d/xdm stop), i have a crash log in dmesg
:
https://pastebin.com/uAbjvJY3
thanks for your help,
Maxime
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2220 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
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 105423] Unable to unbind my 2nd GPU (Rx580)
2018-03-09 18:55 [Bug 105423] Unable to unbind my 2nd GPU (Rx580) bugzilla-daemon
@ 2018-03-09 21:31 ` bugzilla-daemon
2018-03-09 23:53 ` bugzilla-daemon
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2018-03-09 21:31 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 387 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=105423
--- Comment #1 from Max <berillions@gmail.com> ---
Ok, i found an interesting thing. I have this issue when i unbind my GPU on
Kernel 4.15 but i have no issue when i do it on kernel 4.14.
I'll try to git bisect between kernel 4.15 and kernel 4.14.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1134 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
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 105423] Unable to unbind my 2nd GPU (Rx580)
2018-03-09 18:55 [Bug 105423] Unable to unbind my 2nd GPU (Rx580) bugzilla-daemon
2018-03-09 21:31 ` bugzilla-daemon
@ 2018-03-09 23:53 ` bugzilla-daemon
2018-03-10 7:57 ` bugzilla-daemon
2018-03-12 21:47 ` bugzilla-daemon
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2018-03-09 23:53 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 319 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=105423
--- Comment #2 from Max <berillions@gmail.com> ---
Thanks to Nick Sarnie on Discord, he found that disable completely DC fix the
issue.
I fix it with "amdgpu.dc=0" in my grub.conf
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1076 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
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 105423] Unable to unbind my 2nd GPU (Rx580)
2018-03-09 18:55 [Bug 105423] Unable to unbind my 2nd GPU (Rx580) bugzilla-daemon
2018-03-09 21:31 ` bugzilla-daemon
2018-03-09 23:53 ` bugzilla-daemon
@ 2018-03-10 7:57 ` bugzilla-daemon
2018-03-12 21:47 ` bugzilla-daemon
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2018-03-10 7:57 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 423 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=105423
Max <berillions@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |INVALID
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1230 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
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 105423] Unable to unbind my 2nd GPU (Rx580)
2018-03-09 18:55 [Bug 105423] Unable to unbind my 2nd GPU (Rx580) bugzilla-daemon
` (2 preceding siblings ...)
2018-03-10 7:57 ` bugzilla-daemon
@ 2018-03-12 21:47 ` bugzilla-daemon
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2018-03-12 21:47 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 494 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=105423
--- Comment #3 from Andrey Grodzovsky <andrey.grodzovsky@amd.com> ---
(In reply to Max from comment #2)
> Thanks to Nick Sarnie on Discord, he found that disable completely DC fix
> the issue.
>
> I fix it with "amdgpu.dc=0" in my grub.conf
Did you try latest kernel (4.16.rc4 i think) seems to me this issue is already
fixed there in DC.
Andrey
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1406 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
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-03-12 21:47 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-09 18:55 [Bug 105423] Unable to unbind my 2nd GPU (Rx580) bugzilla-daemon
2018-03-09 21:31 ` bugzilla-daemon
2018-03-09 23:53 ` bugzilla-daemon
2018-03-10 7:57 ` bugzilla-daemon
2018-03-12 21:47 ` 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.