- Nov 30, 2022
-
-
The man page was updated in the listed changes below, but the help output was forgotten. Cc: Tom StDenis <tom.stdenis@amd.com> Fixes: 04393f2a ("umr: Add support for "--ppt-read"") Fixes: dc5efe99 ("umr: Add command line support for "--gpu-metrics"") Signed-off-by: Luben Tuikov <luben.tuikov@amd.com>
-
Get rid of unused variable ‘limit_ptr’ warning. Cc: Tom StDenis <tom.stdenis@amd.com> Signed-off-by: Luben Tuikov <luben.tuikov@amd.com>
-
Convert --vm_partition and --vbios_info, to --vm-partition and --vbios-info, respectively. The old underscored versions are still supported and understood, however not suggested in shell completion or printed in the help menu. Now, for instance, completion on --vm looks much better. Cc: Tom StDenis <tom.stdenis@amd.com> Signed-off-by: Luben Tuikov <luben.tuikov@amd.com>
-
- Nov 23, 2022
-
-
Tom Denis authored
Signed-off-by: Tom St Denis <tom.stdenis@amd.com>
-
Fix the output of the version revision and version branch, so that they're no longer empty after the listed change below. Cc: Dmitrii Galantsev <dmitrii.galantsev@amd.com> Cc: Tom StDenis <tom.stdenis@amd.com> Fixes: 7facf591 ("CI: Release RPM and DEB packages") Signed-off-by: Luben Tuikov <luben.tuikov@amd.com>
-
Tom Denis authored
Signed-off-by: Tom St Denis <tom.stdenis@amd.com>
-
- Nov 22, 2022
-
-
Tom Denis authored
Signed-off-by: Tom St Denis <tom.stdenis@amd.com>
-
Tom Denis authored
Signed-off-by: Tom St Denis <tom.stdenis@amd.com>
-
Tom Denis authored
Signed-off-by: Tom St Denis <tom.stdenis@amd.com>
-
Tom Denis authored
Signed-off-by: Tom St Denis <tom.stdenis@amd.com>
-
- Nov 21, 2022
-
-
Tom Denis authored
Port application functionality over to the new API with the mind to reduce legacy API (for instance the read_X_ring() functions). Signed-off-by: Tom St Denis <tom.stdenis@amd.com>
-
Tom Denis authored
Signed-off-by: Tom St Denis <tom.stdenis@amd.com>
-
Tom Denis authored
The PM4/SDMA FSM based decoder was out of date and meant to be removed long ago. This breaks umrgui for now which has been commented out to allow for builds. Signed-off-by: Tom St Denis <tom.stdenis@amd.com>
-
Tom Denis authored
Signed-off-by: Tom St Denis <tom.stdenis@amd.com>
-
Tom Denis authored
These functions are meant for debugging yet to be released PM4 based firmware that use currently private opcodes. Basically a shell of a PM4 parser. Signed-off-by: Tom St Denis <tom.stdenis@amd.com>
-
Tom Denis authored
This new API unifies the PM4, MES, and SDMA packet routines behind a single routine and will eventually lead to the deprecation of other API functions. Signed-off-by: Tom St Denis <tom.stdenis@amd.com>
-
- Nov 04, 2022
-
-
Tom Denis authored
This creates one super decoder API that incorporates functionality required by the different packet formats into a single API. Paving the way for a "universal" API for packet decoding (single entry point for creating linked list decodings). Tested with GFX 9, 10, and 11 hardware on various packet formats as well with the umrgui ring decoder for pm4/sdma. Signed-off-by: Tom St Denis <tom.stdenis@amd.com>
-
Tom Denis authored
Signed-off-by: Tom St Denis <tom.stdenis@amd.com>
-
Tom Denis authored
Signed-off-by: Tom St Denis <tom.stdenis@amd.com>
-
- Nov 01, 2022
-
-
-
Tom Denis authored
Signed-off-by: Tom St Denis <tom.stdenis@amd.com>
-
- Oct 31, 2022
-
-
(v2): Test vector for tfs.addr addressing Signed-off-by: Tom St Denis <tom.stdenis@amd.com>
-
Release DEB, RPM and Arch Linux packages Automatically run CI and generate a new release when a new tag is created TODO: - Upload packages to package registry - Will do if requested Signed-off-by: Galantsev, Dmitrii <dmitrii.galantsev@amd.com>
-
Tom Denis authored
Signed-off-by: Tom St Denis <tom.stdenis@amd.com>
-
- Oct 28, 2022
-
-
Newer generations of hardware encode the PDE and PTE bitfields differently. This patch refactors this decoding and printing. gfx11 hardware introduces TFS addressing relative to PDE0 which this patch also enables. v2: * Add PTE software field and PDE mtype field * Include MC offset in PTE-as-PDE lookup case * Check valid before entering PTE-AS-PDE case Signed-off-by: Tom St Denis <tom.stdenis@amd.com> Signed-off-by: Colin Lee <Colin.Lee@amd.com>
-
Tom Denis authored
Signed-off-by: Tom St Denis <tom.stdenis@amd.com>
-
- Oct 27, 2022
-
-
Signed-off-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Reviewed-by: Tom St Denis <tom.stdenis@amd.com>
-
Tom Denis authored
These decoders are a work in progress implemented solely off the header contents of the MES api from the Linux kernel. These are implemented for the --ring-stream/-RS command only. Signed-off-by: Tom St Denis <tom.stdenis@amd.com>
-
- Oct 21, 2022
-
-
Signed-off-by: Colin Lee <Colin.Lee@amd.com> Reviewed-by: Tom St Denis <tom.stdenis@amd.com>
-
Signed-off-by: Colin Lee <Colin.Lee@amd.com> Reviewed-by: Tom St Denis <tom.stdenis@amd.com>
-
Signed-off-by: Colin Lee <Colin.Lee@amd.com> Reviewed-by: Tom St Denis <tom.stdenis@amd.com>
-
v2: Fixed a couple of diagnostic warnings Signed-off-by: Colin Lee <Colin.Lee@amd.com> Reviewed-by: Tom St Denis <tom.stdenis@amd.com>
-
- Oct 20, 2022
-
-
Tom Denis authored
To aid in some other uses of the database we make the sorting case insenstive. Make sure you overwrite existing database installs with this contents. Signed-off-by: Tom St Denis <tom.stdenis@amd.com>
-
- Oct 17, 2022
-
-
Tom Denis authored
Signed-off-by: Tom St Denis <tom.stdenis@amd.com>
-
- Sep 28, 2022
-
-
Tom Denis authored
This should be zeroed on dGPUs. Not reading this all the time is breaking MIxxx support. Signed-off-by: Tom St Denis <tom.stdenis@amd.com>
-
- Sep 26, 2022
-
-
Tom Denis authored
Signed-off-by: Tom St Denis <tom.stdenis@amd.com>
-
Tom Denis authored
Signed-off-by: Tom St Denis <tom.stdenis@amd.com>
-
Tom Denis authored
Signed-off-by: Tom St Denis <tom.stdenis@amd.com>
-
Tom Denis authored
Signed-off-by: Tom St Denis <tom.stdenis@amd.com>
-