diff --git a/projects/Samsung/patches/mesa/panfrost-0001-panfrost-enable-Mali-T628-support.patch b/projects/Samsung/patches/mesa/panfrost-0001-panfrost-enable-Mali-T628-support.patch index 9d664ca9c8..2c427d5eb4 100644 --- a/projects/Samsung/patches/mesa/panfrost-0001-panfrost-enable-Mali-T628-support.patch +++ b/projects/Samsung/patches/mesa/panfrost-0001-panfrost-enable-Mali-T628-support.patch @@ -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