# Pastebin WsxJeFZ0 diff --git a/src/freedreno/common/freedreno_devices.py b/src/freedreno/common/freedreno_devices.py index fe93ea52500..5b9ac6393e6 100644 --- a/src/freedreno/common/freedreno_devices.py +++ b/src/freedreno/common/freedreno_devices.py @@ -359,6 +359,16 @@ add_gpus([ PC_POWER_CNTL = 2, )) +add_gpus([ + GPUId(690), + ], A6xxGPUInfo( + a6xx_gen4, + num_sp_cores = 4, + num_ccu = 4, + RB_UNKNOWN_8E04_blit = 0x04100000, + PC_POWER_CNTL = 3, + )) + template = """\ /* Copyright (C) 2021 Google, Inc. *