Skip to content

Remove get_presentation_clock from wlr_backend interface

Created by: bl4ckb0ne

DRM_CAP_TIMESTAMP_MONOTONIC has been supported since kernel version 2.6.39, there's very little need to query the backend clock every time. We can safely assume CLOCK_MONOTONIC.

Edited by Simon Zeni

Merge request reports