diff options
Diffstat (limited to 'freedreno/msm/msm_bo.c')
-rw-r--r-- | freedreno/msm/msm_bo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/freedreno/msm/msm_bo.c b/freedreno/msm/msm_bo.c index 6dc3776b..fd944131 100644 --- a/freedreno/msm/msm_bo.c +++ b/freedreno/msm/msm_bo.c @@ -75,7 +75,7 @@ static int msm_bo_cpu_prep(struct fd_bo *bo, struct fd_pipe *pipe, uint32_t op) .op = op, }; - get_abs_timeout(&req.timeout, 5000); + get_abs_timeout(&req.timeout, 5000000000); return drmCommandWrite(bo->dev->fd, DRM_MSM_GEM_CPU_PREP, &req, sizeof(req)); } |