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 | 1096 static u32 gpu_periph_read(struct msm_gpu *gpu, u32 dbg_offset) in gpu_periph_read() function 1107 lo = gpu_periph_read(gpu, dbg_offset); in gpu_periph_read64() 1108 hi = gpu_periph_read(gpu, dbg_offset + 1); in gpu_periph_read64() 1162 gpu_periph_read(gpu, CP_PERIPH_IB1_OFFSET), in a8xx_fault_detect_irq() 1164 gpu_periph_read(gpu, CP_PERIPH_IB2_OFFSET), in a8xx_fault_detect_irq() 1166 gpu_periph_read(gpu, CP_PERIPH_IB3_OFFSET)); in a8xx_fault_detect_irq() 1177 gpu_periph_read(gpu, CP_PERIPH_IB1_OFFSET), in a8xx_fault_detect_irq() 1179 gpu_periph_read(gpu, CP_PERIPH_IB2_OFFSET), in a8xx_fault_detect_irq() 1181 gpu_periph_read(gpu, CP_PERIPH_IB3_OFFSET)); in a8xx_fault_detect_irq()
|