From: Alex Deucher Date: Tue, 17 Jul 2012 18:02:29 +0000 (-0400) Subject: drm/radeon: update ib_execute for SI (v2) X-Git-Tag: v3.6-rc1~83^2~34^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a85a7da4c5922e6621526946d5a56b2194692fdd;p=pandora-kernel.git drm/radeon: update ib_execute for SI (v2) When submitting a CONST_IB, emit a SWITCH_BUFFER packet before the CONST_IB. This isn't strictly necessary (the driver will work fine without it), but is good practice and allows for more flexible DE/CE sychronization options in the future. Current userspace drivers do not take advantage of the CE yet. v2: - clean up code flow a bit - no need to flush caches for CONST IB Signed-off-by: Alex Deucher Reviewed-by: Christian König --- Reading git-diff-tree failed