mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-22 00:30:13 +01:00
Batch bos are always allocated with ANV_BO_ALLOC_HOST_CACHED_COHERENT so there is no need to do cflush calls. But if we ever decide to change that anv_bo_needs_host_cache_flush() will make sure cflush is called. Outside of batch bos, this patch is also removing the intel_flush_range() call from anv_QueuePresentKHR because device->debug_frame_desc is offset of workaround_bo that is also allocated as ANV_BO_ALLOC_HOST_COHERENT. Signed-off-by: José Roberto de Souza <jose.souza@intel.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26457> |
||
|---|---|---|
| .. | ||
| blorp | ||
| ci | ||
| common | ||
| compiler | ||
| dev | ||
| ds | ||
| genxml | ||
| isl | ||
| nullhw-layer | ||
| perf | ||
| tools | ||
| vulkan | ||
| vulkan_hasvk | ||
| meson.build | ||