From: Alex Deucher Date: Wed, 27 Oct 2010 05:02:35 +0000 (-0400) Subject: drm/radeon/kms: fix handling of tex lookup disable in cs checker on r2xx X-Git-Tag: v2.6.37-rc1~77^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43b93fbffc2c080dba2e84df6fce8d7e6c0a2581;p=pandora-kernel.git drm/radeon/kms: fix handling of tex lookup disable in cs checker on r2xx There are cases when multiple texture units have to be enabled, but not actually used to sample. This patch checks to see if the lookup_disable bit is set and if so, skips the texture check. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=25544 Signed-off-by: Alex Deucher Cc: stable@kernel.org Signed-off-by: Dave Airlie --- Reading git-diff-tree failed