Home
last modified time | relevance | path

Searched refs:GPU_IRQ_RESET_COMPLETED (Results 1 – 4 of 4) sorted by relevance

/drivers/gpu/drm/panthor/
A Dpanthor_gpu.c77 GPU_IRQ_RESET_COMPLETED | \
397 ptdev->gpu->pending_reqs & GPU_IRQ_RESET_COMPLETED)) { in panthor_gpu_soft_reset()
398 ptdev->gpu->pending_reqs |= GPU_IRQ_RESET_COMPLETED; in panthor_gpu_soft_reset()
399 gpu_write(ptdev, GPU_INT_CLEAR, GPU_IRQ_RESET_COMPLETED); in panthor_gpu_soft_reset()
405 !(ptdev->gpu->pending_reqs & GPU_IRQ_RESET_COMPLETED), in panthor_gpu_soft_reset()
408 if ((ptdev->gpu->pending_reqs & GPU_IRQ_RESET_COMPLETED) != 0 && in panthor_gpu_soft_reset()
409 !(gpu_read(ptdev, GPU_INT_RAWSTAT) & GPU_IRQ_RESET_COMPLETED)) in panthor_gpu_soft_reset()
412 ptdev->gpu->pending_reqs &= ~GPU_IRQ_RESET_COMPLETED; in panthor_gpu_soft_reset()
A Dpanthor_regs.h43 #define GPU_IRQ_RESET_COMPLETED BIT(8) macro
/drivers/gpu/drm/panfrost/
A Dpanfrost_regs.h30 #define GPU_IRQ_RESET_COMPLETED BIT(8) macro
38 GPU_IRQ_RESET_COMPLETED |\
A Dpanfrost_gpu.c66 gpu_write(pfdev, GPU_INT_CLEAR, GPU_IRQ_RESET_COMPLETED); in panfrost_gpu_soft_reset()
72 val, val & GPU_IRQ_RESET_COMPLETED, 10, 10000); in panfrost_gpu_soft_reset()
79 val & GPU_IRQ_RESET_COMPLETED, 100, 10000); in panfrost_gpu_soft_reset()

Completed in 9 milliseconds