From: Alex Deucher Date: Fri, 30 Aug 2013 12:58:20 +0000 (-0400) Subject: drm/radeon: fix init ordering for r600+ X-Git-Tag: v3.12-rc1~136^2~13^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5903d399a7b0e5c14673c1206f4aeec2859c730;p=pandora-kernel.git drm/radeon: fix init ordering for r600+ The vram scratch buffer needs to be initialized before the mc is programmed otherwise we program 0 as the GPU address of the default GPU fault page. In most cases we put vram at zero anyway and reserve a page for the legacy vga buffer so in practice this shouldn't cause any problems, but better to make it correct. Was changed in: 6fab3febf6d949b0a12b1e4e73db38e4a177a79e Reported-by: FrankR Huang Signed-off-by: Alex Deucher Cc: stable@vger.kernel.org --- Reading git-diff-tree failed