drm/radeon/kms: r600 CS parser fixes
authorAlex Deucher <alexdeucher@gmail.com>
Fri, 6 Aug 2010 06:54:05 +0000 (02:54 -0400)
committerDave Airlie <airlied@redhat.com>
Tue, 10 Aug 2010 00:46:47 +0000 (10:46 +1000)
- buffer offsets in the base regs are 256b aligned so
shift properly when comparing, fixed by Andre Maasikas
- mipmap size was calculated wrong when nlevel=0
- texture bo offsets were used after the bo base address was added
- vertex resource size register is size - 1, not size

Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Cc: Andre Maasikas <amaasikas@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found