summaryrefslogtreecommitdiff
path: root/src/freedreno/afuc
AgeCommit message (Expand)AuthorFilesLines
2021-06-02freedreno/afuc: Print uintptr_t with PRIxPTRMatt Turner1-1/+1
2021-05-31freedreno/afuc: Use emulator to extract jmptblRob Clark1-16/+87
2021-05-31freedreno/afuc: Add emulator support to run bootstrapRob Clark3-7/+59
2021-05-31freedreno/afuc: Split out helpers to parse labels and packet-tableRob Clark1-13/+30
2021-05-31freedreno/afuc: Extract full gpu-idRob Clark1-7/+15
2021-05-31freedreno/afuc: Add emulator mode to afuc-disasmRob Clark10-7/+1829
2021-05-31freedreno/afuc: Add pipe reg name decodingRob Clark3-16/+76
2021-05-31freedreno/afuc: Clean up special regsRob Clark3-23/+62
2021-05-31freedreno/afuc: Split out utilsRob Clark5-137/+291
2021-05-31freedreno/afuc: Split out instruction decode helperRob Clark1-400/+406
2021-05-31freedreno: Move pkt parsing helpers to commonRob Clark2-15/+8
2021-04-17freedreno/afuc: Re-indentRob Clark4-1305/+1336
2021-01-06freedreno/afuc: Replace readfile with os_read_file.Vinson Lee1-32/+5
2020-12-02freedreno/afuc: Fix up some sprintf format security warnings.Eric Anholt1-2/+2
2020-11-18freedreno: Fix uninitialized var warning in afuc using unreachable().Eric Anholt3-6/+6
2020-10-20freedreno/tools: Fix compiler warnings about using sz in the error paths.Eric Anholt1-1/+3
2020-08-18freedreno/afuc: Install asm/disasmConnor Abbott1-4/+4
2020-08-18freedreno/afuc: Make 0 a valid numberConnor Abbott1-1/+1
2020-08-18freedreno/afuc: Handle xmov modifiersConnor Abbott6-2/+67
2020-08-18freedreno/afuc: Add iretConnor Abbott5-2/+17
2020-08-18freedreno/afuc: Handle setsecure opcodeConnor Abbott5-0/+31
2020-08-18freedreno/afuc: Fix printing preemptleave on a5xxConnor Abbott1-2/+3
2020-08-01freedreno/afuc: Fix PM4 enum parsingConnor Abbott1-16/+7
2020-08-01freedreno/afuc: Add missing rnn_prepdb()Connor Abbott2-0/+2
2020-07-29freedreno/tools: check rnn parse statusRob Clark2-0/+6
2020-07-28freedreno/afuc: warnings cleanupRob Clark2-9/+3
2020-07-28freedreno: slurp in afucRob Clark9-0/+2694