freedreno/a6xx: Move emit_marker and wfi to draw_impl()
authorKristian H. Kristensen <hoegsberg@chromium.org>
Fri, 21 Sep 2018 04:19:57 +0000 (21:19 -0700)
committerRob Clark <robdclark@gmail.com>
Thu, 27 Sep 2018 20:08:52 +0000 (16:08 -0400)
commitfb1c6b89a212852691dd4f497da2d7bf5af2f3c8
tree2ead0c62e76a8059f5f10153615af0c902bb9250
parent055905055707fce4b0b9cb2c2e8992f4e71cf938
freedreno/a6xx: Move emit_marker and wfi to draw_impl()

This way the markers clearly bracket the draw call and isn't
duplicated for both direct and indirect draw code.

Signed-off-by: Kristian H. Kristensen <hoegsberg@chromium.org>
src/gallium/drivers/freedreno/a6xx/fd6_draw.c