Skip to content

ir3-disasm: add options for GPU ID and hex disassembly

Job Noorman requested to merge jnoorman/mesa:ir3-disasm-gpuid-hex into main

Add two new options to ir3-disasm:

  • -g: specify GPU by name
  • -c: specify GPU by chip ID
  • -x: specify the instruction to disassemble in hex

This MR also cleans up the code a bit by running clang-format and removing unused #includes.

Edited by Job Noorman

Merge request reports