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:
Tomeu Vizoso 2019-10-28 09:59:30 +01:00 committed by Tomeu Vizoso
parent 8555bffafd
commit b655be7252

View 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 */