git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8f60cf
)
drm/radeon/kms: add irq mitigation code for sw interrupt.
author
Dave Airlie
<airlied@redhat.com>
Tue, 1 Dec 2009 06:04:56 +0000
(16:04 +1000)
committer
Dave Airlie
<airlied@redhat.com>
Wed, 2 Dec 2009 04:00:13 +0000
(14:00 +1000)
We really don't need to process every irq that comes in, we only
really want to do SW irq processing when we are actually waiting for
a fence to pass. I'm not 100% sure this is race free esp on non-MSI systems
so it needs some testing.
Signed-off-by: Dave Airlie <airlied@redhat.com>
No differences found