From: Marek Olšák Date: Sun, 19 Aug 2012 19:23:26 +0000 (+0200) Subject: drm/radeon: fix checking of MSAA renderbuffers on r600-r700 X-Git-Tag: v3.6-rc3~1^2~6^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcdeefe4df5c0fa457f2dc181ef4e3b2b26de781;p=pandora-kernel.git drm/radeon: fix checking of MSAA renderbuffers on r600-r700 The MSAA checking was mostly unimplemented on r600-r700. The userspace submits GPU commands and the kernel driver computes how much memory the GPU will access and checks if it's all within buffer bounds the userspace allocated. This patch fixes the computations of the size of MSAA surfaces in memory. Signed-off-by: Marek Olšák Signed-off-by: Alex Deucher --- Reading git-diff-tree failed