From 2d2912f18aa98dc655e783eea6440b0c26e08443 Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Fri, 15 Jul 2022 11:21:22 -0700 Subject: [PATCH] freedreno/drm-shim: add a660 Part-of: --- src/freedreno/drm-shim/freedreno_noop.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/freedreno/drm-shim/freedreno_noop.c b/src/freedreno/drm-shim/freedreno_noop.c index 1a5bac58e0d..63d8c601123 100644 --- a/src/freedreno/drm-shim/freedreno_noop.c +++ b/src/freedreno/drm-shim/freedreno_noop.c @@ -252,6 +252,11 @@ static const struct msm_device_info device_infos[] = { .chip_id = CHIPID(6, 3, 0, 0xff), .gmem_size = 1024 * 1024, }, + { + .gpu_id = 660, + .chip_id = CHIPID(6, 6, 0, 0xff), + .gmem_size = 1024 * 1024 + 512 * 1024, + }, }; static void