anv: Drop dead code that sets the L3BypassDisable field

These helper functions will only get invoked for GFX < 11 and the
L3BypassDisable field is present starting from GFX12+.

Signed-off-by: Sagar Ghuge <sagar.ghuge@intel.com>
Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22275>
This commit is contained in:
Sagar Ghuge
2023-03-28 13:03:15 -07:00
committed by Marge Bot
parent e3b172d75d
commit 10fc12fd17

View File

@@ -46,9 +46,6 @@ emit_vertex_bo(struct anv_cmd_buffer *cmd_buffer,
.MOCS = anv_mocs(cmd_buffer->device, addr.bo,
ISL_SURF_USAGE_VERTEX_BUFFER_BIT),
.NullVertexBuffer = size == 0,
#if GFX_VER >= 12
.L3BypassDisable = true,
#endif
.BufferStartingAddress = addr,
.BufferSize = size
});