anv: don't fail userspace relocation with perf queries
This is a left over from the earlier version of VK_KHR_performance_query where we used kernel relocs to implement multi pass queries.
We're using self modifying batches now so we shouldn't need any relocation.
Signed-off-by: Lionel Landwerlin lionel.g.landwerlin@intel.com Fixes: 2001a80d ("anv: Implement VK_KHR_performance_query")
Edited by Lionel Landwerlin