From: Jerome Glisse Date: Tue, 8 Sep 2009 00:10:24 +0000 (+1000) Subject: drm/radeon/kms: add r600 KMS support X-Git-Tag: v2.6.32-rc1~52^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ce0a23d2d253185df24e22e3d5f89800bb3dd1c;p=pandora-kernel.git drm/radeon/kms: add r600 KMS support This adds the r600 KMS + CS support to the Linux kernel. The r600 TTM support is quite basic and still needs more work esp around using interrupts, but the polled fencing should work okay for now. Also currently TTM is using memcpy to do VRAM moves, the code is here to use a 3D blit to do this, but isn't fully debugged yet. Authors: Alex Deucher Dave Airlie Jerome Glisse Signed-off-by: Jerome Glisse Signed-off-by: Dave Airlie --- Reading git-diff-tree failed