summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/freedreno
diff options
context:
space:
mode:
authorQiang Yu <yuq825@gmail.com>2020-09-10 10:08:41 +0800
committerMarge Bot <eric+marge@anholt.net>2020-09-11 12:47:27 +0000
commitef980ac0c1cd65993ba0c1d20e1c09b45bfef99d (patch)
treedcc4414d898b5c3ecb7ee303526b226a95dc46c5 /src/gallium/drivers/freedreno
parent3182209673fcf157efa7872036e67fae2a5e84ba (diff)
radeonsi: fix max syncobj wait timeout
syncobj wait takes int64_t timeout and won't clamp it in kernel code, so we have to pass in INT64_MAX instead of OS_TIMEOUT_INFINITE which is UINT64_MAX. Otherwise syncobj wait with OS_TIMEOUT_INFINITE case just return fail. Fixes: c638301b42b "radeonsi: fix syncobj wait timeout" Reviewed-by: Marek Olšák <marek.olsak@amd.com> Signed-off-by: Qiang Yu <yuq825@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6676>
Diffstat (limited to 'src/gallium/drivers/freedreno')
0 files changed, 0 insertions, 0 deletions