Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/panthor/
H A Dpanthor_gpu.c77 GPU_IRQ_RESET_COMPLETED | \
437 ptdev->gpu->pending_reqs & GPU_IRQ_RESET_COMPLETED)) { in panthor_gpu_soft_reset()
438 ptdev->gpu->pending_reqs |= GPU_IRQ_RESET_COMPLETED; in panthor_gpu_soft_reset()
439 gpu_write(ptdev, GPU_INT_CLEAR, GPU_IRQ_RESET_COMPLETED); in panthor_gpu_soft_reset()
445 !(ptdev->gpu->pending_reqs & GPU_IRQ_RESET_COMPLETED), in panthor_gpu_soft_reset()
448 if ((ptdev->gpu->pending_reqs & GPU_IRQ_RESET_COMPLETED) != 0 && in panthor_gpu_soft_reset()
449 !(gpu_read(ptdev, GPU_INT_RAWSTAT) & GPU_IRQ_RESET_COMPLETED)) in panthor_gpu_soft_reset()
452 ptdev->gpu->pending_reqs &= ~GPU_IRQ_RESET_COMPLETED; in panthor_gpu_soft_reset()
H A Dpanthor_regs.h43 #define GPU_IRQ_RESET_COMPLETED BIT(8) macro
/linux-6.15/drivers/gpu/drm/panfrost/
H A Dpanfrost_regs.h28 #define GPU_IRQ_RESET_COMPLETED BIT(8) macro
36 GPU_IRQ_RESET_COMPLETED |\
H 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()