From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 91880] Radeonsi on Grenada cards (r9 390) exceptionally unstable and poorly performing Date: Sat, 18 Aug 2018 10:13:18 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0857114789==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 92CF66E09C for ; Sat, 18 Aug 2018 10:13:18 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0857114789== Content-Type: multipart/alternative; boundary="15345871986.dCB24bEe1.26436" Content-Transfer-Encoding: 7bit --15345871986.dCB24bEe1.26436 Date: Sat, 18 Aug 2018 10:13:18 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D91880 --- Comment #208 from emilio.moretti@gmail.com --- (In reply to emilio.moretti from comment #207) > (In reply to Sandeep from comment #206) > > You've got to make sure that radeon and amdgpu drivers don't clash. > >=20 > > Try the following kernel parameters: radeon.si_support=3D0 > > radeon.cik_support=3D0 amdgpu.si_support=3D1 amdgpu.cik_support=3D1 amd= gpu.dpm=3D1 > >=20 > > That's what I use and it works fine for me. >=20 > Thanks, but I did that. Here is my process: >=20 > Stable system configuration (power management doesn't crash): > 1) Make sure amdgpu is blacklisted: > # vim /etc/modprobe.d/blacklist.conf > -> add "blacklist amdgpu" at the bottom > # update-initramfs -u -k all >=20 > 2) Update grub parameters: > # vim /etc/default/grub > -> Set the correct defaults: > GRUB_CMDLINE_LINUX_DEFAULT=3D"radeon.cik_support=3D1 amdgpu.cik_support= =3D0" > # update-grub >=20 > 3) reboot the system >=20 >=20 > Unstable system configuration (power management crashes the entire system > when it tries to power off the monitors): > 1) Make sure amdgpu can be loaded: > # vim /etc/modprobe.d/blacklist.conf > -> add "blacklist amdgpu" at the bottom > # update-initramfs -u -k all >=20 > 2) Update grub parameters: > # vim /etc/default/grub > -> Set the correct defaults: > GRUB_CMDLINE_LINUX_DEFAULT=3D"radeon.cik_support=3D0 amdgpu.cik_support= =3D1 > amdgpu.modeset=3D1 amdgpu.dc=3D1 amdgpu.dpm=3D1" > # update-grub >=20 > 3) reboot the system >=20 >=20 > It's a fairly easy way to test it as is freezes every time you leave the = PC > idle. I haven't seen it crash during my daily usage, but it does crash wh= en > the power management kicks in. oh, sorry. There is a "typo" in my previous answer. For the unstable system= you need to remove amdgpu from the blacklisted modules. Let me "correct" the unstable system configuration: 1) Make sure amdgpu can be loaded: # vim /etc/modprobe.d/blacklist.conf -> REMOVE "blacklist amdgpu" at the bottom # update-initramfs -u -k all 2) Update grub parameters: # vim /etc/default/grub -> Set the correct defaults: GRUB_CMDLINE_LINUX_DEFAULT=3D"radeon.cik_suppo= rt=3D0 amdgpu.cik_support=3D1 amdgpu.modeset=3D1 amdgpu.dc=3D1 amdgpu.dpm=3D1" # update-grub 3) reboot the system --=20 You are receiving this mail because: You are the assignee for the bug.= --15345871986.dCB24bEe1.26436 Date: Sat, 18 Aug 2018 10:13:18 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated

Comme= nt # 208 on bug 91880<= /a> from emilio= .moretti@gmail.com
(In reply to emilio.moretti from comment #207)
> (In reply to Sandeep from comment #206)
> > You've got to make sure that radeon and amdgpu drivers don't clas=
h.
> >=20
> > Try the following kernel parameters: radeon.si_support=3D0
> > radeon.cik_support=3D0 amdgpu.si_support=3D1 amdgpu.cik_support=
=3D1 amdgpu.dpm=3D1
> >=20
> > That's what I use and it works fine for me.
>=20
> Thanks, but I did that. Here is my process:
>=20
> Stable system configuration (power management doesn't crash):
> 1) Make sure amdgpu is blacklisted:
> # vim /etc/modprobe.d/blacklist.conf
> -> add "blacklist amdgpu" at the bottom
> # update-initramfs -u -k all
>=20
> 2) Update grub parameters:
> # vim /etc/default/grub
> -> Set the correct defaults:
> GRUB_CMDLINE_LINUX_DEFAULT=3D"radeon.cik_support=3D1 amdgpu.cik_s=
upport=3D0"
> # update-grub
>=20
> 3) reboot the system
>=20
>=20
> Unstable system configuration (power management crashes the entire sys=
tem
> when it tries to power off the monitors):
> 1) Make sure amdgpu can be loaded:
> # vim /etc/modprobe.d/blacklist.conf
> -> add "blacklist amdgpu" at the bottom
> # update-initramfs -u -k all
>=20
> 2) Update grub parameters:
> # vim /etc/default/grub
> -> Set the correct defaults:
> GRUB_CMDLINE_LINUX_DEFAULT=3D"radeon.cik_support=3D0 amdgpu.cik_s=
upport=3D1
> amdgpu.modeset=3D1 amdgpu.dc=3D1 amdgpu.dpm=3D1"
> # update-grub
>=20
> 3) reboot the system
>=20
>=20
> It's a fairly easy way to test it as is freezes every time you leave t=
he PC
> idle. I haven't seen it crash during my daily usage, but it does crash=
 when
> the power management kicks in.

oh, sorry. There is a "typo" in my previous answer. For the unsta=
ble system you
need to remove amdgpu from the blacklisted modules. Let me "correct&qu=
ot; the
unstable system configuration:

1) Make sure amdgpu can be loaded:
# vim /etc/modprobe.d/blacklist.conf
-> REMOVE "blacklist amdgpu" at the bottom
# update-initramfs -u -k all

2) Update grub parameters:
# vim /etc/default/grub
-> Set the correct defaults: GRUB_CMDLINE_LINUX_DEFAULT=3D"radeon.c=
ik_support=3D0
amdgpu.cik_support=3D1 amdgpu.modeset=3D1 amdgpu.dc=3D1 amdgpu.dpm=3D1"
# update-grub

3) reboot the system


You are receiving this mail because:
  • You are the assignee for the bug.
= --15345871986.dCB24bEe1.26436-- --===============0857114789== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============0857114789==--