mesa: update panfrost: enable Mali T628 support patch for mesa 22.2

This commit is contained in:
Rudi Heitbaum 2022-09-23 05:39:17 +00:00
parent e4a081263c
commit 9247da0972

View File

@ -18,10 +18,10 @@ index 693b475beb5..cdba8db319e 100644
/* Table of supported Mali GPUs */ /* Table of supported Mali GPUs */
const struct panfrost_model panfrost_model_list[] = { const struct panfrost_model panfrost_model_list[] = {
+ MODEL(0x620, "T620", "T62x", NO_ANISO, {}), + MODEL(0x620, "T620", "T62x", NO_ANISO, 8192, {}),
MODEL(0x720, "T720", "T72x", NO_ANISO, { .no_hierarchical_tiling = true }), MODEL(0x720, "T720", "T72x", NO_ANISO, 8192, { .no_hierarchical_tiling = true }),
MODEL(0x750, "T760", "T76x", NO_ANISO, {}), MODEL(0x750, "T760", "T76x", NO_ANISO, 8192, {}),
MODEL(0x820, "T820", "T82x", NO_ANISO, { .no_hierarchical_tiling = true }), MODEL(0x820, "T820", "T82x", NO_ANISO, 8192, { .no_hierarchical_tiling = true }),
-- --
2.17.1 2.17.1