mesa/src/freedreno/common
Rob Clark 3d6e4a201a freedreno/decode: try harder to not crash in disasm
Move the handling for catching asserts when we start decoding garbage
into disasm-a3xx.  This way it can also cover other cases where cffdec
tries to disassemble memory, such as SP_xS_OBJ_START.

Signed-off-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6242>
2020-08-11 03:13:42 +00:00
..
disasm.h freedreno/decode: try harder to not crash in disasm 2020-08-11 03:13:42 +00:00
freedreno_guardband.h freedreno: Add a helper for computing guardband sizes 2020-07-21 14:26:18 +00:00
freedreno_uuid.c
freedreno_uuid.h
meson.build freedreno: deduplicate a3xx+ disasm 2020-07-28 09:45:08 +00:00
README.rst

Overview
========

Common functionality shared between freedreno drivers (that are not
registers, layout or the compiler), e.g UUID generation.