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>
(cherry picked from commit 0926ac42cb)
This commit is contained in:
Lionel Landwerlin
2022-06-07 14:29:27 +03:00
committed by Dylan Baker
parent 1ecc6cc1da
commit 5a4a4f8f8e
2 changed files with 1 additions and 2 deletions

View File

@@ -1021,7 +1021,7 @@
"description": "anv: remove HDC flush from invalidate bits",
"nominated": true,
"nomination_type": 1,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": "a49b145e8d59a7cdd6a16cc469c055f6746013f8"
},

View File

@@ -2285,7 +2285,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)