Searched refs:gpu_periph_read (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/gpu/drm/msm/adreno/ |
| H A D | a8xx_gpu.c | 1090 static u32 gpu_periph_read(struct msm_gpu *gpu, u32 dbg_offset) in gpu_periph_read() function 1101 lo = gpu_periph_read(gpu, dbg_offset); in gpu_periph_read64() 1102 hi = gpu_periph_read(gpu, dbg_offset + 1); in gpu_periph_read64() 1156 gpu_periph_read(gpu, CP_PERIPH_IB1_OFFSET), in a8xx_fault_detect_irq() 1158 gpu_periph_read(gpu, CP_PERIPH_IB2_OFFSET), in a8xx_fault_detect_irq() 1160 gpu_periph_read(gpu, CP_PERIPH_IB3_OFFSET)); in a8xx_fault_detect_irq() 1171 gpu_periph_read(gpu, CP_PERIPH_IB1_OFFSET), in a8xx_fault_detect_irq() 1173 gpu_periph_read(gpu, CP_PERIPH_IB2_OFFSET), in a8xx_fault_detect_irq() 1175 gpu_periph_read(gpu, CP_PERIPH_IB3_OFFSET)); in a8xx_fault_detect_irq()
|