On Thu, 2025-11-20 at 15:41 +0100, Christian König wrote:
> Instead of 10 seconds just use the reasonable maximum timeout defined by

It's not 10 "seconds", it's 10 "HZ"

P.

> the dma_fence framework.
> 
> Signed-off-by: Christian König <[email protected]>
> ---
>  drivers/gpu/drm/vgem/vgem_fence.c | 9 +++++----
>  1 file changed, 5 insertions(+), 4 deletions(-)
> 
> diff --git a/drivers/gpu/drm/vgem/vgem_fence.c 
> b/drivers/gpu/drm/vgem/vgem_fence.c
> index 07db319c3d7f..1ca14b83479d 100644
> --- a/drivers/gpu/drm/vgem/vgem_fence.c
> +++ b/drivers/gpu/drm/vgem/vgem_fence.c
> @@ -27,8 +27,6 @@
>  
>  #include "vgem_drv.h"
>  
> -#define VGEM_FENCE_TIMEOUT (10*HZ)
> -

Reply via email to