From: Andy Gross Date: Fri, 12 Oct 2012 16:18:11 +0000 (-0500) Subject: drm/omap: Fix release of refill engine X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~1084 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=faaa054036e395d4e847d1dac49a55b7ef85f500;p=pandora-kernel.git drm/omap: Fix release of refill engine During asynchronous refills, we don't wait for the refill to finish. However, we cannot release the engine back to the idle list until it has actually completed the refill operation. The engine release will now be done in the IRQ handler, but only for asynchronous refill operations. Synchronous refills will continue to release the engine after they unblock from waiting on the refill. v2: Fixed review comments on async variable and bool type Signed-off-by: Andy Gross Signed-off-by: Rob Clark Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed