mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
iris: HDC flush is available only for GFX_VER 12+
Signed-off-by: Tapani Pälli <tapani.palli@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25399>
This commit is contained in:
parent
99d3d76646
commit
a49ff4e024
1 changed files with 1 additions and 1 deletions
|
|
@ -9093,7 +9093,7 @@ iris_emit_raw_pipe_control(struct iris_batch *batch,
|
||||||
#if GFX_VER >= 12
|
#if GFX_VER >= 12
|
||||||
pc.TileCacheFlushEnable = flags & PIPE_CONTROL_TILE_CACHE_FLUSH;
|
pc.TileCacheFlushEnable = flags & PIPE_CONTROL_TILE_CACHE_FLUSH;
|
||||||
#endif
|
#endif
|
||||||
#if GFX_VER >= 11
|
#if GFX_VER > 11
|
||||||
pc.HDCPipelineFlushEnable = flags & PIPE_CONTROL_FLUSH_HDC;
|
pc.HDCPipelineFlushEnable = flags & PIPE_CONTROL_FLUSH_HDC;
|
||||||
#endif
|
#endif
|
||||||
#if GFX_VERx10 >= 125
|
#if GFX_VERx10 >= 125
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue