aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorLauri Kasanen <cand@gmx.com>2014-04-20 13:29:33 -0400
committerAlex Deucher <alexander.deucher@amd.com>2014-08-05 08:53:27 -0400
commit59bc1d89d6a4d67c94a9b70fa81bda1d5b04f0cb (patch)
tree89f2ca40816aea347dc9fa43c5ff3efd2b78682f /crypto
parent3e22920fbd0005927bc41f71daeb056a0f4def82 (diff)
drm/radeon: Inline r100_mm_rreg, -wreg, v3
This was originally un-inlined by Andi Kleen in 2011 citing size concerns. Indeed, a first attempt at inlining it grew radeon.ko by 7%. However, 2% of cpu is spent in this function. Simply inlining it gave 1% more fps in Urban Terror. v2: We know the minimum MMIO size. Adding it to the if allows the compiler to optimize the branch out, improving both performance and size. The v2 patch decreases radeon.ko size by 2%. I didn't re-benchmark, but common sense says perf is now more than 1% better. v3: Also change _wreg, make the threshold a define. Inlining _wreg increased the size a bit compared to v2, so now radeon.ko is only 1% smaller. Signed-off-by: Lauri Kasanen <cand@gmx.com> Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'crypto')
0 files changed, 0 insertions, 0 deletions