radv: remove unnecessary code around CACHE_FLUSH_AND_INV_TS_EVENT
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Tue, 19 Jun 2018 13:24:39 +0000 (15:24 +0200)
committerSamuel Pitoiset <samuel.pitoiset@gmail.com>
Wed, 20 Jun 2018 08:08:37 +0000 (10:08 +0200)
commit916dda5cf7abdcc0f95293758942951b34af7a6d
tree3c78d9d593d7a6e79b5b684bce98627e0c6830f1
parent4705a5dfda38f40e4d4827058738490d164f198c
radv: remove unnecessary code around CACHE_FLUSH_AND_INV_TS_EVENT

AMDVLK also always uses CACHE_FLUSH_AND_INV_TS_EVENT. The other
workaround is to flush DB metadata after emitting the framebuffer,
but that seems slower.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
src/amd/vulkan/si_cmd_buffer.c