v3dv: make TLB clearing paths return true/false
authorIago Toral Quiroga <itoral@igalia.com>
Mon, 25 May 2020 07:41:33 +0000 (09:41 +0200)
committerMarge Bot <eric+marge@anholt.net>
Tue, 13 Oct 2020 21:21:30 +0000 (21:21 +0000)
commitbbdfc5296bb7aebeb27f79cf3cb4497db89ae50b
treebf492c247414833abdb4483ba70ecb9742325a8b
parenta5cede6111a1e979dd98dfb7969f714f47942d47
v3dv: make TLB clearing paths return true/false

We are currently able to clear any supported format using the TLB, but
this is more consistent with other parts of the code and is what we want
should we add any formats in the future where we can't get away with
TLB clears.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6766>
src/broadcom/vulkan/v3dv_meta_copy.c