From: Samuel Li Date: Mon, 8 Apr 2013 21:25:47 +0000 (-0400) Subject: drm/radeon: Use direct mapping for fast fb access on RS690 X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~55^2~43^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0a53aa8c7b491a43e2ef66786f9511bae8cbc35;p=pandora-kernel.git drm/radeon: Use direct mapping for fast fb access on RS690 This patch allows the CPU to map the stolen vram segment directly rather than going through the PCI BAR. This significantly improves performance for certain workloads with a properly patched ddx. Use radeon.fastfb=1 to enable it (disabled by default). Currently only supported on RS690, but support for RS780/880 and newer APUs may be added eventually. Signed-off-by: Samuel Li Reviewed-by: Christian König Signed-off-by: Alex Deucher --- Reading git-diff-tree failed