pan/bi: Add quirks system
authorAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Tue, 3 Mar 2020 19:27:05 +0000 (14:27 -0500)
committerMarge Bot <eric+marge@anholt.net>
Thu, 5 Mar 2020 14:35:38 +0000 (14:35 +0000)
commit0b26cb194cc433a9910247051024bd6468d9b05c
treeb21a14aad366bdeb7d151f191ab1446563deb19e
parent07228a6895b4b57efaf55e7e6b180e308ceab879
pan/bi: Add quirks system

Modeled after the Midgard system. Already we know of two
compiler-visible differences between G52 and G71, so let's keep track so
we can eventually port the compiler to other Bifrost systems.

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4061>
src/panfrost/Makefile.sources
src/panfrost/bifrost/bi_quirks.h [new file with mode: 0644]
src/panfrost/bifrost/bifrost_compile.c
src/panfrost/bifrost/bifrost_compile.h
src/panfrost/bifrost/cmdline.c
src/panfrost/bifrost/compiler.h