commit | 1614f8b17b8cc3ad143541d41569623d30dbc9ec | [log] [tgz] |
---|---|---|
author | Dave Airlie <airlied@redhat.com> | Tue Dec 01 16:04:56 2009 +1000 |
committer | Dave Airlie <airlied@redhat.com> | Wed Dec 02 14:00:13 2009 +1000 |
tree | 7b0284e942cb68ea47cdc832bbd43864b23dcd2d | |
parent | d8f60cfc93452d0554f6a701aa8e3236cbee4636 [diff] |
drm/radeon/kms: add irq mitigation code for sw interrupt. 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>