mesa/src/intel
José Roberto de Souza 5560835fbe anv: Avoid unnecessary intel_flush calls
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>
2023-12-06 22:18:26 +00:00
..
blorp blorp: Handle stencil buffer compression on blitter engine 2023-12-06 04:39:09 +00:00
ci ci: drop containers, builds, and tests from post-merge pipeline 2023-12-06 08:26:04 +00:00
common intel: Sync xe_drm.h take 2 part 3 2023-12-06 17:35:23 +00:00
compiler intel/vec4: Use MESA_PRIM_* instead of GL_* 2023-12-05 23:12:32 +00:00
dev intel: Sync xe_drm.h take 2 part 3 2023-12-06 17:35:23 +00:00
ds intel/ds: add trace of buffer markers 2023-11-29 01:16:22 +00:00
genxml intel/genxml: Update 3DSTATE_TE for xe2 2023-12-02 02:22:07 +00:00
isl intel/isl: Set mocs.blitter_dst/src for MTL 2023-12-06 20:09:04 +00:00
nullhw-layer meson: support installation tags 2023-09-11 13:00:45 +00:00
perf intel/perf: fix regex escaping 2023-11-27 11:58:03 +00:00
tools intel/tools: 32bit compile fixes 2023-12-05 17:45:18 +00:00
vulkan anv: Avoid unnecessary intel_flush calls 2023-12-06 22:18:26 +00:00
vulkan_hasvk hasvk: update symbols that have become aliases for newer ones 2023-12-04 18:06:57 +00:00
meson.build intel: Only build perf if drivers or tools are enabled 2023-08-31 21:53:19 +00:00