History log of /dflybsd-src/sys/dev/drm/include/linux/jiffies.h (Results 1 – 10 of 10)
Revision Date Author Comments
# c0097313 15-Feb-2020 François Tigeot <ftigeot@wolfpond.org>

drm/linux: Add jiffies_to_nsecs()


# 4ab8b20f 19-Nov-2015 François Tigeot <ftigeot@wolfpond.org>

drm: Add jiffies_to_usecs and nsecs_to_jiffies64()


# cba13cc1 11-Nov-2015 François Tigeot <ftigeot@wolfpond.org>

drm: Add nsecs_to_jiffies()


# 4c7821db 17-Aug-2015 zrj <rimvydas.jasinskas@gmail.com>

drm/linux: Add define for jiffies_64 compat

Likely is wrong, but better than nothing


# 61e58940 09-Aug-2015 François Tigeot <ftigeot@wolfpond.org>

drm/linux: Add get_jiffies_64()


# dd664e5c 24-Jan-2015 François Tigeot <ftigeot@wolfpond.org>

drm: Improve linux/jiffies.h


# 563a794d 02-Jan-2015 François Tigeot <ftigeot@wolfpond.org>

drm: Add linux/math64.h

Obtained-from: FreeBSD's OFED subsystem


# 9ad212b2 02-Jan-2015 François Tigeot <ftigeot@wolfpond.org>

drm: Improve linux/jiffies.h


# e3440f96 01-Nov-2014 François Tigeot <ftigeot@wolfpond.org>

drm/i915: Clean up various non-critical files

Remove dead code and obsolete fields in various areas, reducing differences
with Linux 3.8.13.


# a6f1bef2 10-Jul-2014 François Tigeot <ftigeot@wolfpond.org>

drm: Add a linux/jiffies.h implementation

* timespec_to_jiffies() inspired by the OpenBSD implementation

* Other code from existing drm files