]> git.baikalelectronics.ru Git - kernel.git/commit
drm/radeon/kms: fix tiled db height calculation on 6xx/7xx
authorAlex Deucher <alexdeucher@gmail.com>
Wed, 27 Oct 2010 05:44:35 +0000 (01:44 -0400)
committerDave Airlie <airlied@redhat.com>
Thu, 28 Oct 2010 01:27:07 +0000 (11:27 +1000)
commit5fdbaae02038fe3501e4629872cd537d11c15973
tree4ee9dbcb3e556b0d67fc67919271202ef3c47284
parentca861da0788fdb7c86997154db2e76df0ca64901
drm/radeon/kms: fix tiled db height calculation on 6xx/7xx

Calculate height based on the slice bitfield rather than the size.
Same as Dave's CB fix.

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