freedreno/drm-shim: add a730, a740, and a750

Signed-off-by: Job Noorman <jnoorman@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28459>
This commit is contained in:
Job Noorman 2024-03-29 12:04:58 +01:00 committed by Marge Bot
parent 39088571f0
commit 1ffae320a8

View file

@ -257,6 +257,21 @@ static const struct msm_device_info device_infos[] = {
.chip_id = CHIPID(6, 6, 0, 0xff),
.gmem_size = 1024 * 1024 + 512 * 1024,
},
{
.gpu_id = 730,
.chip_id = 0x07030001,
.gmem_size = 2 * 1024 * 1024,
},
{
.gpu_id = 740,
.chip_id = 0x43050a01,
.gmem_size = 3 * 1024 * 1024,
},
{
.gpu_id = 750,
.chip_id = 0x43051401,
.gmem_size = 3 * 1024 * 1024,
},
};
static void