From: Marek Olšák Date: Fri, 1 Mar 2013 12:40:31 +0000 (+0100) Subject: drm/radeon: don't check mipmap alignment if MIP_ADDRESS is FMASK X-Git-Tag: v3.9-rc2~15^2~5^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=774c389fae5e5a78a4aa75f927ab59fa0ff8a0d2;p=pandora-kernel.git drm/radeon: don't check mipmap alignment if MIP_ADDRESS is FMASK The MIP_ADDRESS state has 2 meanings. If the texture has one sample per pixel, it's a pointer to the mipmap chain. If the texture has multiple samples per pixel, it's a pointer to FMASK, a metadata buffer needed for reading compressed MSAA textures. The mipmap alignment rules do not apply to FMASK. Signed-off-by: Marek Olšák Signed-off-by: Alex Deucher --- Reading git-diff-tree failed