From: Alex Deucher Date: Thu, 9 Sep 2010 15:33:36 +0000 (-0400) Subject: drm/radeon/kms: add drm blit support for evergreen X-Git-Tag: v2.6.37-rc1~92^2~23^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7ccd8fc11700502b5a104b7bad595b492a3aa1b;p=pandora-kernel.git drm/radeon/kms: add drm blit support for evergreen 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 Signed-off-by: Dave Airlie --- Reading git-diff-tree failed