#include "adreno_gpu.h"
#include "a6xx_gpu.h"
#include "a6xx.xml.h"
#include "a6xx_gmu.xml.h"
static const struct adreno_reglist a612_hwcg[] = …;
static const struct adreno_reglist a615_hwcg[] = …;
static const struct adreno_reglist a630_hwcg[] = …;
static const struct adreno_reglist a640_hwcg[] = …;
static const struct adreno_reglist a650_hwcg[] = …;
static const struct adreno_reglist a660_hwcg[] = …;
static const struct adreno_reglist a690_hwcg[] = …;
static const u32 a630_protect_regs[] = …;
DECLARE_ADRENO_PROTECT(a630_protect, 32);
static const u32 a650_protect_regs[] = …;
DECLARE_ADRENO_PROTECT(a650_protect, 48);
static const u32 a660_protect_regs[] = …;
DECLARE_ADRENO_PROTECT(a660_protect, 48);
static const u32 a690_protect_regs[] = …;
DECLARE_ADRENO_PROTECT(a690_protect, 48);
static const struct adreno_info a6xx_gpus[] = …;
DECLARE_ADRENO_GPULIST(…);
MODULE_FIRMWARE(…) …;
MODULE_FIRMWARE(…) …;
MODULE_FIRMWARE(…) …;
MODULE_FIRMWARE(…) …;
MODULE_FIRMWARE(…) …;
MODULE_FIRMWARE(…) …;
MODULE_FIRMWARE(…) …;
MODULE_FIRMWARE(…) …;
MODULE_FIRMWARE(…) …;
MODULE_FIRMWARE(…) …;
static const struct adreno_reglist a702_hwcg[] = …;
static const struct adreno_reglist a730_hwcg[] = …;
static const struct adreno_reglist a740_hwcg[] = …;
static const u32 a730_protect_regs[] = …;
DECLARE_ADRENO_PROTECT(a730_protect, 48);
static const struct adreno_info a7xx_gpus[] = …;
DECLARE_ADRENO_GPULIST(…);
static inline __always_unused void __build_asserts(void)
{ … }