mesa/src/freedreno/common
Rob Clark 7a11cc42e7 freedreno: Move generated device table to .h
We only need it in a single .c file, so we can make the device table
static.  Also rename the struct for device table entries, as I want
to re-use the name 'fd_dev_id'

Signed-off-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12159>
2021-08-06 18:51:50 +00:00
..
disasm.h freedreno/common: Re-indent 2021-04-17 15:38:56 +00:00
freedreno_dev_info.c freedreno: Move generated device table to .h 2021-08-06 18:51:50 +00:00
freedreno_dev_info.h freedreno: Move generated device table to .h 2021-08-06 18:51:50 +00:00
freedreno_devices.py freedreno: Move generated device table to .h 2021-08-06 18:51:50 +00:00
freedreno_guardband.h freedreno/common: Re-indent 2021-04-17 15:38:56 +00:00
freedreno_pm4.h freedreno: Move pkt parsing helpers to common 2021-05-31 23:34:43 +00:00
freedreno_uuid.c freedreno/common: Re-indent 2021-04-17 15:38:56 +00:00
freedreno_uuid.h
meson.build freedreno: Move generated device table to .h 2021-08-06 18:51:50 +00:00
README.rst

Overview
========

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