commit | 43b93fbffc2c080dba2e84df6fce8d7e6c0a2581 | [log] [tgz] |
---|---|---|
author | Alex Deucher <alexdeucher@gmail.com> | Wed Oct 27 01:02:35 2010 -0400 |
committer | Dave Airlie <airlied@redhat.com> | Thu Oct 28 11:27:04 2010 +1000 |
tree | 10b747157c8fb249b7b86807281d6d61fe5a39d3 | |
parent | 135cba0dc399fdd47bd3ae305c1db75fcd77243f [diff] |
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 <alexdeucher@gmail.com> Cc: stable@kernel.org Signed-off-by: Dave Airlie <airlied@redhat.com>