mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 04:48:08 +02:00
anv: remove HDC flush from invalidate bits
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Fixes: a49b145e8d ("anv: Replace DC Flush with HDC Pipeline Flush")
Acked-by: Caio Oliveira <caio.oliveira@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16970>
This commit is contained in:
parent
abba55382f
commit
0926ac42cb
1 changed files with 0 additions and 1 deletions
|
|
@ -2052,7 +2052,6 @@ enum anv_pipe_bits {
|
|||
ANV_PIPE_STATE_CACHE_INVALIDATE_BIT | \
|
||||
ANV_PIPE_CONSTANT_CACHE_INVALIDATE_BIT | \
|
||||
ANV_PIPE_VF_CACHE_INVALIDATE_BIT | \
|
||||
ANV_PIPE_HDC_PIPELINE_FLUSH_BIT | \
|
||||
ANV_PIPE_TEXTURE_CACHE_INVALIDATE_BIT | \
|
||||
ANV_PIPE_INSTRUCTION_CACHE_INVALIDATE_BIT | \
|
||||
ANV_PIPE_AUX_TABLE_INVALIDATE_BIT)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue