freedreno: Move generated device table to .h
authorRob Clark <robdclark@chromium.org>
Sat, 31 Jul 2021 16:54:35 +0000 (09:54 -0700)
committerMarge Bot <eric+marge@anholt.net>
Fri, 6 Aug 2021 18:51:50 +0000 (18:51 +0000)
commit7a11cc42e7fd89ba4ac69d39b0e1fe0ffbf29f81
treeae2f8a42c8eb28f76e19a5f8ad0ae365bc89ba19
parent2f665e52e1a1fd4ec4f47faa29cca022e595a827
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>
src/freedreno/common/freedreno_dev_info.c
src/freedreno/common/freedreno_dev_info.h
src/freedreno/common/freedreno_devices.py
src/freedreno/common/meson.build