From: Alex Deucher Date: Fri, 14 Jun 2013 13:13:52 +0000 (-0400) Subject: drm/radeon: add a reset work handler X-Git-Tag: v3.11-rc1~65^2~60^2~164 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f61b34cebf0b8c4a00362f30cb03c8f5225cff6;p=pandora-kernel.git drm/radeon: add a reset work handler New asics support non-privileged IBs. This allows us to skip IB checking in the driver since the hardware will check the command buffers for us. When using non-privileged IBs, if the CP encounters an illegal register in the command stream, it will halt and generate an interrupt. The CP needs to be reset to continue. For now just do a full GPU reset when this happens. Signed-off-by: Alex Deucher --- Reading git-diff-tree failed