panfrost: Add Mali-G51 support

Just to prove it can be done in one line now :-)

Thanks to Robin Murphy for breaking out the ol' FPGA.

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14726>
This commit is contained in:
Alyssa Rosenzweig 2022-01-25 20:06:55 -05:00 committed by Marge Bot
parent 33399e95ae
commit 0b16bf370e
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ const struct panfrost_model panfrost_model_list[] = {
MODEL(0x6000, "G71", "TMIx", NO_ANISO, {}),
MODEL(0x6221, "G72", "THEx", 0x0030 /* r0p3 */, {}),
MODEL(0x7090, "G51", "TSIx", 0x1010 /* r1p1 */, {}),
MODEL(0x7093, "G31", "TDVx", HAS_ANISO, {}),
MODEL(0x7211, "G76", "TNOx", HAS_ANISO, {}),
MODEL(0x7212, "G52", "TGOx", HAS_ANISO, {}),