From: Matthew Garrett <mjg59@srcf.ucam.org>
To: "Rafał Miłecki" <zajec5@gmail.com>
Cc: Alex Deucher <alexdeucher@gmail.com>,
DRI Development Mailing List <dri-devel@lists.sourceforge.net>
Subject: Re: [PATCHES] radeon kms pm patches
Date: Fri, 26 Mar 2010 19:56:53 +0000 [thread overview]
Message-ID: <20100326195653.GA639@srcf.ucam.org> (raw)
In-Reply-To: <b170af451003261249t614a16bcu2d2a1c189a27aa70@mail.gmail.com>
On Fri, Mar 26, 2010 at 08:49:21PM +0100, Rafał Miłecki wrote:
> Is this possible reclocking memory in wrong moment (so missing VBLANK
> probably) cause lock up? I experienced few already, when I forced
> myself to use this code ignoring corruptions. Any other idea what can
> cause lock up? I'm 100% sure it's memory reclocking code related.
The first thing is that memory reclocking is definitely missing vblank
occasionally - but sometimes that's because the interrupt fires before
we get there, and sometimes it's because we're scheduled later. I have
some fixes for that. Other corruption is likely to be due to the engine
reclocking, which seems to also need to be done in vblank.
As far as the lockups go, I think this is due to memory access during
reclock. Nothing should be coming from the cp, but we may be getting
accesses from the crtc if we miss vblank (there's a bit in the crtc
control that can deal with this), but more importantly we're doing
nothing to prevent unaccelerated fallbacks touching vram during reclock.
I can provoke lockups more easily using x11perf which probably triggers
several of those, so I lean towards that being something we need to fix
before looking for other potential issues.
--
Matthew Garrett | mjg59@srcf.ucam.org
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel
next prev parent reply other threads:[~2010-03-26 19:56 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-15 0:01 [PATCHES] radeon kms pm patches Alex Deucher
2010-03-15 5:44 ` Rafał Miłecki
2010-03-15 7:26 ` Alex Deucher
2010-03-15 5:50 ` Rafał Miłecki
2010-03-15 7:26 ` Alex Deucher
2010-03-15 5:52 ` Rafał Miłecki
2010-03-15 7:26 ` Alex Deucher
2010-03-15 6:04 ` Rafał Miłecki
2010-03-15 7:26 ` Alex Deucher
2010-03-15 6:27 ` Rafał Miłecki
2010-03-15 7:26 ` Alex Deucher
2010-03-15 7:30 ` Alex Deucher
2010-03-17 1:43 ` Alex Deucher
2010-03-17 6:28 ` Rafał Miłecki
2010-03-17 14:35 ` Alex Deucher
2010-03-17 23:18 ` Rafał Miłecki
2010-03-18 3:27 ` Alex Deucher
2010-03-18 0:06 ` Rafał Miłecki
2010-03-18 3:27 ` Alex Deucher
2010-03-18 9:05 ` Rafał Miłecki
2010-03-18 11:37 ` Rafał Miłecki
2010-03-18 16:40 ` Alex Deucher
2010-03-18 16:43 ` Rafał Miłecki
2010-03-26 19:49 ` Rafał Miłecki
2010-03-26 19:54 ` Alex Deucher
2010-03-26 19:56 ` Matthew Garrett [this message]
2010-03-27 10:07 ` Michel Dänzer
-- strict thread matches above, loose matches on Subject: below --
2010-03-16 10:56 Sedat Dilek
2010-03-18 9:55 Sedat Dilek
2010-03-18 10:39 Sedat Dilek
2010-03-18 11:53 ` Sedat Dilek
2010-03-18 12:53 Sedat Dilek
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=20100326195653.GA639@srcf.ucam.org \
--to=mjg59@srcf.ucam.org \
--cc=alexdeucher@gmail.com \
--cc=dri-devel@lists.sourceforge.net \
--cc=zajec5@gmail.com \
/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 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.