mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 22:38:05 +02:00
panfrost: White list the Mali T720
Support for this GPU is equal now to that of T760, so whitelist it. Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
This commit is contained in:
parent
8555bffafd
commit
b655be7252
1 changed files with 1 additions and 0 deletions
|
|
@ -739,6 +739,7 @@ panfrost_create_screen(int fd, struct renderonly *ro)
|
|||
/* Check if we're loading against a supported GPU model. */
|
||||
|
||||
switch (screen->gpu_id) {
|
||||
case 0x720: /* T720 */
|
||||
case 0x750: /* T760 */
|
||||
case 0x820: /* T820 */
|
||||
case 0x860: /* T860 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue