From: bugzilla-daemon@freedesktop.org
To: dri-devel@lists.freedesktop.org
Subject: [Bug 84627] (bisected) 32bit corruption with PIPE_USAGE_STREAM reverted
Date: Tue, 07 Oct 2014 10:33:27 +0000 [thread overview]
Message-ID: <bug-84627-502-mXTx6K4kte@http.bugs.freedesktop.org/> (raw)
In-Reply-To: <bug-84627-502@http.bugs.freedesktop.org/>
[-- Attachment #1.1: Type: text/plain, Size: 1438 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=84627
--- Comment #13 from smoki <smoki00790@gmail.com> ---
Maybe to mention here what i playing a little there yesterday, it is not only
PIPE_USAGE_STREAM reverted which triggers problem/corruption on 32bit, for
example if i only add res->domains = RADEON_DOMAIN_GTT; to default i can't
login anymore:
default:
/* Not listing GTT here improves performance in some apps. */
res->domains = RADEON_DOMAIN_VRAM;
+ res->domains = RADEON_DOMAIN_GTT;
flags |= RADEON_FLAG_GTT_WC;
break;
On 64bit this is also not a problem, after adding just this performance goes
up by 25% in games like Torchlight, Dota2, etc... i only found slight decrease
in other apps by up to 1-3% (Xonotic, Openarena, etc) and it also remove
stutter for me in Unigine Valley. So this seems to be better default now,
but...
Then again that is only because 'flags |= RADEON_FLAG_GTT_WC;' is there so
that made a difference to not fps go down much. If commented that (with
DOMAIN_GTT there) a see even greater boost by 35%-40% performance go up in
Torchlight, but it is not actually so good anymore for other apps (Valley
suffer). So that seems like some apps very much like, but some not at all :D
Yeah on 32bit i can't play with those, there are various triggered problems
with GTT_WC being there.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2227 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
next prev parent reply other threads:[~2014-10-07 10:33 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-03 9:21 [Bug 84627] New: (bisected) 32bit corruption with PIPE_USAGE_STREAM reverted bugzilla-daemon
2014-10-03 9:37 ` [Bug 84627] " bugzilla-daemon
2014-10-06 6:56 ` bugzilla-daemon
2014-10-06 7:02 ` bugzilla-daemon
2014-10-06 7:27 ` bugzilla-daemon
2014-10-06 8:17 ` bugzilla-daemon
2014-10-06 8:24 ` bugzilla-daemon
2014-10-06 8:40 ` bugzilla-daemon
2014-10-06 9:53 ` bugzilla-daemon
2014-10-06 10:07 ` bugzilla-daemon
2014-10-06 10:09 ` bugzilla-daemon
2014-10-07 4:01 ` bugzilla-daemon
2014-10-07 9:40 ` bugzilla-daemon
2014-10-07 10:33 ` bugzilla-daemon [this message]
2014-10-09 23:34 ` bugzilla-daemon
2014-10-10 9:48 ` bugzilla-daemon
2014-10-10 16:20 ` bugzilla-daemon
2014-10-15 1:28 ` bugzilla-daemon
2014-10-15 1:58 ` bugzilla-daemon
2014-10-15 7:05 ` bugzilla-daemon
2014-10-15 13:53 ` bugzilla-daemon
2014-10-15 15:21 ` bugzilla-daemon
2014-10-16 3:22 ` bugzilla-daemon
2014-10-16 4:13 ` bugzilla-daemon
2014-10-16 4:28 ` bugzilla-daemon
2014-10-16 6:45 ` bugzilla-daemon
2014-10-29 2:08 ` bugzilla-daemon
2014-11-08 23:17 ` bugzilla-daemon
2014-11-23 17:33 ` bugzilla-daemon
2014-11-25 7:33 ` bugzilla-daemon
2014-11-26 0:05 ` bugzilla-daemon
2014-11-26 2:52 ` bugzilla-daemon
2014-11-26 2:54 ` bugzilla-daemon
2014-11-26 6:55 ` bugzilla-daemon
2014-11-26 21:56 ` bugzilla-daemon
2014-11-27 8:07 ` bugzilla-daemon
2014-11-27 8:52 ` bugzilla-daemon
2014-11-27 18:39 ` bugzilla-daemon
2014-12-04 13:56 ` bugzilla-daemon
2014-12-04 18:27 ` bugzilla-daemon
2015-01-08 19:29 ` bugzilla-daemon
2015-01-08 20:17 ` bugzilla-daemon
2015-08-02 11:33 ` bugzilla-daemon
2019-07-22 4:00 ` 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-84627-502-mXTx6K4kte@http.bugs.freedesktop.org/ \
--to=bugzilla-daemon@freedesktop.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