commit | 8eec9d6f74271fb69770b9fa3fa7d3659128720b | [log] [tgz] |
---|---|---|
author | Ilija Hadzic <ihadzic@research.bell-labs.com> | Wed Oct 12 23:29:40 2011 -0400 |
committer | Dave Airlie <airlied@redhat.com> | Tue Oct 18 10:06:24 2011 +0100 |
tree | a1f4a28a619c3ef20ac769c5b2f826ebe13a7fbe | |
parent | 638dd7db599de8c49cfaf9aca9d64d9a0649ff46 [diff] |
drm/radeon/kms: cleanup r600 blit code reorganize the code such that only the primitives (i.e., the functions that load the CP ring) are hardware specific; dynamically link the primitives in a (new) pointer structure inside r600_blit at blit initialization time so that the functions that control the blit operations can be made common for r600 and evergreen parts Signed-off-by: Ilija Hadzic <ihadzic@research.bell-labs.com> Signed-off-by: Dave Airlie <airlied@redhat.com>