From: Alex Deucher Date: Thu, 10 Feb 2011 19:51:34 +0000 (-0500) Subject: drm/radeon/kms: use linear aligned for evergreen/ni bo blits X-Git-Tag: v2.6.38-rc5~2^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27dcfc102279867ef0080d3b27e0f8306cac53d1;p=pandora-kernel.git drm/radeon/kms: use linear aligned for evergreen/ni bo blits Not only is linear aligned supposedly more performant, linear general is only supported by the CB in single slice mode. The texture hardware doesn't support linear general, but I think the hw automatically upgrades it to linear aligned. Signed-off-by: Alex Deucher Signed-off-by: Dave Airlie --- Reading git-diff-tree failed