mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 20:00:11 +01:00
anv: Enable 64bit memory structure mode for RT
Signed-off-by: Sagar Ghuge <sagar.ghuge@intel.com> Reviewed-by: Kevin Chuang <kaiwenjon23@gmail.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33047>
This commit is contained in:
parent
703f29874b
commit
0463e14b94
2 changed files with 8 additions and 0 deletions
|
|
@ -1364,6 +1364,10 @@ cmd_buffer_trace_rays(struct anv_cmd_buffer *cmd_buffer,
|
|||
#if INTEL_NEEDS_WA_14017794102 || INTEL_NEEDS_WA_14023061436
|
||||
btd.BTDMidthreadpreemption = false;
|
||||
#endif
|
||||
|
||||
#if GFX_VER >= 30
|
||||
btd.RTMemStructures64bModeEnable = true;
|
||||
#endif
|
||||
}
|
||||
|
||||
genX(cmd_buffer_ensure_cfe_state)(cmd_buffer, pipeline->base.scratch_size);
|
||||
|
|
|
|||
|
|
@ -367,6 +367,10 @@ init_common_queue_state(struct anv_queue *queue, struct anv_batch *batch)
|
|||
#if INTEL_NEEDS_WA_14017794102 || INTEL_NEEDS_WA_14023061436
|
||||
btd.BTDMidthreadpreemption = false;
|
||||
#endif
|
||||
|
||||
#if GFX_VER >= 30
|
||||
btd.RTMemStructures64bModeEnable = true;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue