mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-24 03:00:30 +01:00
radv: remove duplicate REG_INCLUDE_CONTEXT setting for SQTT
It was set twice. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9300>
This commit is contained in:
parent
b4772d15ab
commit
b511bf262d
1 changed files with 0 additions and 1 deletions
|
|
@ -70,7 +70,6 @@ radv_emit_thread_trace_start(struct radv_device *device,
|
|||
S_008D18_REG_INCLUDE(V_008D18_REG_INCLUDE_SQDEC |
|
||||
V_008D18_REG_INCLUDE_SHDEC |
|
||||
V_008D18_REG_INCLUDE_GFXUDEC |
|
||||
V_008D18_REG_INCLUDE_CONTEXT |
|
||||
V_008D18_REG_INCLUDE_COMP |
|
||||
V_008D18_REG_INCLUDE_CONTEXT |
|
||||
V_008D18_REG_INCLUDE_CONFIG);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue