mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
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:
parent
e3b172d75d
commit
10fc12fd17
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue