mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
mesa: update panfrost: enable Mali T628 support patch for mesa 22.2
This commit is contained in:
parent
e4a081263c
commit
9247da0972
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user