Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/panthor/
Dpanthor_gpu.c77 GPU_IRQ_RESET_COMPLETED | \
427 ptdev->gpu->pending_reqs & GPU_IRQ_RESET_COMPLETED)) { in panthor_gpu_soft_reset()
428 ptdev->gpu->pending_reqs |= GPU_IRQ_RESET_COMPLETED; in panthor_gpu_soft_reset()
429 gpu_write(ptdev, GPU_INT_CLEAR, GPU_IRQ_RESET_COMPLETED); in panthor_gpu_soft_reset()
435 !(ptdev->gpu->pending_reqs & GPU_IRQ_RESET_COMPLETED), in panthor_gpu_soft_reset()
438 if ((ptdev->gpu->pending_reqs & GPU_IRQ_RESET_COMPLETED) != 0 && in panthor_gpu_soft_reset()
439 !(gpu_read(ptdev, GPU_INT_RAWSTAT) & GPU_IRQ_RESET_COMPLETED)) in panthor_gpu_soft_reset()
442 ptdev->gpu->pending_reqs &= ~GPU_IRQ_RESET_COMPLETED; in panthor_gpu_soft_reset()
Dpanthor_regs.h43 #define GPU_IRQ_RESET_COMPLETED BIT(8) macro
/linux-6.12.1/drivers/gpu/drm/panfrost/
Dpanfrost_regs.h28 #define GPU_IRQ_RESET_COMPLETED BIT(8) macro
36 GPU_IRQ_RESET_COMPLETED |\
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()