Home
last modified time | relevance | path

Searched refs:_DRM_LOCK_HELD (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_lock.c68 if (old & _DRM_LOCK_HELD) in drm_lock_take()
71 new = context | _DRM_LOCK_HELD | in drm_lock_take()
80 if (old & _DRM_LOCK_HELD) { in drm_lock_take()
89 if ((_DRM_LOCKING_CONTEXT(new)) == context && (new & _DRM_LOCK_HELD)) { in drm_lock_take()
117 new = context | _DRM_LOCK_HELD; in drm_lock_transfer()
/OK3568_Linux_fs/external/mpp/osal/linux/
H A Ddrm.h79 #define _DRM_LOCK_HELD 0x80000000U /**< Hardware lock is held */ macro
81 #define _DRM_LOCK_IS_HELD(lock) ((lock) & _DRM_LOCK_HELD)
83 #define _DRM_LOCKING_CONTEXT(lock) ((lock) & ~(_DRM_LOCK_HELD|_DRM_LOCK_CONT))
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/drm/
H A Ddrm.h71 #define _DRM_LOCK_HELD 0x80000000U /**< Hardware lock is held */ macro
73 #define _DRM_LOCK_IS_HELD(lock) ((lock) & _DRM_LOCK_HELD)
75 #define _DRM_LOCKING_CONTEXT(lock) ((lock) & ~(_DRM_LOCK_HELD|_DRM_LOCK_CONT))
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/drm/
H A Ddrm.h71 #define _DRM_LOCK_HELD 0x80000000U /**< Hardware lock is held */ macro
73 #define _DRM_LOCK_IS_HELD(lock) ((lock) & _DRM_LOCK_HELD)
75 #define _DRM_LOCKING_CONTEXT(lock) ((lock) & ~(_DRM_LOCK_HELD|_DRM_LOCK_CONT))
/OK3568_Linux_fs/kernel/include/uapi/drm/
H A Ddrm.h78 #define _DRM_LOCK_HELD 0x80000000U /**< Hardware lock is held */ macro
80 #define _DRM_LOCK_IS_HELD(lock) ((lock) & _DRM_LOCK_HELD)
82 #define _DRM_LOCKING_CONTEXT(lock) ((lock) & ~(_DRM_LOCK_HELD|_DRM_LOCK_CONT))
/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/drm/
H A Ddrm.h71 #define _DRM_LOCK_HELD 0x80000000U /**< Hardware lock is held */ macro
73 #define _DRM_LOCK_IS_HELD(lock) ((lock) & _DRM_LOCK_HELD)
75 #define _DRM_LOCKING_CONTEXT(lock) ((lock) & ~(_DRM_LOCK_HELD|_DRM_LOCK_CONT))
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/libdrm/
H A Ddrm.h72 #define _DRM_LOCK_HELD 0x80000000U /**< Hardware lock is held */ macro
74 #define _DRM_LOCK_IS_HELD(lock) ((lock) & _DRM_LOCK_HELD)
76 #define _DRM_LOCKING_CONTEXT(lock) ((lock) & ~(_DRM_LOCK_HELD|_DRM_LOCK_CONT))
/OK3568_Linux_fs/external/linux-rga/core/3rdparty/libdrm/include/drm/
H A Ddrm.h72 #define _DRM_LOCK_HELD 0x80000000U /**< Hardware lock is held */ macro
74 #define _DRM_LOCK_IS_HELD(lock) ((lock) & _DRM_LOCK_HELD)
76 #define _DRM_LOCKING_CONTEXT(lock) ((lock) & ~(_DRM_LOCK_HELD|_DRM_LOCK_CONT))
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/libdrm/
H A Ddrm.h72 #define _DRM_LOCK_HELD 0x80000000U /**< Hardware lock is held */ macro
74 #define _DRM_LOCK_IS_HELD(lock) ((lock) & _DRM_LOCK_HELD)
76 #define _DRM_LOCKING_CONTEXT(lock) ((lock) & ~(_DRM_LOCK_HELD|_DRM_LOCK_CONT))
/OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/libdrm/
H A Ddrm.h72 #define _DRM_LOCK_HELD 0x80000000U /**< Hardware lock is held */ macro
74 #define _DRM_LOCK_IS_HELD(lock) ((lock) & _DRM_LOCK_HELD)
76 #define _DRM_LOCKING_CONTEXT(lock) ((lock) & ~(_DRM_LOCK_HELD|_DRM_LOCK_CONT))
/OK3568_Linux_fs/kernel/tools/include/uapi/drm/
H A Ddrm.h78 #define _DRM_LOCK_HELD 0x80000000U /**< Hardware lock is held */ macro
80 #define _DRM_LOCK_IS_HELD(lock) ((lock) & _DRM_LOCK_HELD)
82 #define _DRM_LOCKING_CONTEXT(lock) ((lock) & ~(_DRM_LOCK_HELD|_DRM_LOCK_CONT))