History log of /netbsd-src/sys/external/bsd/drm2/linux/linux_hrtimer.c (Results 1 – 3 of 3)
Revision Date Author Comments
# 147f7663 19-Dec-2021 riastradh <riastradh@NetBSD.org>

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, wh

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.

show more ...


# c7c0494b 19-Dec-2021 riastradh <riastradh@NetBSD.org>

Add hrtimer_destroy


Author: Maya Rashish <maya@NetBSD.org>
Committer: Taylor R Campbell <riastradh@NetBSD.org>


# 6934fb94 19-Dec-2021 riastradh <riastradh@NetBSD.org>

linux compat: Draft hrtimer shims.

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