Browse Source

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>
merge-requests/2461/merge
Leo Liu 5 years ago
parent
commit
352b57d709
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/amd/common/ac_gpu_info.c

+ 2
- 0
src/amd/common/ac_gpu_info.c View File

@@ -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…
Cancel
Save