drm/radeon/kms: add drm blit support for evergreen
authorAlex Deucher <alexdeucher@gmail.com>
Thu, 9 Sep 2010 15:33:36 +0000 (11:33 -0400)
committerDave Airlie <airlied@redhat.com>
Wed, 6 Oct 2010 01:46:30 +0000 (11:46 +1000)
This patch implements blit support for bo moves using
the 3D engine.  It uses the same method as r6xx/r7xx:
- store the base state in an IB
- emit variable state and vertex buffers to do the blit

This allows the hw to move bos using the 3D engine and allows
full use of vram beyond the pci aperture size.

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

No differences found