Home | History | Annotate | Download | only in linux
History log of /src/sys/external/bsd/drm2/linux/linux_hrtimer.c
RevisionDateAuthorComments
 1.3  19-Dec-2021  riastradh drm: Eliminate hrtimer_destroy and teardown_timer.

These are non-Linux shims added to the Linux API to pair with
hrtimer_setup and setup_timer, but they really only serve to call
callout_destroy, which is not strictly necessary in the NetBSD API.
So although we lose a little bit of diagnostic help this way, we also
reduce diffs a bit and save some trouble that bit us last week.
 1.2  19-Dec-2021  riastradh Add hrtimer_destroy


Author: Maya Rashish <maya@NetBSD.org>
Committer: Taylor R Campbell <riastradh@NetBSD.org>
 1.1  19-Dec-2021  riastradh linux compat: Draft hrtimer shims.

(not actually high-resolution, just a wrapper around callout(9))

RSS XML Feed