index
:
amd/umr
master
AMDGPU User-Mode Register debugger
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-22
Moved repo to gitlab
HEAD
master
Tom St Denis
316
-546259
/
+4
2019-04-16
add vm_message callback to display VM decoding messages
Tom St Denis
3
-13
/
+33
2019-04-15
avoid direct reg read/write access in vram read/write
Tom St Denis
1
-4
/
+4
2019-04-15
remove last direct call to umr_access_sram that was missed in the first pass
Tom St Denis
1
-4
/
+1
2019-04-15
replace low level calls to reg read/write with callback calls
Tom St Denis
3
-8
/
+5
2019-04-15
linux app will initialize memory callbacks to avoid compile time dependency o...
Tom St Denis
3
-41
/
+22
2019-04-05
tidy up various indentation rules
Tom St Denis
1
-10
/
+16
2019-04-05
Case insensitive searching in find_reg
zamohame
1
-34
/
+47
2019-04-05
Add gpu bus to cpu bus translation function to the mem_funcs callback
Tom St Denis
2
-4
/
+28
2019-04-03
improve comments on umr_vm_dma_to_phys()
Tom St Denis
1
-2
/
+7
2019-04-03
Libumr should be static
Jeremy Newton
1
-1
/
+1
2019-03-29
allow discovery without a debugfs 'name' entry
Tom St Denis
1
-16
/
+15
2019-03-29
Adding Windows portion of CMake file for asic and ip lib
Mok
2
-0
/
+34
2019-03-27
Const correctness for umr_find_reg_data_by_ip
Marcio Andrade
2
-2
/
+2
2019-03-26
update build instructions for turning off llvm/drm
Tom St Denis
2
-4
/
+4
2019-03-26
Use CMAKE variables rather than ENV variables
Jeremy Newton
1
-3
/
+7
2019-03-26
Fix manpage issues
Jeremy Newton
1
-2
/
+2
2019-03-25
ignore reading PM4 streams in --waves if no_disasm is specified
Tom St Denis
1
-3
/
+11
2019-03-21
add sdma 4.2 block and update vega20 to use it
Tom St Denis
10
-2
/
+5597
2019-03-20
Add option to add rt library to build for EL/CENTOS builds
Tom St Denis
1
-0
/
+7
2019-03-20
add ability to disable libDRM dependency at build time
Tom St Denis
4
-0
/
+28
2019-03-20
add ability to disable LLVM dependency at build time
Tom St Denis
4
-1
/
+51
2019-03-13
update VM documentation
Tom St Denis
1
-0
/
+37
2019-03-11
apply mem/reg callbacks the first time vram access is performed on xgmi asics
Tom St Denis
4
-0
/
+51
2019-03-08
remove comment that was part of debugging
Tom St Denis
1
-1
/
+0
2019-03-08
copy a couple of options to xgmi hive asic devices
Tom St Denis
1
-0
/
+3
2019-03-08
round vram size up to power of two for xgmi mapping
Tom St Denis
1
-1
/
+9
2019-03-08
re-factor umr_update() to create umr_update_string()
Tom St Denis
2
-24
/
+37
2019-03-07
scan xgmi configuration from sysfs
Tom St Denis
10
-81
/
+101
2019-03-05
read gtt/vram sizes from sysfs into asic config
Tom St Denis
3
-0
/
+28
2019-03-05
print out video decode CMD names in ring dump
Tom St Denis
1
-1
/
+21
2019-03-05
Add ENGINE_CNTL for vcn10
Tom St Denis
2
-0
/
+5
2019-02-26
fix a variety of diagnostics from newer versions of gcc
Tom St Denis
8
-10
/
+20
2019-02-26
fix various bugs that fell out of refactoring the shader code
Tom St Denis
1
-5
/
+7
2019-02-25
refactor shader disasm
Tom St Denis
8
-123
/
+262
2019-02-20
add callbacks to redirect system and video ram access (v2)
Tom St Denis
3
-9
/
+85
2019-02-14
fix MEMSPACE decoding for WAIT_REG_MEM PM4 opcode
Tom St Denis
2
-2
/
+2
2019-02-11
print correct WAVE_STATUS bits for FAMILY_AI
Tom St Denis
1
-3
/
+8
2019-02-11
refactor umr_scan_wave_data()
Tom St Denis
1
-56
/
+82
2019-02-11
Also print waves that have a fatal_halt condition.
Tom St Denis
3
-7
/
+8
2019-02-08
Change wildcard search to use more regex friendly version of '*' and '?'
Tom St Denis
3
-22
/
+50
2019-02-07
add missing VegaM DID
Tom St Denis
1
-0
/
+1
2019-02-07
Add missing vega10 DID
Tom St Denis
1
-0
/
+1
2019-01-24
Update and add PM4/SDMA stream opcode decoding documentation
Tom St Denis
4
-1
/
+201
2019-01-24
Add wildcard register search to the library
Tom St Denis
3
-1
/
+147
2019-01-21
add field for SRBM_WRITE in SDMA API
Tom St Denis
1
-0
/
+1
2019-01-19
Add SDMA stream decoder API
Tom St Denis
5
-2
/
+723
2019-01-15
only print shaders in --waves if the wave is halted as well
Tom St Denis
1
-2
/
+2
2019-01-15
add option to enable shader disasm in --waves even if rings are not halted
Tom St Denis
5
-5
/
+15
2019-01-15
Add MCDisassembler to the library names from LLVM
Tom St Denis
1
-0
/
+1
[next]