From: Dave Airlie Date: Fri, 18 Sep 2009 04:16:38 +0000 (+1000) Subject: drm/radeon/kms: disable VGA rendering engine before taking over VRAM X-Git-Tag: v2.6.32-rc1~159^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=698443d9ec1a33eff65b27b9514e06998bf57eb3;p=pandora-kernel.git drm/radeon/kms: disable VGA rendering engine before taking over VRAM Before we use any of VRAM, we need to disable the VGA rendering engine, this render text mode into a graphical framebuffer for scanout, however it does this on vblank, and can end up overwriting the GART table and r600 shader objects. Signed-off-by: Dave Airlie --- Reading git-diff-tree failed