index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
radeonsi
/
si_perfcounter.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: add si_cp_copy_data
Marek Olšák
2019-04-23
1
-10
/
+3
*
radeonsi: use MEM instead of MEM_GRBM in COPY_DATA.DST_SEL
Marek Olšák
2019-02-12
1
-3
/
+3
*
radeonsi: fix crashing performance counters (division by zero)
Marek Olšák
2019-02-04
1
-1
/
+1
*
radeonsi: rename rquery -> squery
Marek Olšák
2019-01-22
1
-17
/
+17
*
radeonsi: rename r600_resource -> si_resource
Marek Olšák
2019-01-22
1
-3
/
+3
*
radeonsi: make si_cp_wait_mem more configurable
Marek Olšák
2019-01-02
1
-1
/
+1
*
radeonsi: const-ify the si_query_ops
Nicolai Hähnle
2018-12-19
1
-1
/
+1
*
radeonsi: split perfcounter queries from si_query_hw
Nicolai Hähnle
2018-12-19
1
-50
/
+93
*
radeonsi: factor si_query_buffer logic out of si_query_hw
Nicolai Hähnle
2018-12-19
1
-6
/
+2
*
radeonsi: move query suspend logic into the top-level si_query struct
Nicolai Hähnle
2018-12-19
1
-5
/
+8
*
radeonsi: move remaining perfcounter code into si_perfcounter.c
Nicolai Hähnle
2018-12-19
1
-48
/
+640
*
radeonsi: don't send data after write-confirm with BOTTOM_OF_PIPE_TS
Marek Olšák
2018-11-20
1
-2
/
+1
*
radeonsi: rename si_gfx_* functions to si_cp_*
Marek Olšák
2018-10-16
1
-7
/
+7
*
radeonsi: make si_gfx_write_event_eop more configurable
Marek Olšák
2018-10-16
1
-0
/
+2
*
ac: correct PKT3_COPY_DATA definitions
Marek Olšák
2018-10-06
1
-3
/
+3
*
radeonsi: enable 1 missing PS_SU perf counter on Polaris
Marek Olšák
2018-08-14
1
-1
/
+1
*
amd,radeonsi: rename radeon_winsys_cs -> radeon_cmdbuf
Marek Olšák
2018-06-19
1
-6
/
+6
*
radeonsi: don't expose performance counters for non-existent blocks
Marek Olšák
2018-06-19
1
-13
/
+16
*
radeonsi: remove r600_common_context
Marek Olšák
2018-04-05
1
-7
/
+7
*
radeonsi: move r600_query.c/h files to si_query.c/h
Marek Olšák
2018-04-05
1
-1
/
+1
*
radeonsi: move r600_cs.h contents into si_pipe.h, si_build_pm4.h
Marek Olšák
2018-04-05
1
-3
/
+1
*
radeonsi: rename query definitions R600_ -> SI_
Marek Olšák
2018-04-05
1
-13
/
+13
*
radeonsi: rename r600 -> si in some places
Marek Olšák
2018-04-05
1
-4
/
+4
*
radeonsi: update copyrights
Marek Olšák
2018-04-05
1
-0
/
+1
*
radeonsi: switch radeon_add_to_buffer_list parameter to si_context
Marek Olšák
2018-04-05
1
-1
/
+1
*
radeonsi: use r600_common_context less pt5
Marek Olšák
2018-04-05
1
-13
/
+12
*
radeonsi: use r600_common_context less pt2
Marek Olšák
2018-04-05
1
-5
/
+6
*
radeonsi: flatten / remove struct r600_ring
Marek Olšák
2018-04-05
1
-7
/
+7
*
radeonsi: remove unused query code
Marek Olšák
2018-04-05
1
-32
/
+0
*
radeonsi: remove r600_common_screen
Marek Olšák
2017-11-29
1
-10
/
+10
*
radeonsi: remove some definitions and helpers from r600_pipe_common.h
Marek Olšák
2017-11-29
1
-1
/
+1
*
radeonsi: expose all CB performance counters on Stoney
Marek Olšák
2017-11-25
1
-1
/
+1
*
radeonsi: remove 'Authors:' comments
Marek Olšák
2017-11-02
1
-4
/
+0
*
radeonsi: shrink r600d_common.h and stop using it
Marek Olšák
2017-10-09
1
-4
/
+4
*
r600: fork and import gallium/radeon
Marek Olšák
2017-09-26
1
-7
/
+7
*
gallium/radeon: clean up EOP_DATA_SEL magic numbers
Marek Olšák
2017-08-22
1
-1
/
+2
*
radeonsi/gfx9: set 'not a query' for r600_gfx_write_event_eop correctly
Marek Olšák
2017-08-22
1
-1
/
+1
*
radeonsi/gfx9: add performance counters
Nicolai Hähnle
2017-08-22
1
-1
/
+28
*
gallium/radeon: remove old_fence parameter from r600_gfx_write_event_eop
Marek Olšák
2017-08-18
1
-1
/
+1
*
radeonsi/gfx9: prevent a GPU hang after a timestamp event
Marek Olšák
2017-08-18
1
-1
/
+1
*
Revert "radeonsi: constify a bunch of the perfcounter structs."
Marek Olšák
2017-05-06
1
-43
/
+49
*
Revert "radeonsi: fix build with GCC 4.8"
Marek Olšák
2017-05-06
1
-1
/
+1
*
radeonsi: fix build with GCC 4.8
Samuel Pitoiset
2017-05-05
1
-1
/
+1
*
radeonsi: constify a bunch of the perfcounter structs.
Dave Airlie
2017-05-04
1
-49
/
+43
*
radeonsi/gfx9: handle GFX9 in a few places
Marek Olšák
2017-03-30
1
-0
/
+1
*
gallium/radeon: make r600_gfx_write_fence more generic
Marek Olšák
2016-10-26
1
-1
/
+2
*
radeonsi: remove unnecessary #includes
Marek Olšák
2016-10-04
1
-1
/
+0
*
gallium/radeon: emit relocations for query fences
Nicolai Hähnle
2016-09-30
1
-1
/
+1
*
gallium/radeon: add r600_gfx_{write,wait}_fence
Nicolai Hähnle
2016-09-29
1
-38
/
+3
*
radeonsi: really wait for the second EOP event and not the first one
Marek Olšák
2016-07-19
1
-1
/
+5
[next]