From: "Michel Dänzer" <michel@daenzer.net>
To: Jerome Glisse <jglisse@redhat.com>
Cc: Corbin Simpson <MostAwesomeDude@gmail.com>, dri-devel@lists.sf.net
Subject: Re: [PATCH] drm/radeon/kms: Workaround RV410/R420 CP errata (V2)
Date: Wed, 06 Jan 2010 18:46:47 +0100 [thread overview]
Message-ID: <1262800007.7166.904.camel@thor.local> (raw)
In-Reply-To: <1262774493-5602-1-git-send-email-jglisse@redhat.com>
On Wed, 2010-01-06 at 11:41 +0100, Jerome Glisse wrote:
> From: Corbin Simpson <MostAwesomeDude@gmail.com>
>
> Long story short, this fixes sporadic hardlocks with my rv410 during
> times of intense 2D acceleration (Flash on Fx3).
>
> V2: Fix indentation and move errata_fini to suspend function so we
> don't leak scratch register over suspend/resume cycle.
>
> Signed-off-by: Corbin Simpson <MostAwesomeDude@gmail.com>
> Signed-off-by: Jerome Glisse <jglisse@redhat.com>
> ---
[...]
> diff --git a/drivers/gpu/drm/radeon/radeon.h b/drivers/gpu/drm/radeon/radeon.h
> index cd650fd..b272065 100644
> --- a/drivers/gpu/drm/radeon/radeon.h
> +++ b/drivers/gpu/drm/radeon/radeon.h
> @@ -798,6 +798,7 @@ struct radeon_device {
> struct radeon_gem gem;
> struct radeon_pm pm;
> uint32_t bios_scratch[RADEON_BIOS_NUM_SCRATCH];
> + uint32_t resync_scratch;
> struct mutex cs_mutex;
> struct radeon_wb wb;
> struct radeon_dummy_page dummy_page;
Indentation still looks wrong in this hunk.
--
Earthling Michel Dänzer | http://www.vmware.com
Libre software enthusiast | Debian, X and DRI developer
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel
prev parent reply other threads:[~2010-01-06 17:46 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-01-06 10:41 [PATCH] drm/radeon/kms: Workaround RV410/R420 CP errata (V2) Jerome Glisse
[not found] ` <e7bd23c31001060934q2f422673t66bec23166401de1@mail.gmail.com>
2010-01-06 17:35 ` Corbin Simpson
2010-01-06 17:46 ` Michel Dänzer [this message]
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=1262800007.7166.904.camel@thor.local \
--to=michel@daenzer.net \
--cc=MostAwesomeDude@gmail.com \
--cc=dri-devel@lists.sf.net \
--cc=jglisse@redhat.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.