Searched refs:ADRENO_FW_GMU (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/msm/adreno/ |
D | a6xx_catalog.c | 713 [ADRENO_FW_GMU] = "a630_gmu.bin", 742 [ADRENO_FW_GMU] = "a630_gmu.bin", 768 [ADRENO_FW_GMU] = "a630_gmu.bin", 791 [ADRENO_FW_GMU] = "a619_gmu.bin", 815 [ADRENO_FW_GMU] = "a619_gmu.bin", 838 [ADRENO_FW_GMU] = "a619_gmu.bin", 863 [ADRENO_FW_GMU] = "a621_gmu.bin", 891 [ADRENO_FW_GMU] = "a630_gmu.bin", 910 [ADRENO_FW_GMU] = "a640_gmu.bin", 933 [ADRENO_FW_GMU] = "a650_gmu.bin", [all …]
|
D | adreno_gpu.h | 27 ADRENO_FW_GMU = 1, /* a6xx */ enumerator
|
D | a6xx_gmu.c | 729 const struct firmware *fw_image = adreno_gpu->fw[ADRENO_FW_GMU]; in a6xx_gmu_fw_load() 807 if (WARN(!adreno_gpu->fw[ADRENO_FW_GMU], in a6xx_gmu_fw_start()
|
D | adreno_gpu.c | 537 if (adreno_has_gmu_wrapper(adreno_gpu) && i == ADRENO_FW_GMU) in adreno_load_fw()
|