intel/compiler: Get rid of struct gen_disasm
authorJason Ekstrand <jason@jlekstrand.net>
Tue, 1 Sep 2020 23:39:54 +0000 (18:39 -0500)
committerMarge Bot <eric+marge@anholt.net>
Wed, 2 Sep 2020 19:48:44 +0000 (19:48 +0000)
commit372774367cf5e62f49209716faa80b3ecd932746
tree1f714a42ddbda2744b02f97bfe2d866cdbabd4c7
parent54ba0daa28b7b3cac8a8df6320cfcf3715e6526b
intel/compiler: Get rid of struct gen_disasm

It's just a container around a devinfo.  The one useful purpose it did
serve is that gen_disasm_create initialized the compaction table
singletons.  Now that those no longer exist, this isn't necessary.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6244>
src/intel/common/gen_batch_decoder.c
src/intel/common/gen_decoder.h
src/intel/common/gen_disasm.c
src/intel/common/gen_disasm.h
src/intel/tools/aubinator_viewer.cpp
src/intel/tools/aubinator_viewer.h
src/intel/tools/aubinator_viewer_decoder.cpp
src/intel/vulkan/anv_pipeline.c