freedreno: Rename append_bo() in case it doesn't get inlined.
authorEric Anholt <eric@anholt.net>
Thu, 7 May 2020 23:40:52 +0000 (16:40 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 8 May 2020 19:35:39 +0000 (12:35 -0700)
commitb3c4e6a597a45a0281cdcb8d70ec86ce8dabbb16
tree2bad65b9e209e1baafb981eff15005eeeef205d4
parente1c74f3facce57555284d23ee11bc009928806f1
freedreno: Rename append_bo() in case it doesn't get inlined.

In a debugoptimized build, it wasn't inlined and so I wasn't noticing
where a bunch of CPU usage was going in the DRM functions.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4957>
src/freedreno/drm/msm_ringbuffer_sp.c