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 | 938 static u32 gpu_periph_read(struct msm_gpu *gpu, u32 dbg_offset) in gpu_periph_read() function 949 lo = gpu_periph_read(gpu, dbg_offset); in gpu_periph_read64() 950 hi = gpu_periph_read(gpu, dbg_offset + 1); in gpu_periph_read64() 1004 gpu_periph_read(gpu, CP_PERIPH_IB1_OFFSET), in a8xx_fault_detect_irq() 1006 gpu_periph_read(gpu, CP_PERIPH_IB2_OFFSET), in a8xx_fault_detect_irq() 1008 gpu_periph_read(gpu, CP_PERIPH_IB3_OFFSET)); in a8xx_fault_detect_irq() 1019 gpu_periph_read(gpu, CP_PERIPH_IB1_OFFSET), in a8xx_fault_detect_irq() 1021 gpu_periph_read(gpu, CP_PERIPH_IB2_OFFSET), in a8xx_fault_detect_irq() 1023 gpu_periph_read(gpu, CP_PERIPH_IB3_OFFSET)); in a8xx_fault_detect_irq()
|