Module Name: src Committed By: riastradh Date: Sun Sep 8 16:02:51 UTC 2013
Modified Files: src/sys/external/bsd/drm2/include/drm [riastradh-drm2]: drm_wait_netbsd.h Log Message: Fix result of DRM_TIMED_WAIT_UNTIL. This has to return a positive number of ticks left if we haven't timed out in order to match the semantics of Linux waitqueues. This also fixes the amount of time for timeout if we ever wait for more than one iteration. Now we can actually wait for results from the ring buffers! To generate a diff of this commit: cvs rdiff -u -r1.1.2.6 -r1.1.2.7 \ src/sys/external/bsd/drm2/include/drm/drm_wait_netbsd.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.