From: Tomeu Vizoso Date: Mon, 28 Oct 2019 08:59:30 +0000 (+0100) Subject: panfrost: White list the Mali T720 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b655be7252040c55e27b60508e8f305618a7de41;p=mesa.git 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 Reviewed-by: Alyssa Rosenzweig --- diff --git a/src/gallium/drivers/panfrost/pan_screen.c b/src/gallium/drivers/panfrost/pan_screen.c index f0b9585e658..3aa5f05cd5e 100644 --- a/src/gallium/drivers/panfrost/pan_screen.c +++ b/src/gallium/drivers/panfrost/pan_screen.c @@ -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 */