commit | 8fd59ac8a6d0bd36a33a9980bed7a9fd844bac0c | [log] [tgz] |
---|---|---|
author | Lyude Paul <lyude@redhat.com> | Thu Aug 21 15:32:47 2025 -0400 |
committer | Andreas Hindborg <a.hindborg@kernel.org> | Tue Aug 26 10:06:35 2025 +0200 |
tree | 253ca8b4315663f4682aafc584372f4df5530208 | |
parent | e3e187dca171ab9650092636deaaf5cd44e8ce6d [diff] |
LIST: [PATCH v9 7/7] rust: hrtimer: Add HrTimer::expires() Add a simple callback for retrieving the current expiry time for an HrTimer. In rvkms, we use the HrTimer expiry value in order to calculate the approximate vblank timestamp during each emulated vblank interrupt. Signed-off-by: Lyude Paul <lyude@redhat.com> Link: https://lore.kernel.org/r/20250821193259.964504-8-lyude@redhat.com