Searched refs:GPU_IRQ_RESET_COMPLETED (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/panfrost/ |
H A D | panfrost_regs.h | 28 #define GPU_IRQ_RESET_COMPLETED BIT(8) macro 36 GPU_IRQ_RESET_COMPLETED |\
|
H A D | panfrost_gpu.c | 62 gpu_write(pfdev, GPU_INT_CLEAR, GPU_IRQ_RESET_COMPLETED); in panfrost_gpu_soft_reset() 66 val, val & GPU_IRQ_RESET_COMPLETED, 100, 10000); in panfrost_gpu_soft_reset()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/panfrost/ |
H A D | panfrost_regs.h | 28 #define GPU_IRQ_RESET_COMPLETED BIT(8) macro 36 GPU_IRQ_RESET_COMPLETED |\
|
H A D | panfrost_gpu.c | 62 gpu_write(pfdev, GPU_INT_CLEAR, GPU_IRQ_RESET_COMPLETED); in panfrost_gpu_soft_reset() 66 val, val & GPU_IRQ_RESET_COMPLETED, 100, 10000); in panfrost_gpu_soft_reset()
|
Completed in 5 milliseconds