Module: Mesa Branch: main Commit: 2d2912f18aa98dc655e783eea6440b0c26e08443 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2d2912f18aa98dc655e783eea6440b0c26e08443
Author: Chia-I Wu <[email protected]> Date: Fri Jul 15 11:21:22 2022 -0700 freedreno/drm-shim: add a660 Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17571> --- 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
