From: Alex Deucher Date: Tue, 10 Dec 2013 00:44:30 +0000 (-0500) Subject: drm/radeon: remove generic rptr/wptr functions (v2) X-Git-Tag: v3.14-rc1~47^2~41^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea31bf697d27270188a93cd78cf9de4bc968aca3;p=pandora-kernel.git drm/radeon: remove generic rptr/wptr functions (v2) Fill in asic family specific versions rather than using the generic version. This lets us handle asic specific differences more easily. In this case, we disable sw swapping of the rtpr writeback value on r6xx+ since the hw does it for us. Fixes bogus rptr readback on BE systems. v2: remove missed cpu_to_le32(), add comments Signed-off-by: Alex Deucher --- Reading git-diff-tree failed