From: Marek Olšák Date: Fri, 24 Aug 2012 12:27:36 +0000 (+0200) Subject: drm/radeon: add proper checking of RESOLVE_BOX command for r600-r700 X-Git-Tag: v3.6-rc4~5^2~1^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=523885dec109188b6bed53ec67362072f13b0d43;p=pandora-kernel.git drm/radeon: add proper checking of RESOLVE_BOX command for r600-r700 Checking of the second colorbuffer was skipped on r700, because CB_TARGET_MASK was 0xf. With r600, CB_TARGET_MASK is changed to 0xff, so we must set the number of samples of the second colorbuffer to 1 in order to pass the CS checker. The DRM version is bumped, because RESOLVE_BOX is always rejected without this fix on r600. Signed-off-by: Marek Olšák Reviewed-by: Jerome Glisse Signed-off-by: Alex Deucher --- Reading git-diff-tree failed