mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 03:08:05 +02:00
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:
parent
39088571f0
commit
1ffae320a8
1 changed files with 15 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue