mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge pull request #6917 from heitbaum/mesa
mesa: update panfrost: enable Mali T628 support patch for mesa 22.
This commit is contained in:
commit
ca49fee4a9
@ -18,10 +18,10 @@ index 693b475beb5..cdba8db319e 100644
|
||||
|
||||
/* Table of supported Mali GPUs */
|
||||
const struct panfrost_model panfrost_model_list[] = {
|
||||
+ MODEL(0x620, "T620", "T62x", NO_ANISO, {}),
|
||||
MODEL(0x720, "T720", "T72x", NO_ANISO, { .no_hierarchical_tiling = true }),
|
||||
MODEL(0x750, "T760", "T76x", NO_ANISO, {}),
|
||||
MODEL(0x820, "T820", "T82x", NO_ANISO, { .no_hierarchical_tiling = true }),
|
||||
+ MODEL(0x620, "T620", "T62x", NO_ANISO, 8192, {}),
|
||||
MODEL(0x720, "T720", "T72x", NO_ANISO, 8192, { .no_hierarchical_tiling = true }),
|
||||
MODEL(0x750, "T760", "T76x", NO_ANISO, 8192, {}),
|
||||
MODEL(0x820, "T820", "T82x", NO_ANISO, 8192, { .no_hierarchical_tiling = true }),
|
||||
--
|
||||
2.17.1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user