mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-27 00:00:13 +01:00
libdrm: add missing DRM_CAP_TIMESTAMP_MONOTONIC
Just add the definition according the kernel's copy of drm.h Signed-off-by: Imre Deak <imre.deak@intel.com>
This commit is contained in:
parent
c6d73cfeea
commit
f8f1f6e37a
1 changed files with 1 additions and 0 deletions
|
|
@ -780,6 +780,7 @@ struct drm_event_vblank {
|
|||
#define DRM_CAP_DUMB_PREFERRED_DEPTH 0x3
|
||||
#define DRM_CAP_DUMB_PREFER_SHADOW 0x4
|
||||
#define DRM_CAP_PRIME 0x5
|
||||
#define DRM_CAP_TIMESTAMP_MONOTONIC 0x6
|
||||
|
||||
#define DRM_PRIME_CAP_IMPORT 0x1
|
||||
#define DRM_PRIME_CAP_EXPORT 0x2
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue