From: Christian König Date: Fri, 13 Jul 2012 11:06:00 +0000 (+0200) Subject: drm/radeon: fix const IB handling v2 X-Git-Tag: v3.6-rc1~83^2~34^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ef72566f1035fef5abd0913100d13746e066ee3;p=pandora-kernel.git drm/radeon: fix const IB handling v2 Const IBs are executed on the CE not the CP, so we can't fence them in the normal way. So submit them directly before the IB instead, just as the documentation says. v2: keep the extra documentation Signed-off-by: Christian König Reviewed-by: Alex Deucher --- Reading git-diff-tree failed