commit 2832cbea7ae078c0ad1ef93a6041d3d3bd0fd243 Author: Iago Toral Quiroga Date: Tue Dec 15 09:21:49 2020 +0100 v3dv: fix BO list for TFU jobs Instead of checking whether the source and destination are the same, we should check if the underlying BOs are the same, since we may be suballocating resources from the same allocation and the kernel will fail to execute jobs if the BO list has duplicated entries. Fixes aborts with Unreal Engine due to failed TFU jobs.