From: bugzilla-daemon@bugzilla.kernel.org
To: dri-devel@lists.freedesktop.org
Subject: [Bug 63101] Hard lockup whel launching games like TF2 on kernels 3.11.5 and 3.12 rc4 and above if radeon.dpm=1 is used
Date: Tue, 12 Nov 2013 19:00:06 +0000 [thread overview]
Message-ID: <bug-63101-2300-D8zKzrsAcw@https.bugzilla.kernel.org/> (raw)
In-Reply-To: <bug-63101-2300@https.bugzilla.kernel.org/>
https://bugzilla.kernel.org/show_bug.cgi?id=63101
--- Comment #18 from Kertesz Laszlo <laszlo.kertesz@gmail.com> ---
Tested with 3.12.0-next-20131111, started the computer and launched Steam and
TF2 right away.
Activating enable_nbps_policy to enable_gfx_clock_gating worked well.
The enable_mg_clock_gating, enable_gfx_dynamic_mgpg, override_dynamic_mgpg
options
gave gpu lockups and softresets (same as the above attachment), mostly after i
entered the map, but sometimes after the reset the game was resumed and could
play without issues.
Combining them with uvd_dpm seems to be the killer factor though.
This is what seems to work well so far (uvd_dpm seems to not create problems if
the mgpg and mg options are disabled:
pi->enable_bapm = false;
pi->enable_nbps_policy = true; /*mychange*/
pi->enable_sclk_ds = true;
pi->enable_gfx_power_gating = true;
pi->enable_gfx_clock_gating = true;
pi->enable_mg_clock_gating = false;
pi->enable_gfx_dynamic_mgpg = false; /* ??? */
pi->override_dynamic_mgpg = false;
pi->enable_auto_thermal_throttling = true;
pi->voltage_drop_in_dce = false; /* need to restructure dpm/modeset
interaction */
pi->uvd_dpm = true; /* ??? */
--
You are receiving this mail because:
You are watching the assignee of the bug.
next prev parent reply other threads:[~2013-11-12 19:00 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-15 20:04 [Bug 63101] New: Hard lockup whel launching games like TF2 on kernels 3.11.5 and 3.12 rc4 and above bugzilla-daemon
2013-10-15 22:57 ` [Bug 63101] " bugzilla-daemon
2013-10-16 6:32 ` bugzilla-daemon
2013-10-16 6:39 ` bugzilla-daemon
2013-10-16 6:41 ` bugzilla-daemon
2013-10-16 6:41 ` bugzilla-daemon
2013-10-18 3:21 ` bugzilla-daemon
2013-10-18 5:54 ` bugzilla-daemon
2013-10-18 10:10 ` bugzilla-daemon
2013-10-19 6:55 ` bugzilla-daemon
2013-10-19 13:09 ` bugzilla-daemon
2013-10-19 13:13 ` bugzilla-daemon
2013-10-19 13:14 ` [Bug 63101] Hard lockup whel launching games like TF2 on kernels 3.11.5 and 3.12 rc4 and above if radeon.dpm=1 is used bugzilla-daemon
2013-10-19 13:25 ` bugzilla-daemon
2013-10-20 8:03 ` bugzilla-daemon
2013-10-22 13:25 ` bugzilla-daemon
2013-11-08 14:33 ` bugzilla-daemon
2013-11-09 12:07 ` bugzilla-daemon
2013-11-09 20:57 ` bugzilla-daemon
2013-11-11 18:38 ` bugzilla-daemon
2013-11-12 19:00 ` bugzilla-daemon [this message]
2013-11-13 7:23 ` bugzilla-daemon
2013-11-14 15:24 ` bugzilla-daemon
2013-11-14 16:26 ` bugzilla-daemon
2013-11-14 16:45 ` bugzilla-daemon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bug-63101-2300-D8zKzrsAcw@https.bugzilla.kernel.org/ \
--to=bugzilla-daemon@bugzilla.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).