mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
ac: add missing Arcturus to the info of pc lines
Signed-off-by: Leo Liu <leo.liu@amd.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com> Cc: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
parent
4da648a170
commit
352b57d709
1 changed files with 2 additions and 0 deletions
|
|
@ -623,6 +623,8 @@ bool ac_query_gpu_info(int fd, void *dev_p,
|
|||
case CHIP_NAVI14:
|
||||
pc_lines = 512;
|
||||
break;
|
||||
case CHIP_ARCTURUS:
|
||||
break;
|
||||
default:
|
||||
assert(0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue