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 | 952 static u32 gpu_periph_read(struct msm_gpu *gpu, u32 dbg_offset) in gpu_periph_read() function 963 lo = gpu_periph_read(gpu, dbg_offset); in gpu_periph_read64() 964 hi = gpu_periph_read(gpu, dbg_offset + 1); in gpu_periph_read64() 1018 gpu_periph_read(gpu, CP_PERIPH_IB1_OFFSET), in a8xx_fault_detect_irq() 1020 gpu_periph_read(gpu, CP_PERIPH_IB2_OFFSET), in a8xx_fault_detect_irq() 1022 gpu_periph_read(gpu, CP_PERIPH_IB3_OFFSET)); in a8xx_fault_detect_irq() 1033 gpu_periph_read(gpu, CP_PERIPH_IB1_OFFSET), in a8xx_fault_detect_irq() 1035 gpu_periph_read(gpu, CP_PERIPH_IB2_OFFSET), in a8xx_fault_detect_irq() 1037 gpu_periph_read(gpu, CP_PERIPH_IB3_OFFSET)); in a8xx_fault_detect_irq()
|