lavapipe: fix usleep usage in lvp_device
Acked-by: Jose Fonseca <jfonsec@vmware.com> Reviewed-by: Dave Airlie <airlied@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7341>
This commit is contained in:
+1
-1
@@ -312,7 +312,7 @@ timespec_after(const struct timespec *a, const struct timespec *b)
|
||||
(a->tv_sec > b->tv_sec);
|
||||
}
|
||||
|
||||
#ifndef _WIN32
|
||||
#ifndef _MSC_VER
|
||||
/**
|
||||
* Checks whether a timespec value is after the current time
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user