panfrost: White list the Mali T720
authorTomeu Vizoso <tomeu.vizoso@collabora.com>
Mon, 28 Oct 2019 08:59:30 +0000 (09:59 +0100)
committerTomeu Vizoso <tomeu.vizoso@collabora.co.uk>
Tue, 3 Dec 2019 04:25:04 +0000 (04:25 +0000)
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>
src/gallium/drivers/panfrost/pan_screen.c

index f0b9585e6581779f1bdd0e04d84292f17e499f7a..3aa5f05cd5ec0ccd03ae57b7fa69791acfc9b09c 100644 (file)
@@ -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 */