mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-29 08:30:42 +02:00
freedreno/drm-shim: Add a830
Signed-off-by: Rob Clark <rob.clark@oss.qualcomm.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38450>
This commit is contained in:
parent
49c2271f26
commit
d786b6ad3e
1 changed files with 5 additions and 0 deletions
|
|
@ -276,6 +276,11 @@ static const struct msm_device_info device_infos[] = {
|
|||
.chip_id = 0x43051401,
|
||||
.gmem_size = 3 * 1024 * 1024,
|
||||
},
|
||||
{
|
||||
.gpu_id = 830,
|
||||
.chip_id = 0x44050000,
|
||||
.gmem_size = 12 * 1024 * 1024,
|
||||
},
|
||||
};
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue