From: Dave Airlie Date: Tue, 1 Dec 2009 06:04:56 +0000 (+1000) Subject: drm/radeon/kms: add irq mitigation code for sw interrupt. X-Git-Tag: v2.6.33-rc1~323^2~4^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1614f8b17b8cc3ad143541d41569623d30dbc9ec;p=pandora-kernel.git 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 --- Reading git-diff-tree failed