mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 15:20:10 +01:00
freedreno: Enable Adreno 508, 509 and 512
These GPUs attained kernel support in: https://git.kernel.org/torvalds/c/1d832ab30ce64abe30571bc12931a296a8a27c4d Signed-off-by: Marijn Suijten <marijn.suijten@somainline.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12874>
This commit is contained in:
parent
69242f188c
commit
07e1233c61
1 changed files with 3 additions and 0 deletions
|
|
@ -179,7 +179,10 @@ add_gpus([
|
|||
))
|
||||
|
||||
add_gpus([
|
||||
GPUId(508),
|
||||
GPUId(509),
|
||||
GPUId(510),
|
||||
GPUId(512),
|
||||
GPUId(530),
|
||||
GPUId(540),
|
||||
], GPUInfo(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue