From: Marek Olšák Date: Sun, 22 Dec 2013 01:18:00 +0000 (+0100) Subject: drm/radeon: fix render backend setup for SI and CIK X-Git-Tag: v3.13-rc7~7^2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fadb352ed73edd7801a280b552d33a6040c8721;p=pandora-kernel.git drm/radeon: fix render backend setup for SI and CIK Only the render backends of the first shader engine were enabled. The others were erroneously disabled. Enabling the other render backends improves performance a lot. Unigine Sanctuary on Bonaire: Before: 15 fps After: 90 fps Judging from the fan noise, the GPU was also underclocked when the other render backends were disabled, resulting in horrible performance. The fan is a lot noisy under load now. Signed-off-by: Marek Olšák Signed-off-by: Alex Deucher Cc: stable@vger.kernel.org --- Reading git-diff-tree failed