From: Dave Airlie Date: Tue, 3 Apr 2012 15:23:41 +0000 (+0100) Subject: drm/radeon/kms: attempt to avoid copying data twice on coherent cards. (v3) X-Git-Tag: v3.5-rc1~83^2~141 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a7068b4ef17dfb9de3191321f1adc91fa1659ca;hp=6a7068b4ef17dfb9de3191321f1adc91fa1659ca;p=pandora-kernel.git drm/radeon/kms: attempt to avoid copying data twice on coherent cards. (v3) On coherent systems (not-AGP) the IB should be in cached memory so should be just as fast, so we can avoid copying to temporary pages and just use it directly. provides minor speedups on rv530: gears ~1820->1860, ipers: 29.9->30.6, but always good to use less CPU if we can. v3: cleanup unneeded bits. Reviewed-by: Alex Deucher Signed-off-by: Dave Airlie ---