drm/radeon/kms: fix 2D tile height alignment in the r600 CS checker
authorAlex Deucher <alexdeucher@gmail.com>
Tue, 19 Oct 2010 03:45:39 +0000 (23:45 -0400)
committerDave Airlie <airlied@redhat.com>
Tue, 26 Oct 2010 04:47:44 +0000 (14:47 +1000)
commit354da653233898ed1e51f20cebac9705456bf9b1
tree5a5dcd470d57ca867da35ea3f2b8fc7938efd51f
parent2281a378e1830d7ab78d3067f228e4e55d368b0d
drm/radeon/kms: fix 2D tile height alignment in the r600 CS checker

macro tile heights are aligned to num channels, not num banks.

Noticed by Dave Airlie.

Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Cc: stable@kernel.org
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/r600_cs.c