Page MenuHomeFreeBSD

LinnuxKPI: drm2: retire timespec_to_jiffies()
ClosedPublic

Authored by bz on Jan 7 2025, 10:51 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Mar 8, 3:17 AM
Unknown Object (File)
Feb 4 2025, 4:00 AM
Unknown Object (File)
Feb 1 2025, 12:49 AM
Unknown Object (File)
Jan 31 2025, 8:18 AM
Unknown Object (File)
Jan 28 2025, 9:34 PM
Unknown Object (File)
Jan 16 2025, 12:15 AM
Unknown Object (File)
Jan 14 2025, 10:20 PM
Unknown Object (File)
Jan 12 2025, 7:55 PM
Subscribers

Details

Summary

Linux has removed timespec_to_jiffies() half a decade ago [1].
I cannot find any use of it anymore in recent drm-kmod branches
or in the tree so retire it.

While here also retire it from drm2.

Reported by: emaste (D48318) [1].
Sponsored by: The freeBSD Foundation
MFC after: 2 weeks

Test Plan

grep for the function name in sys, and
drm-kmod 5.4-lts, 5.10-lts, 5.15-lts, and 6.1-lts.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bz requested review of this revision.Jan 7 2025, 10:51 PM
This revision is now accepted and ready to land.Jan 8 2025, 1:15 PM
bz added a subscriber: dumbbell.

@dumbbell can you check drm-kmod will be fine on all relevant branches with this too (especially the older ones)?

I compiled-tested all supported drm-kmod branches and that was fine. Thank you!

This revision was automatically updated to reflect the committed changes.