[PATCH] drm/radeon/kms: fix handling of tex lookup disable in cs checker on r2xx

2010-10-27 Thread Alex Deucher
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 at kern

[PATCH] drm/radeon/kms: fix handling of tex lookup disable in cs checker on r2xx

2010-10-26 Thread Alex Deucher
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: sta...@kernel.