From: Dave Airlie Date: Sat, 18 Jun 2011 03:59:51 +0000 (+0000) Subject: drm/radeon: avoid warnings from r600/eg irq handlers on powered off card. X-Git-Tag: v3.0-rc4~2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=682f1a54a03513fd6bcede56845f1ba21f48c182;p=pandora-kernel.git drm/radeon: avoid warnings from r600/eg irq handlers on powered off card. Since we were calling the wptr function before checking if the IH was even enabled, or the GPU wasn't shutdown, we'd get spam in the logs when the GPU readback 0xffffffff. This reorders things so we return early in the no IH and GPU shutdown cases. Reported-and-tested-by: ManDay on #radeon Reviewed-by: Alex Deucher Signed-off-by: Dave Airlie --- Reading git-diff-tree failed