Home
last modified time | relevance | path

Searched refs:DRM_LOCK_HELD (Results 1 – 8 of 8) sorted by relevance

/dports/x11-drivers/xf86-video-openchrome/xf86-video-openchrome-0.6.0/src/
H A Dvia_drmclient.h42 lockVal = lockPtr->lock & ~(DRM_LOCK_HELD | DRM_LOCK_CONT); \
43 DRM_CAS(lockPtr, lockVal, (context) | DRM_LOCK_HELD, __ret); \
48 if (! (lockVal & DRM_LOCK_HELD)) continue; \
49 if ((lockVal & ~(DRM_LOCK_HELD | DRM_LOCK_CONT) ) \
51 lastcontext = lockVal & ~(DRM_LOCK_HELD | DRM_LOCK_CONT); \
77 ((context) | DRM_LOCK_HELD)) { \
79 DRM_CAS(lockPtr,(context) | DRM_LOCK_HELD, context, __ret); \
84 DRM_CAS(lockPtr, (context) | DRM_LOCK_HELD | \
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm/dist/libdrm/
H A Dxf86drm.h307 #define DRM_LOCK_HELD 0x80000000U /**< Hardware lock is held */ macro
443 DRM_CAS(lock,context,DRM_LOCK_HELD|context,__ret); \
452 DRM_CAS(lock,context,DRM_LOCK_HELD|context,__ret); \
466 DRM_CAS(lock,DRM_LOCK_HELD|context,context,__ret); \
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/linux/common/os/i915/include/
H A Dxf86drm.h342 #define DRM_LOCK_HELD 0x80000000U /**< Hardware lock is held */ macro
478 DRM_CAS(lock,context,DRM_LOCK_HELD|context,__ret); \
487 DRM_CAS(lock,context,DRM_LOCK_HELD|context,__ret); \
501 DRM_CAS(lock,DRM_LOCK_HELD|context,context,__ret); \
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/linux/common/os/i915/include/
H A Dxf86drm.h342 #define DRM_LOCK_HELD 0x80000000U /**< Hardware lock is held */ macro
478 DRM_CAS(lock,context,DRM_LOCK_HELD|context,__ret); \
487 DRM_CAS(lock,context,DRM_LOCK_HELD|context,__ret); \
501 DRM_CAS(lock,DRM_LOCK_HELD|context,context,__ret); \
/dports/devel/efl/efl-1.25.1/src/static_libs/libdrm/
H A Dxf86drm.h354 #define DRM_LOCK_HELD 0x80000000U /**< Hardware lock is held */ macro
490 DRM_CAS(lock,context,DRM_LOCK_HELD|context,__ret); \
499 DRM_CAS(lock,context,DRM_LOCK_HELD|context,__ret); \
513 DRM_CAS(lock,DRM_LOCK_HELD|context,context,__ret); \
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libdrm/src/
H A Dxf86drm.h366 #define DRM_LOCK_HELD 0x80000000U /**< Hardware lock is held */ macro
502 DRM_CAS(lock,context,DRM_LOCK_HELD|context,__ret); \
511 DRM_CAS(lock,context,DRM_LOCK_HELD|context,__ret); \
525 DRM_CAS(lock,DRM_LOCK_HELD|context,context,__ret); \
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libdrm/src/
H A Dxf86drm.h366 #define DRM_LOCK_HELD 0x80000000U /**< Hardware lock is held */ macro
502 DRM_CAS(lock,context,DRM_LOCK_HELD|context,__ret); \
511 DRM_CAS(lock,context,DRM_LOCK_HELD|context,__ret); \
525 DRM_CAS(lock,DRM_LOCK_HELD|context,context,__ret); \
/dports/graphics/libdrm/libdrm-2.4.110/
H A Dxf86drm.h366 #define DRM_LOCK_HELD 0x80000000U /**< Hardware lock is held */ macro
525 DRM_CAS(lock,context,DRM_LOCK_HELD|context,__ret); \
534 DRM_CAS(lock,context,DRM_LOCK_HELD|context,__ret); \
548 DRM_CAS(lock,DRM_LOCK_HELD|context,context,__ret); \