Re: [RFC][PATCH 1/3] drm: drm_syncobj: Add note in DOC about absolute timeout values

2022-07-12 Thread Christian König
Am 12.07.22 um 17:48 schrieb John Stultz: On Tue, Jul 12, 2022 at 12:40 AM Christian König wrote: Am 12.07.22 um 06:22 schrieb John Stultz: After having to debug down through the kernel to figure out why my _WAIT calls were always timing out, I realized its an absolute timeout value instead of

Re: [RFC][PATCH 1/3] drm: drm_syncobj: Add note in DOC about absolute timeout values

2022-07-12 Thread Christian König
Am 12.07.22 um 06:22 schrieb John Stultz: After having to debug down through the kernel to figure out why my _WAIT calls were always timing out, I realized its an absolute timeout value instead of the more common relative timeouts. This detail should be called out in the documentation, as while