From: Michel Dänzer Date: Thu, 8 Jan 2015 04:27:15 +0000 (+0900) Subject: drm/amdkfd: Drop interrupt SW ring buffer X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~250^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ee0ad2a7f27f7dc365576b748bc98684f02882d;p=pandora-kernel.git drm/amdkfd: Drop interrupt SW ring buffer The work queue couldn't reliably prevent the SW ring buffer from overflowing, so dmesg was spammed by kfd kfd: Interrupt ring overflow, dropping interrupt. messages when running e.g. the Atlantis Substance demo from https://wiki.unrealengine.com/Linux_Demos on Kaveri. Since the SW ring buffer doesn't actually do anything at this point, just remove it for now. When actual interrupt processing code is added to amdkfd, it should try to do things immediately and only defer to work queues when necessary. Signed-off-by: Michel Dänzer Reviewed-by: Christian König Signed-off-by: Oded Gabbay --- Reading git-diff-tree failed