Re: [PATCH] gpu: nova-core: replace `Duration` with `Delta`

From: Danilo Krummrich
Date: Wed Jun 25 2025 - 14:21:03 EST


On 6/24/25 2:59 PM, Alexandre Courbot wrote:
The kernel's `Delta` type was not available when the `wait_on` function
was introduced. Now that it is, switch to it as it is more compact than
`Duration` and cannot panic.

Signed-off-by: Alexandre Courbot <acourbot@xxxxxxxxxx>

Applied to nova-next, thanks!