index
:
mesa/mesa
10.0
10.1
10.2
10.3
10.4
10.5
10.6
11.0
11.1
11.2
12.0
13.0
17.0
17.1
17.2
17.3
18.0
18.1
18.2
18.3
19.0
19.1
19.2
19.3
20.0
20.1
20.2
20.3
21.0
21.1
21.2
21.3
22.0
22.1
22.2
22.3
23.0
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
amber
gallium-no-rhw-position
main
marge_bot_batch_merge_job
opengl-es-v2
staging/20.0
staging/20.1
staging/20.2
staging/20.3
staging/21.0
staging/21.1
staging/21.2
staging/21.3
staging/22.0
staging/22.1
staging/22.2
staging/22.3
staging/23.0
tess-use-io-semantics
virgl_fix_type_v1
The Mesa 3D Graphics Library (mirrored from https://gitlab.freedesktop.org/mesa/mesa)
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
amd
/
vulkan
/
radv_sqtt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-21
radv: implement a workaround for SQTT on GFX11
Samuel Pitoiset
1
-0
/
+26
2023-02-21
radv: make sure to wait for the trace buffer also on GFX11
Samuel Pitoiset
1
-0
/
+11
2023-02-21
radv: only enable SQTT for SE0 on GFX11
Samuel Pitoiset
1
-0
/
+4
2023-02-21
radv: configure SQ_THREAD_TRACE_CTRL.REG_AT_HWM on GFX11
Samuel Pitoiset
1
-1
/
+2
2023-02-17
Revert "radv: acquire pstate on-demand when capturing with RGP"
Samuel Pitoiset
1
-0
/
+3
2022-12-06
radv: apply register changes for SQTT on GFX11
Samuel Pitoiset
1
-3
/
+64
2022-09-21
radv: acquire pstate on-demand when capturing with RGP
Samuel Pitoiset
1
-3
/
+0
2022-07-09
radv: Implement support for querying performance counters.
Bas Nieuwenhuizen
1
-1
/
+1
2022-07-09
radv: Make inhibiting clockgating not static.
Bas Nieuwenhuizen
1
-1
/
+1
2022-07-09
radv: Rename SPM functions.
Bas Nieuwenhuizen
1
-4
/
+4
2022-07-09
radv: Add pstate locking for perfcounters.
Bas Nieuwenhuizen
1
-21
/
+1
2022-06-29
radv: do not emit SQTT user data packets on the SDMA queue
Samuel Pitoiset
1
-2
/
+8
2022-05-24
radv: Refactor queue state to separate structure.
Timur Kristóf
1
-2
/
+2
2022-05-17
radv: gfx11 register changes.
Bas Nieuwenhuizen
1
-0
/
+3
2022-05-13
amd: change chip_class naming to "enum amd_gfx_level gfx_level"
Marek Olšák
1
-17
/
+17
2022-05-10
amd: rename RING_* enums to AMD_IP_*
Marek Olšák
1
-1
/
+1
2022-05-04
radv/sqtt: fix configuring AUTO_FLUSH_MODE on GFX10.3
Samuel Pitoiset
1
-0
/
+3
2022-04-25
radv: add an SQTT workaround for chips with disabled RBs
Samuel Pitoiset
1
-25
/
+32
2022-03-11
radv: abstract queue family away from queue family index.
Dave Airlie
1
-8
/
+14
2022-02-21
radv: set profile_peak when capturing with SQTT
Samuel Pitoiset
1
-0
/
+23
2021-12-08
radv: add initial SPM support on GFX10+
Samuel Pitoiset
1
-0
/
+17
2021-11-10
radv/sqtt: fix GPU hangs when capturing from the compute queue
Samuel Pitoiset
1
-3
/
+3
2021-11-09
radv/sqtt: stop calling radv_cs_add_buffer() for the thread trace BO
Samuel Pitoiset
1
-4
/
+0
2021-11-01
radv: enable SQTT instruction timing by default
Samuel Pitoiset
1
-1
/
+1
2021-11-01
radv: remove useless checks about GFX7 for SQTT
Samuel Pitoiset
1
-4
/
+2
2021-11-01
radv: move freeing the trigger SQTT file at a better place
Samuel Pitoiset
1
-0
/
+2
2021-09-28
radv: Drop radv_queue::flags/queue_family_index/queue_idx
Jason Ekstrand
1
-2
/
+2
2021-09-21
radv: remove useless assertions in the SQTT path
Samuel Pitoiset
1
-4
/
+0
2021-09-21
radv: make the SQTT BO a resident buffer
Samuel Pitoiset
1
-6
/
+19
2021-09-21
radv: replicate THREAD_TRACE_CTRL config when stopping SQTT
Samuel Pitoiset
1
-11
/
+19
2021-09-15
radv: reduce SQTT traffic when instruction timing is disabled
Samuel Pitoiset
1
-4
/
+18
2021-08-03
radv: fix selecting the first active CU when profiling with SQTT
Samuel Pitoiset
1
-2
/
+0
2021-07-05
radv/winsys: Add support for a fixed VA address for replay.
Bas Nieuwenhuizen
1
-1
/
+1
2021-07-05
radv/winsys: Return vulkan errors for buffer creation.
Bas Nieuwenhuizen
1
-3
/
+5
2021-06-03
ac: add ac_thread_trace::data
Samuel Pitoiset
1
-0
/
+1
2021-05-25
amd/registers: regenerate json files without 32-bit register fields
Marek Olšák
1
-5
/
+3
2021-04-10
radv: Format.
Bas Nieuwenhuizen
1
-559
/
+513
2021-03-03
radv: bump the initial SQTT buffer size to 32MB per SE
Samuel Pitoiset
1
-2
/
+2
2021-03-03
radv: double the SQTT buffer size when it is resized
Samuel Pitoiset
1
-23
/
+9
2021-03-03
ac/sqtt: fix determining if the trace is complete on GFX10+
Samuel Pitoiset
1
-1
/
+1
2021-03-03
radv: do not trace inactive shader engines with SQTT
Samuel Pitoiset
1
-2
/
+17
2021-03-01
radeonsi,radv: do not overallocate the SQTT buffer size
Samuel Pitoiset
1
-7
/
+10
2021-03-01
Revert "radv: do not overallocate the SQTT buffer"
Samuel Pitoiset
1
-4
/
+3
2021-03-01
radv: exclude perf counters for SQTT also on GFX10.3
Samuel Pitoiset
1
-2
/
+4
2021-03-01
radv: always select the first active CU when profiling with SQTT
Samuel Pitoiset
1
-2
/
+9
2021-03-01
radv: remove duplicate REG_INCLUDE_CONTEXT setting for SQTT
Samuel Pitoiset
1
-1
/
+0
2021-02-23
radv: add support for exporting pipelines with RGP
Samuel Pitoiset
1
-0
/
+21
2021-02-17
radv: make sure to allocate enough space when emitting SQTT userdata
Samuel Pitoiset
1
-0
/
+2
2021-02-17
radv: move SQTT parameters initialization to radv_thread_trace_init()
Samuel Pitoiset
1
-0
/
+9
2021-02-17
radv: create the start/stop CS for SQTT dynamically
Samuel Pitoiset
1
-103
/
+105
[next]