Searched refs:gpu_write64 (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/msm/adreno/ |
D | a5xx_preempt.c | 149 gpu_write64(gpu, REG_A5XX_CP_CONTEXT_SWITCH_RESTORE_ADDR_LO, in a5xx_preempt_trigger() 218 gpu_write64(gpu, REG_A5XX_CP_CONTEXT_SWITCH_SMMU_INFO_LO, in a5xx_preempt_hw_init()
|
D | a6xx_gpu.c | 303 gpu_write64(gpu, REG_A6XX_CP_SQE_INSTR_BASE_LO, in a6xx_ucode_init() 337 gpu_write64(gpu, REG_A6XX_RBBM_SECVID_TSB_TRUSTED_BASE_LO, in a6xx_hw_init() 360 gpu_write64(gpu, REG_A6XX_UCHE_GMEM_RANGE_MIN_LO, in a6xx_hw_init() 363 gpu_write64(gpu, REG_A6XX_UCHE_GMEM_RANGE_MAX_LO, in a6xx_hw_init()
|
D | a5xx_gpu.c | 536 gpu_write64(gpu, REG_A5XX_CP_ME_INSTR_BASE_LO, in a5xx_ucode_init() 539 gpu_write64(gpu, REG_A5XX_CP_PFP_INSTR_BASE_LO, in a5xx_ucode_init() 744 gpu_write64(gpu, REG_A5XX_RBBM_SECVID_TSB_TRUSTED_BASE_LO, in a5xx_hw_init() 1248 gpu_write64(gpu, REG_A5XX_CP_CRASH_SCRIPT_BASE_LO, in a5xx_crashdumper_run()
|
/Linux-v4.19/drivers/gpu/drm/msm/ |
D | msm_gpu.h | 258 static inline void gpu_write64(struct msm_gpu *gpu, u32 lo, u32 hi, u64 val) in gpu_write64() function
|