forked from torvalds/linux
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
drm: make drm_syncobj_array_wait() use the range hrtimer feature
select(), poll() and epoll_wait() all already supports high-precision timeout handling. This patch makes drm_syncobj_array_wait() to handle the timeout in high precision using the same heuristics and functions implemented for select(). v2: Fix a name error resulting in NULL dereference. Signed-off-by: Tatsuyuki Ishi <ishitatsuyuki@gmail.com>
- Loading branch information
1 parent
1c405ca
commit d0e29bdb6f8cd1a9042e34c833035438900bf332
Showing
1 changed file
with
44 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters